Home
last modified time | relevance | path

Searched refs:CKA_SENSITIVE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c590 sensitive_attr->type = CKA_SENSITIVE; in priv_key_set_default_attributes()
695 rc = build_attribute(CKA_SENSITIVE, &false, 1, &sensitive); in priv_key_unwrap()
746 case CKA_SENSITIVE: in priv_key_validate_attribute()
872 sensitive_attr->type = CKA_SENSITIVE; in secret_key_set_default_attributes()
989 rc = build_attribute(CKA_SENSITIVE, &false, 1, &sensitive); in secret_key_unwrap()
1039 case CKA_SENSITIVE: in secret_key_validate_attribute()
H A Dkey_mgr.c168 CKA_SENSITIVE, &attr); in key_mgr_generate_key_pair()
H A Dutility.c285 case CKA_SENSITIVE: in is_attribute_defined()
H A Dobject.c369 rc = template_attribute_find(o->template, CKA_SENSITIVE, &attr); in object_create()
H A Dtemplate.c962 val = template_attribute_find(tmpl, CKA_SENSITIVE, &attr); in template_check_exportability()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c58 CKA_SENSITIVE,
137 CKA_SENSITIVE,
160 CKA_SENSITIVE,
1476 case CKA_SENSITIVE: in kernel_build_private_key_object()
1913 case CKA_SENSITIVE: in kernel_build_secret_key_object()
2503 case CKA_SENSITIVE: in kernel_get_private_key_attribute()
2718 case CKA_SENSITIVE: in kernel_get_secret_key_attribute()
3049 case CKA_SENSITIVE: in kernel_set_private_key_attribute()
3143 case CKA_SENSITIVE: in kernel_set_secret_key_attribute()
3791 case CKA_SENSITIVE: in kernel_find_match_attrs()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c336 attrs[1].type = CKA_SENSITIVE; in meta_object_get_attr()
1362 unwrap_template[2].type = CKA_SENSITIVE; in clone_by_wrap()
1930 if (set_template_boolean(CKA_SENSITIVE, tmpl, tmpl_len, in meta_freeobject_set()
2138 attr[0].type = CKA_SENSITIVE; in meta_freeobject_clone()
H A DmetaAttrMasters.h163 { { CKA_SENSITIVE, NULL, sizeof (CK_BBOOL) }, \
196 { { CKA_SENSITIVE, NULL, sizeof (CK_BBOOL) }, \
H A DmetaUtil.c939 (void) get_template_boolean(CKA_SENSITIVE, k1Template, k1AttrCount, in meta_generate_keys()
956 (void) get_template_boolean(CKA_SENSITIVE, k2Template, in meta_generate_keys()
1484 (void) get_template_boolean(CKA_SENSITIVE, pTemplate, ulAttributeCount, in meta_derive_key()
H A DmetaObject.c171 (void) get_template_boolean(CKA_SENSITIVE, pTemplate, ulCount, in meta_CreateObject()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c63 CKA_SENSITIVE,
143 CKA_SENSITIVE,
165 CKA_SENSITIVE,
1951 case CKA_SENSITIVE:
2581 case CKA_SENSITIVE:
4067 case CKA_SENSITIVE:
4307 case CKA_SENSITIVE:
4894 case CKA_SENSITIVE:
4998 case CKA_SENSITIVE:
6569 case CKA_SENSITIVE:
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3623 SETATTR(templ, i, CKA_SENSITIVE, &true, sizeof (true)); in KMFPK11_CreateSymKey()
3625 SETATTR(templ, i, CKA_SENSITIVE, &false, sizeof (false)); in KMFPK11_CreateSymKey()
3946 SETATTR(templ, i, CKA_SENSITIVE, &true, sizeof (true)); in create_generic_secret_key()
3948 SETATTR(templ, i, CKA_SENSITIVE, &false, sizeof (false)); in create_generic_secret_key()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h463 #define CKA_SENSITIVE 0x00000103UL macro