Searched refs:tempL (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcrypt/common/
H A Dllib-lcrypt57 char *tempL, char *P, char *FP);
62 char *tempL, char *P, char *FP);
65 char *tempL, char *P, char *FP);
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
59 tempL[j] = R[j];
102 L[j] = tempL[j];
H A Ddes_encrypt.c38 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 Ddes_crypt.c284 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 Dafsstring2key.c504 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 Dcrypt.c1014 static char tempL[32]; variable
1033 tempL[j] = R[j];
1053 L[j] = tempL[j];

Completed in 32 milliseconds