Searched refs:newpin (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.h | 85 int soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held);
|
H A D | softKeystoreUtil.c | 1432 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) in soft_keystore_setpin() argument 1544 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() 1568 if (soft_gen_crypt_key(newpin, &new_crypt_key, in soft_keystore_setpin() 1579 if (soft_gen_hmac_key(newpin, &new_hmac_key, in soft_keystore_setpin() 1628 if (soft_gen_hashed_pin(newpin, &new_hashed_pin, in soft_keystore_setpin()
|