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

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

Completed in 54 milliseconds