Searched refs:new_hmac_key (Results 1 – 1 of 1) sorted by relevance
/titanic_50/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 1367 if (soft_keystore_hmac(new_hmac_key, B_TRUE, buf, in reencrypt_obj() 1435 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() 1579 if (soft_gen_hmac_key(newpin, &new_hmac_key, in soft_keystore_setpin() 1696 if (reencrypt_obj(new_crypt_key, new_hmac_key, in soft_keystore_setpin() 1729 hmac_key = new_hmac_key; in soft_keystore_setpin() 1757 (void) soft_cleanup_object(new_hmac_key); in soft_keystore_setpin()
|