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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Din.h6 #define IP 0x0800 macro
/osnet-11/usr/src/lib/libcrypt/common/
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
48 L[j] = block[IP[j]-1];
H A Ddes_encrypt.c37 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, argument
49 L[j] = block[IP[j]-1];
H A Ddes_crypt.c53 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 Dafsstring2key.c227 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 Dengine.h240 #define IP (env->ip) macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c823 static const char IP[] = { variable
1028 L[j] = block[IP[j]-1];

Completed in 59 milliseconds