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

/osnet-11/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.c1417 * newpin: new pin entered by the user.
1428 * 1) Generates crypted value of newpin and store it
1430 * 2) Derives the new encryption key from the newpin. This key
1437 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) argument
1549 if (soft_gen_crypt_key(newpin, &new_crypt_key, &new_crypt_salt)
1561 if (soft_gen_hmac_key(newpin, &new_hmac_key, &new_hmac_salt)
1573 if (soft_gen_crypt_key(newpin, &new_crypt_key,
1584 if (soft_gen_hmac_key(newpin, &new_hmac_key,
1633 if (soft_gen_hashed_pin(newpin, &new_hashed_pin,

Completed in 25 milliseconds