Searched defs:FP (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_decrypt.c | 36 _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 115 block[j] = L[FP[j]-1];
|
H A D | des_encrypt.c | 36 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) 114 block[j] = L[FP[j]-1]; 35 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 293 preS, E, KS, S, f, tempL, P, FP); 296 preS, E, KS, S, f, tempL, P, FP);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | afsstring2key.c | 235 * Final permutation, FP = IP^(-1) 237 static const char FP[] = { variable 599 block[j] = L[FP[j]-1];
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | _crypt.c | 55 * Final permutation, FP = IP^(-1) 57 static char FP[] = { variable 387 block[j] = L[FP[j]-1];
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | display.c | 77 typedef char *(*FP)(); /* pointer to function returning a character pointer */ typedef 82 FP findfcn; 90 (FP) findsymbol, REGCMP}, 92 (FP) finddef, REGCMP}, 94 (FP) findcalledby, REGCMP}, 96 (FP) findcalling, REGCMP}, 98 (FP) findassignments, REGCMP}, 104 (FP) findfile, REGCMP}, 106 (FP) findinclude, REGCMP}, 108 (FP) findallfcn [all...] |
/illumos-gate/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 64 milliseconds