Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c925 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) in get_cert_attr_from_template() function
3472 rv = get_cert_attr_from_template(
3477 rv = get_cert_attr_from_template(
3513 rv = get_cert_attr_from_template(
3518 rv = get_cert_attr_from_template(
H A DsoftObject.h891 CK_RV get_cert_attr_from_template(cert_attr_t **dest,
H A DsoftKeystore.c541 rv = get_cert_attr_from_template(cert_dest, &template); in soft_unpack_obj_attribute()