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 | 447 soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p) function 667 return (soft_add_extra_attr(template, object_p)); 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( [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);
|
Completed in 55 milliseconds