Searched refs:soft_gen_hashed_pin (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 88 int soft_gen_hashed_pin(CK_UTF8CHAR_PTR pPin, char **result, char **salt);
|
H A D | softKeystore.c | 71 soft_gen_hashed_pin(CK_UTF8CHAR_PTR pPin, char **result, char **salt) in soft_gen_hashed_pin() function 158 if (soft_gen_hashed_pin(tmp_pin, &user_cryptpin, &salt) < 0) { in soft_verify_pin() 256 if (soft_gen_hashed_pin(tmp_old_pin, &user_cryptpin, in soft_setpin()
|
H A D | softKeystoreUtil.c | 435 if (soft_gen_hashed_pin((CK_CHAR_PTR)SOFT_DEFAULT_PIN, &hashed_pin, in create_keystore() 1631 if (soft_gen_hashed_pin(newpin, &new_hashed_pin, in soft_keystore_setpin()
|