Searched refs:soft_add_extra_attr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 447 soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p) in soft_add_extra_attr() function 667 return (soft_add_extra_attr(template, object_p)); in set_extra_attr_to_object() 1356 rv = soft_add_extra_attr(&template[i], 1786 rv = soft_add_extra_attr(¶m_tmp, new_object); 1801 rv = soft_add_extra_attr(&string_tmp, new_object); 1937 rv = soft_add_extra_attr(&template[i], 2440 rv = soft_add_extra_attr(¶m_tmp, new_object); 2459 rv = soft_add_extra_attr(&string_tmp, new_object); 2568 rv = soft_add_extra_attr(&template[i], 3137 rv = soft_add_extra_attr(&string_tmp, new_object); [all …]
|
H A D | softObject.h | 920 CK_RV soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p);
|
H A D | softKeystore.c | 477 rv = soft_add_extra_attr(&template, obj); in soft_keystore_unpack_obj()
|