Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c1011 static char tempL[32]; variable
1029 tempL[j] = R[j]; in unlocked_encrypt()
1049 L[j] = tempL[j]; in unlocked_encrypt()