Searched refs:KS (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libcrypt/common/
H A Dllib-lcrypt56 char *E, char KS[][48], char S[][64], char *f,
61 char *E, char KS[][48], char S[][64], char *f,
64 char *E, char KS[][48], char S[][64], char *f,
H A Ddes_decrypt.c37 _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
65 preS[j] = R[E[j]-1] ^ KS[i][j];
H A Ddes_encrypt.c38 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP)
65 preS[j] = R[E[j]-1] ^ KS[i][j];
37 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 Ddes_crypt.c131 static char KS[16][48]; variable
197 KS[i][j] = C[PC2_C[j]-1];
198 KS[i][j+24] = D[PC2_D[j]-28-1];
304 preS, E, KS, S, f, tempL, P, FP);
307 preS, E, KS, S, f, tempL, P, FP);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c384 char KS[16][48]; local
395 krb5_afs_crypt_setkey(block, E, KS);
416 krb5_afs_encrypt(block,E,KS);
439 static void krb5_afs_crypt_setkey(char *key, char *E, char (*KS)[48]) argument
481 KS[i][j] = C[PC2_C[j]-1];
482 KS[i][j+24] = D[PC2_D[j]-28-1];
499 static void krb5_afs_encrypt(char *block, char *E, char (*KS)[48]) argument
547 preS[j] = R[E[j]-1] ^ KS[i][j];
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c879 static char *KS; variable
894 * The KS array (768 bytes) is allocated once, and only if
906 if (KS != NULL) { /* already allocated */
914 if (KS != NULL) { /* someone else got here first */
919 if ((KS = ks) == NULL) /* calloc() failed */
952 *(KS+index+j) = C[PC2_C[j]-1];
953 *(KS+index+j+24) = D[PC2_D[j]-28-1];
1035 preS[j] = R[E[j]-1] ^ *(KS+index+j);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm46 Annex 3 of KS X 1001:1998
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm32 Expands MM[KS]/Make macros in a text string, using the contents of
80 overrunning DCL's command buffer when MM[KS] is running.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2316 char KS[16][48]; member in struct:crypt_data
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm2209 Expands MM[KS]/Make macros in a text string, using the contents of
2263 overrunning DCL's command buffer when MM[KS] is running.

Completed in 40 milliseconds