Home
last modified time | relevance | path

Searched refs:new_hmac_salt (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1541 CK_BYTE *new_crypt_salt = NULL, *new_hmac_salt = NULL; in soft_keystore_setpin() local
1556 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt) in soft_keystore_setpin()
1561 if (writen_nointr(tmp_ks_fd, (void *)new_hmac_salt, in soft_keystore_setpin()
1563 free(new_hmac_salt); in soft_keystore_setpin()
1566 free(new_hmac_salt); in soft_keystore_setpin()