Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h91 int soft_keystore_put_new_obj(uchar_t *buf, size_t len, boolean_t public,
H A DsoftKeystore.c1861 if ((soft_keystore_put_new_obj(buf, len, B_TRUE, in soft_put_object_to_keystore()
1868 if ((soft_keystore_put_new_obj(buf, len, B_FALSE, in soft_put_object_to_keystore()
H A DsoftKeystoreUtil.c2192 soft_keystore_put_new_obj(uchar_t *buf, size_t len, boolean_t public, in soft_keystore_put_new_obj() function