Searched refs:tempL (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_decrypt.c | 36 _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 D | des_encrypt.c | 36 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 D | llib-lcrypt | 71 char *tempL, char *P, char *FP); 76 char *tempL, char *P, char *FP); 79 char *tempL, char *P, char *FP);
|
H A D | des_crypt.c | 276 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 D | afsstring2key.c | 500 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.c | 149 #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 D | crypt.c | 1014 static char tempL[32]; variable 1033 tempL[j] = R[j]; 1053 L[j] = tempL[j];
|
Completed in 60 milliseconds