Searched refs:FP (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcrypt/common/
H A Dllib-lcrypt57 char *tempL, char *P, char *FP);
62 char *tempL, char *P, char *FP);
65 char *tempL, char *P, char *FP);
H A Ddes_decrypt.c37 _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 Ddes_encrypt.c38 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 Ddes_crypt.c65 * 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 Dafsstring2key.c239 * 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 Dcrypt.c834 static const char FP[] = { variable
1061 block[j] = L[FP[j]-1];

Completed in 26 milliseconds