Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h127 CK_RV soft_keystore_hmac(soft_object_t *key_p, boolean_t sign,
H A DsoftKeystoreUtil.c1366 if (soft_keystore_hmac(new_hmac_key, B_TRUE, buf, in reencrypt_obj()
2084 if (soft_keystore_hmac(hmac_key, B_FALSE, buf, in soft_keystore_get_single_obj()
2356 if (soft_keystore_hmac(hmac_key, B_TRUE, encrypted_buf, in soft_keystore_put_new_obj()
2609 if (soft_keystore_hmac(hmac_key, B_TRUE, encrypted_buf, in soft_keystore_modify_obj()
H A DsoftKeystore.c2336 soft_keystore_hmac(soft_object_t *key_p, boolean_t sign, in soft_keystore_hmac() function