Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c161 int des_strength = 0; in soft_genkey() local
273 des_strength = DES; in soft_genkey()
282 des_strength = DES2; in soft_genkey()
291 des_strength = DES3; in soft_genkey()
314 des_strength = DES; in soft_genkey()
317 des_strength = DES3; in soft_genkey()
345 if (rv == CKR_OK && des_strength > 0) { in soft_genkey()
348 des_strength, OBJ_SEC_VALUE(secret_key)) == in soft_genkey()
366 if (des_strength > 0) { in soft_genkey()
369 des_strength, OBJ_SEC_VALUE(secret_key)) == in soft_genkey()
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h59 typedef enum des_strength { enum