Searched refs:DES3 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h62 DES3 enumerator in enum:des_strength
81 #define DES3_MINBITS (2 * DES_MINBITS) /* DES3 handles CKK_DES2 keys */
H A Ddes_impl.c783 } else if (strength == DES3) {
842 * Initialize key schedule for DES, DES2, and DES3
865 case DES3:
908 /* DES2 is just DES3 with the first and third keys the same */
911 case DES3:
953 case DES3:
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c386 * Initialize key schedules for DES and DES3
400 if (strength == DES3 && key->ck_length != DES3_MAXBITS)
475 strength = DES3;
831 strength = DES3;
934 strength = DES3;
1012 strength = DES3;
1015 strength = DES3;
1087 strength = DES3;
1137 if (strength == DES3) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c37 #define DES3 ENCTYPE_DES3_CBC_SHA1 macro
227 (*tenctype == DES3)) {
464 if ((*tenctype != DES3) &&
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c41 * generate DES or DES3 key schedule to speed up the operation.
57 /* Allocate key schedule for DES or DES3 based on key type. */
61 soft_des_ctx->key_sched = des_alloc_keysched(&size, DES3, 0);
99 ks = des_alloc_keysched(&size, DES3, 0);
106 /* Initialize key schedule for DES or DES3. */
112 * DES3 encryption/decryption needs to
119 OBJ_SEC(key_p)->sk_value, DES3, ks);
138 * DES3 encryption/decryption needs to
145 DES3, soft_des_ctx->key_sched);
H A DsoftKeysUtil.c295 des_strength = DES3;
321 des_strength = DES3;
350 /* Perform weak key checking for DES and DES3. */
369 /* Perform weak key checking for DES and DES3. */

Completed in 54 milliseconds