Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h85 int soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held);
H A DsoftKeystoreUtil.c1431 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) in soft_keystore_setpin() argument
1543 if (soft_gen_crypt_key(newpin, &new_crypt_key, &new_crypt_salt) in soft_keystore_setpin()
1556 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt) in soft_keystore_setpin()
1569 if (soft_gen_crypt_key(newpin, &new_crypt_key, in soft_keystore_setpin()
1580 if (soft_gen_hmac_key(newpin, &new_hmac_key, in soft_keystore_setpin()
1631 if (soft_gen_hashed_pin(newpin, &new_hashed_pin, in soft_keystore_setpin()