Home
last modified time | relevance | path

Searched refs:CKK_BLOWFISH (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c184 key_type = CKK_BLOWFISH; in soft_genkey()
557 case CKK_BLOWFISH: in soft_key_derive_check_length()
1500 case CKK_BLOWFISH: in soft_wrapkey()
1607 case CKK_BLOWFISH: in soft_unwrap_secret_len_check()
1776 case CKK_BLOWFISH: in soft_unwrapkey()
H A DsoftDecryptUtil.c182 if (key_p->key_type != CKK_BLOWFISH) in soft_decrypt_init()
H A DsoftEncryptUtil.c226 if (key_p->key_type != CKK_BLOWFISH) in soft_encrypt_init()
H A DsoftAttributeUtil.c2794 case CKK_BLOWFISH:
2909 case CKK_BLOWFISH:
2991 case CKK_BLOWFISH:
3056 case CKK_BLOWFISH:
3097 case CKK_BLOWFISH:
4369 case CKK_BLOWFISH:
5055 (keytype == CKK_BLOWFISH))
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c371 *ktype = CKK_BLOWFISH; in pkcs11_mech2keytype()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c322 case CKK_BLOWFISH: in get_master_template_by_type()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c2046 case CKK_BLOWFISH: in kernel_build_secret_key_object()
2779 case CKK_BLOWFISH: in kernel_get_secret_key_attribute()
3200 (keytype == CKK_BLOWFISH)) in kernel_set_secret_key_attribute()
H A DkernelKeys.c171 case CKK_BLOWFISH: in get_key_len_from_template()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h364 #define CKK_BLOWFISH 0x00000020UL macro