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

/illumos-gate/usr/src/uts/common/des/
H A Ddesdata.h94 const char PC2_D[] = { variable
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c284 static const char PC2_D[] = { variable
478 KS[i][j+24] = D[PC2_D[j]-28-1];
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c114 static char PC2_D[] = { variable
194 KS[i][j+24] = D[PC2_D[j]-28-1];
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c106 static char PC2_D[] = { variable
209 KS[i][j+24] = D[PC2_D[j]-28-1];
/illumos-gate/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 83 milliseconds