Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.c135 rv = soft_set_attribute(new_object, &pTemplate[i], B_TRUE); in C_CopyObject()
502 rv = soft_set_attribute(new_object, &pTemplate[i], B_FALSE); in C_SetAttributeValue()
H A DsoftObject.h823 CK_RV soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template,
H A DsoftAttributeUtil.c5098 soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, function