Searched defs:FP (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_decrypt.c36 _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 Ddes_encrypt.c36 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 Ddes_crypt.c65 * 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 Dafsstring2key.c235 * 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.c55 * 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 Ddisplay.c77 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 Dcrypt.c834 static const char FP[] = { variable
1061 block[j] = L[FP[j]-1];

Completed in 52 milliseconds