Searched defs:PC2_D (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c114 static char PC2_D[] = { variable
198 KS[i][j+24] = D[PC2_D[j]-28-1];
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c288 static const char PC2_D[] = { variable
482 KS[i][j+24] = D[PC2_D[j]-28-1];
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c870 static const char PC2_D[] = { variable
953 *(KS+index+j+24) = D[PC2_D[j]-28-1];

Completed in 19 milliseconds