Searched refs:soft_add_extra_attr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 666 return (soft_add_extra_attr(template, object_p)); in set_extra_attr_to_object() 1345 rv = soft_add_extra_attr(&template[i], 1775 rv = soft_add_extra_attr(¶m_tmp, new_object); 1790 rv = soft_add_extra_attr(&string_tmp, new_object); 1926 rv = soft_add_extra_attr(&template[i], 2429 rv = soft_add_extra_attr(¶m_tmp, new_object); 2448 rv = soft_add_extra_attr(&string_tmp, new_object); 2557 rv = soft_add_extra_attr(&template[i], 3126 rv = soft_add_extra_attr(&string_tmp, new_object); 3481 rv = soft_add_extra_attr(&template[i], [all …]
|
H A D | softObject.h | 906 CK_RV soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p);
|
H A D | softKeystore.c | 496 rv = soft_add_extra_attr(&template, obj); in soft_keystore_unpack_obj()
|