Searched refs:soft_add_extra_attr (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 446 soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p) function 671 return (soft_add_extra_attr(template, object_p)); 1392 rv = soft_add_extra_attr(&template[i], 1825 rv = soft_add_extra_attr(¶m_tmp, new_object); 1840 rv = soft_add_extra_attr(&string_tmp, new_object); 1976 rv = soft_add_extra_attr(&template[i], 2488 rv = soft_add_extra_attr(¶m_tmp, new_object); 2507 rv = soft_add_extra_attr(&string_tmp, new_object); 2616 rv = soft_add_extra_attr(&template[i], 3188 rv = soft_add_extra_attr( [all...] |
H A D | softObject.h | 929 CK_RV soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p);
|
H A D | softKeystore.c | 487 rv = soft_add_extra_attr(&template, obj);
|
Completed in 31 milliseconds