Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h95 CK_RV soft_gen_hmac_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata);
H A DsoftKeystoreUtil.c1556 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt) in soft_keystore_setpin()
1580 if (soft_gen_hmac_key(newpin, &new_hmac_key, in soft_keystore_setpin()
1847 if (soft_gen_hmac_key(pin, &hmac_key, (CK_BYTE **)&hmac_salt) in soft_keystore_authpin()
H A DsoftKeystore.c2116 soft_gen_hmac_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata) in soft_gen_hmac_key() function