Searched defs:tempL (Results 1 - 5 of 5) sorted by relevance
/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 59 tempL[j] = R[j]; 102 L[j] = tempL[j];
|
H A D | des_encrypt.c | 38 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) 59 tempL[j] = R[j]; 102 L[j] = tempL[j]; 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 D | des_crypt.c | 284 static char tempL[32]; 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 D | afsstring2key.c | 504 char tempL[32]; local 538 tempL[j] = R[j]; 540 memcpy(tempL, R, 32); 585 L[j] = tempL[j]; 587 memcpy(L, tempL, 32);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 1014 static char tempL[32]; variable 1033 tempL[j] = R[j]; 1053 L[j] = tempL[j];
|
Completed in 28 milliseconds