Home
last modified time | relevance | path

Searched refs:soft_set_attribute (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.c137 rv = soft_set_attribute(new_object, &pTemplate[i], B_TRUE); in C_CopyObject()
496 rv = soft_set_attribute(new_object, &pTemplate[i], B_FALSE); in C_SetAttributeValue()
H A DsoftObject.h809 CK_RV soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template,
H A DsoftAttributeUtil.c5087 soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, function