Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c926 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) in get_cert_attr_from_template() function
3461 rv = get_cert_attr_from_template(
3466 rv = get_cert_attr_from_template(
3502 rv = get_cert_attr_from_template(
3507 rv = get_cert_attr_from_template(
H A DsoftObject.h877 CK_RV get_cert_attr_from_template(cert_attr_t **dest,
H A DsoftKeystore.c558 rv = get_cert_attr_from_template(cert_dest, &template); in soft_unpack_obj_attribute()