Searched refs:soft_gen_hashed_pin (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h88 int soft_gen_hashed_pin(CK_UTF8CHAR_PTR pPin, char **result, char **salt);
H A DsoftKeystore.c54 * soft_gen_hashed_pin()
76 soft_gen_hashed_pin(CK_UTF8CHAR_PTR pPin, char **result, char **salt) function
159 if (soft_gen_hashed_pin(tmp_pin, &user_cryptpin, &salt) < 0) {
254 if (soft_gen_hashed_pin(tmp_old_pin, &user_cryptpin,
H A DsoftKeystoreUtil.c442 if (soft_gen_hashed_pin((CK_CHAR_PTR)SOFT_DEFAULT_PIN, &hashed_pin,
1633 if (soft_gen_hashed_pin(newpin, &new_hashed_pin,

Completed in 23 milliseconds