Searched refs:get_template_boolean (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObject.c | 146 (void) get_template_boolean(CKA_TOKEN, pTemplate, ulCount, in meta_CreateObject() 159 (void) get_template_boolean(CKA_PRIVATE, pTemplate, ulCount, in meta_CreateObject() 164 (void) get_template_boolean(CKA_EXTRACTABLE, pTemplate, ulCount, in meta_CreateObject() 171 (void) get_template_boolean(CKA_SENSITIVE, pTemplate, ulCount, in meta_CreateObject() 375 found = get_template_boolean(CKA_TOKEN, in meta_CopyObject() 408 found = get_template_boolean(CKA_PRIVATE, in meta_CopyObject() 1120 have_token_attr = get_template_boolean(CKA_TOKEN, pTemplate, ulCount, in meta_FindObjectsInit()
|
H A D | metaUtil.c | 937 (void) get_template_boolean(CKA_TOKEN, k1Template, k1AttrCount, in meta_generate_keys() 939 (void) get_template_boolean(CKA_SENSITIVE, k1Template, k1AttrCount, in meta_generate_keys() 941 (void) get_template_boolean(CKA_PRIVATE, k1Template, k1AttrCount, in meta_generate_keys() 944 if (!get_template_boolean(CKA_EXTRACTABLE, k1Template, k1AttrCount, in meta_generate_keys() 954 (void) get_template_boolean(CKA_TOKEN, k2Template, k2AttrCount, in meta_generate_keys() 956 (void) get_template_boolean(CKA_SENSITIVE, k2Template, in meta_generate_keys() 958 (void) get_template_boolean(CKA_PRIVATE, k2Template, in meta_generate_keys() 961 if (!get_template_boolean(CKA_EXTRACTABLE, k2Template, in meta_generate_keys() 1480 (void) get_template_boolean(CKA_TOKEN, pTemplate, ulAttributeCount, in meta_derive_key() 1482 (void) get_template_boolean(CKA_PRIVATE, pTemplate, ulAttributeCount, in meta_derive_key() [all …]
|
H A D | metaKeys.c | 211 (void) get_template_boolean(CKA_TOKEN, pTemplate, ulAttributeCount, in meta_UnwrapKey()
|
H A D | metaAttrManager.c | 670 get_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, in get_template_boolean() function
|
H A D | metaGlobal.h | 682 boolean_t get_template_boolean(CK_ATTRIBUTE_TYPE type,
|