Searched refs:get_template_ulong (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 116 found = get_template_ulong(CKA_CLASS, template, template_size, &class); in get_master_attributes_by_template() 123 found = get_template_ulong(CKA_CERTIFICATE_TYPE, in get_master_attributes_by_template() 127 found = get_template_ulong(CKA_HW_FEATURE_TYPE, in get_master_attributes_by_template() 134 found = get_template_ulong(CKA_KEY_TYPE, in get_master_attributes_by_template() 648 get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, in get_template_ulong() function
|
H A D | metaGlobal.h | 680 boolean_t get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes,
|
H A D | metaObjectManager.c | 1860 if (!get_template_ulong(CKA_KEY_TYPE, tmpl, tmpl_len, &keytype)) in meta_freeobject_check()
|