Home
last modified time | relevance | path

Searched refs:CKA_UNWRAP (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c121 CKA_UNWRAP,
157 CKA_UNWRAP,
291 case CKA_UNWRAP: in kernel_validate_attr()
1509 case CKA_UNWRAP: in kernel_build_private_key_object()
1951 case CKA_UNWRAP: in kernel_build_secret_key_object()
2523 case CKA_UNWRAP: in kernel_get_private_key_attribute()
2742 case CKA_UNWRAP: in kernel_get_secret_key_attribute()
3074 case CKA_UNWRAP: in kernel_set_private_key_attribute()
3176 case CKA_UNWRAP: in kernel_set_secret_key_attribute()
3761 case CKA_UNWRAP: in kernel_find_match_attrs()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddecr_mgr.c76 CKA_UNWRAP, &attr); in decr_mgr_init()
H A Dkey.c614 unwrap_attr->type = CKA_UNWRAP; in priv_key_set_default_attributes()
734 case CKA_UNWRAP: in priv_key_validate_attribute()
908 unwrap_attr->type = CKA_UNWRAP; in secret_key_set_default_attributes()
1029 case CKA_UNWRAP: in secret_key_validate_attribute()
H A Dutility.c289 case CKA_UNWRAP: in is_attribute_defined()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c127 CKA_UNWRAP,
162 CKA_UNWRAP,
298 case CKA_UNWRAP: in soft_validate_attr()
1984 case CKA_UNWRAP:
2621 case CKA_UNWRAP:
4087 case CKA_UNWRAP:
4331 case CKA_UNWRAP:
4919 case CKA_UNWRAP:
5031 case CKA_UNWRAP:
6539 case CKA_UNWRAP:
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h178 { { CKA_UNWRAP, NULL, sizeof (CK_BBOOL) }, \
214 { { CKA_UNWRAP, NULL, sizeof (CK_BBOOL) }, \
H A Dpkcs11SUNWExtensions.c55 {CKA_UNWRAP, CKF_UNWRAP}
H A DmetaObjectManager.c921 template[i].type = CKA_UNWRAP; in create_wrap_unwrap_key()
950 template[i].type = CKA_UNWRAP; in create_wrap_unwrap_key()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h467 #define CKA_UNWRAP 0x00000107UL macro
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1562 SETATTR(rsaPriKeyTemplate, numpriattr, CKA_UNWRAP, &true, in genrsa_keypair()
3325 SETATTR(templ, i, CKA_UNWRAP, &condition, sizeof (CK_BBOOL)); in store_raw_key()