Searched defs:soft_add_extra_attr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c447 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(&param_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(&param_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...]

Completed in 50 milliseconds