Searched refs:new_hmac_key (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 1245 reencrypt_obj(soft_object_t *new_enc_key, soft_object_t *new_hmac_key, in reencrypt_obj() argument 1366 if (soft_keystore_hmac(new_hmac_key, B_TRUE, buf, in reencrypt_obj() 1434 soft_object_t *new_crypt_key = NULL, *new_hmac_key = NULL; in soft_keystore_setpin() local 1556 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() 1700 if (reencrypt_obj(new_crypt_key, new_hmac_key, in soft_keystore_setpin() 1733 hmac_key = new_hmac_key; in soft_keystore_setpin() 1761 (void) soft_cleanup_object(new_hmac_key); in soft_keystore_setpin()
|