Searched defs:FP (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcrypt/common/ |
H A D | des_decrypt.c | 37 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) argument 117 block[j] = L[FP[j]-1];
|
H A D | des_encrypt.c | 38 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) 117 block[j] = L[FP[j]-1]; 37 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) argument
|
H A D | des_crypt.c | 65 * Final permutation, FP = IP^(-1) 67 static char FP[] = { variable 304 preS, E, KS, S, f, tempL, P, FP); 307 preS, E, KS, S, f, tempL, P, FP);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | afsstring2key.c | 239 * Final permutation, FP = IP^(-1) 241 static const char FP[] = { variable 603 block[j] = L[FP[j]-1];
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 834 static const char FP[] = { variable 1061 block[j] = L[FP[j]-1];
|
Completed in 38 milliseconds