Home
last modified time | relevance | path

Searched refs:tempL (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libcrypt/common/
H A Ddes_decrypt.c36 …char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) in _des_decrypt1() argument
57 tempL[j] = R[j]; in _des_decrypt1()
100 L[j] = tempL[j]; in _des_decrypt1()
H A Ddes_encrypt.c36 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) in des_encrypt1() argument
56 tempL[j] = R[j]; in des_encrypt1()
99 L[j] = tempL[j]; in des_encrypt1()
H A Ddes_crypt.c276 static char tempL[32]; variable
293 preS, E, KS, S, f, tempL, P, FP); in des_encrypt_nolock()
296 preS, E, KS, S, f, tempL, P, FP); in des_encrypt_nolock()
H A Dllib-lcrypt71 char *tempL, char *P, char *FP);
76 char *tempL, char *P, char *FP);
79 char *tempL, char *P, char *FP);
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c500 char tempL[32]; in krb5_afs_encrypt() local
534 tempL[j] = R[j]; in krb5_afs_encrypt()
536 memcpy(tempL, R, 32); in krb5_afs_encrypt()
581 L[j] = tempL[j]; in krb5_afs_encrypt()
583 memcpy(L, tempL, 32); in krb5_afs_encrypt()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c149 #define tempL (_c->_tempL) macro
329 tempL[j] = R[j]; in encrypt()
372 L[j] = tempL[j]; in encrypt()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dcrypt.c1014 static char tempL[32]; variable
1033 tempL[j] = R[j]; in unlocked_encrypt()
1053 L[j] = tempL[j]; in unlocked_encrypt()