Home
last modified time | relevance | path

Searched refs:des_keycheck (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h98 extern boolean_t des_keycheck(uint8_t *, des_strength_t, uint8_t *);
H A Ddes_impl.c783 des_keycheck(uint8_t *key, des_strength_t strength, uint8_t *corrected_key) in des_keycheck() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap64 des_keycheck;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers128 des_keycheck;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c347 if (des_keycheck(OBJ_SEC_VALUE(secret_key), in soft_genkey()
368 if (des_keycheck(OBJ_SEC_VALUE(secret_key), in soft_genkey()
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c1101 if (des_keycheck(keydata, strength, key->ck_data) == B_FALSE) in des_key_check()