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.c1412 * newpin: new pin entered by the user.
1423 * 1) Generates crypted value of newpin and store it
1425 * 2) Dervies the new encryption key from the newpin. This key
1432 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) argument
1544 if (soft_gen_crypt_key(newpin, &new_crypt_key, &new_crypt_salt)
1556 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt)
1568 if (soft_gen_crypt_key(newpin, &new_crypt_key,
1579 if (soft_gen_hmac_key(newpin, &new_hmac_key,
1628 if (soft_gen_hashed_pin(newpin, &new_hashed_pin,

Completed in 154 milliseconds