Searched defs:tempL (Results 1 - 6 of 6) 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
57 tempL[j] = R[j];
100 L[j] = tempL[j];
H A Ddes_encrypt.c36 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP)
56 tempL[j] = R[j];
99 L[j] = tempL[j];
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.c276 static char tempL[32]; 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.c500 char tempL[32]; local
534 tempL[j] = R[j];
536 memcpy(tempL, R, 32);
581 L[j] = tempL[j];
583 memcpy(L, tempL, 32);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c149 #define tempL (_c->_tempL) macro
329 tempL[j] = R[j];
372 L[j] = tempL[j];
/illumos-gate/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 50 milliseconds