Searched refs:des_keycheck (Results 1 – 6 of 6) sorted by relevance
98 extern boolean_t des_keycheck(uint8_t *, des_strength_t, uint8_t *);
783 des_keycheck(uint8_t *key, des_strength_t strength, uint8_t *corrected_key) in des_keycheck() function
64 des_keycheck;
128 des_keycheck;
347 if (des_keycheck(OBJ_SEC_VALUE(secret_key), in soft_genkey()368 if (des_keycheck(OBJ_SEC_VALUE(secret_key), in soft_genkey()
1101 if (des_keycheck(keydata, strength, key->ck_data) == B_FALSE) in des_key_check()