Searched defs:new_hmac_key (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 1238 * is calculated using the new_hmac_key. The global static variables 1250 reencrypt_obj(soft_object_t *new_enc_key, soft_object_t *new_hmac_key, argument 1372 if (soft_keystore_hmac(new_hmac_key, B_TRUE, buf, 1440 soft_object_t *new_crypt_key = NULL, *new_hmac_key = NULL; local 1561 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt) 1584 if (soft_gen_hmac_key(newpin, &new_hmac_key, 1701 if (reencrypt_obj(new_crypt_key, new_hmac_key, 1736 hmac_key = new_hmac_key; 1764 (void) soft_cleanup_object(new_hmac_key);
|
Completed in 27 milliseconds