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 | 1233 * is calculated using the new_hmac_key. The global static variables 1245 reencrypt_obj(soft_object_t *new_enc_key, soft_object_t *new_hmac_key, argument 1367 if (soft_keystore_hmac(new_hmac_key, B_TRUE, buf, 1435 soft_object_t *new_crypt_key = NULL, *new_hmac_key = NULL; local 1556 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt) 1579 if (soft_gen_hmac_key(newpin, &new_hmac_key, 1696 if (reencrypt_obj(new_crypt_key, new_hmac_key, 1729 hmac_key = new_hmac_key; 1757 (void) soft_cleanup_object(new_hmac_key);
|
Completed in 47 milliseconds