Home
last modified time | relevance | path

Searched refs:des_strength (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c162 int des_strength = 0; in soft_genkey() local
277 des_strength = DES; in soft_genkey()
286 des_strength = DES2; in soft_genkey()
295 des_strength = DES3; in soft_genkey()
318 des_strength = DES; in soft_genkey()
321 des_strength = DES3; in soft_genkey()
349 if (rv == CKR_OK && des_strength > 0) { in soft_genkey()
352 des_strength, OBJ_SEC_VALUE(secret_key)) == in soft_genkey()
370 if (des_strength > 0) { in soft_genkey()
373 des_strength, OBJ_SEC_VALUE(secret_key)) == in soft_genkey()
/titanic_41/usr/src/common/crypto/des/
H A Ddes_impl.h59 typedef enum des_strength { enum