Searched refs:soft_gen_hmac_key (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 95 CK_RV soft_gen_hmac_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata);
|
H A D | softKeystoreUtil.c | 1556 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt) in soft_keystore_setpin() 1579 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 D | softKeystore.c | 2113 soft_gen_hmac_key(uchar_t *pPIN, soft_object_t **key, CK_BYTE **saltdata) in soft_gen_hmac_key() function
|