Home
last modified time | relevance | path

Searched refs:DES3_KEYSIZE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c722 uint64_t aligned_key[DES3_KEYSIZE / sizeof (uint64_t)]; in des23_keycheck()
725 uint8_t keysize = DES3_KEYSIZE; in des23_keycheck()
799 uint64_t aligned_key[DES3_KEYSIZE / sizeof (uint64_t)]; in des_parity_fix()
807 bcopy(key, aligned_key, DES3_KEYSIZE); in des_parity_fix()
872 keysize = DES3_KEYSIZE; in des_init_keysched()
926 keysize = DES3_KEYSIZE; in des_init_keysched()
H A Ddes_impl.h80 #define DES3_KEYSIZE (3 * DES_KEYSIZE) macro
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c353 *secretkey_len = DES3_KEYSIZE; in dh_key_derive()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c290 keylen = OBJ_SEC_VALUE_LEN(secret_key) = DES3_KEYSIZE; in soft_genkey()
316 OBJ_SEC_VALUE_LEN(secret_key) = DES3_KEYSIZE; in soft_genkey()
1764 OBJ_SEC_VALUE_LEN(new_objp) = DES3_KEYSIZE; in soft_unwrapkey()
H A DsoftEC.c262 keylen = DES3_KEYSIZE; in soft_ec_key_derive()
H A DsoftAttributeUtil.c2834 if (sck->sk_value_len != DES3_KEYSIZE) {
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h81 #define DES3_KEYSIZE (3 * DES_KEYSIZE) macro
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c391 uint8_t corrected_key[DES3_KEYSIZE]; in init_keysched()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1216 key_len = DES3_KEYSIZE; in ecc_nostore_key_derive()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c2084 if (sck->sk_value_len != DES3_KEYSIZE) { in kernel_build_secret_key_object()