Searched defs:IP (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | in.h | 6 #define IP 0x0800 macro
|
/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 48 L[j] = block[IP[j]-1];
|
H A D | des_encrypt.c | 37 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, argument 49 L[j] = block[IP[j]-1];
|
H A D | des_crypt.c | 53 static char IP[] = { variable 65 * Final permutation, FP = IP^(-1) 303 (void) _des_decrypt1(block, L, IP, &L[32], 306 (void) des_encrypt1(block, L, IP, &L[32],
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | afsstring2key.c | 227 static const char IP[] = { variable 239 * Final permutation, FP = IP^(-1) 520 L[j] = block[IP[j]-1];
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 240 #define IP (env->ip) macro
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 823 static const char IP[] = { variable 1028 L[j] = block[IP[j]-1];
|
Completed in 49 milliseconds