Home
last modified time | relevance | path

Searched refs:soft_keystore_pack_obj (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h97 CK_RV soft_keystore_pack_obj(struct object *obj, uchar_t **ks_buf, size_t *len);
H A DsoftKeystore.c349 soft_keystore_pack_obj(soft_object_t *obj, uchar_t **ks_buf, size_t *len) in soft_keystore_pack_obj() function
1872 rv = soft_keystore_pack_obj(objp, &buf, &len); in soft_put_object_to_keystore()
1900 rv = soft_keystore_pack_obj(objp, &buf, &len); in soft_modify_object_to_keystore()