Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.h46 CK_RV soft_asn1_to_object(soft_object_t *, uchar_t *, ulong_t);
H A DsoftKeysUtil.c1810 rv = soft_asn1_to_object(new_objp, plain_data, plain_len); in soft_unwrapkey()
H A DsoftASN1.c1865 soft_asn1_to_object(soft_object_t *objp, uchar_t *buf, ulong_t buf_len) function