soft_gen_hashed_pin
if (soft_gen_hashed_pin(tmp_pin, &user_cryptpin, &salt) < 0) {
if (soft_gen_hashed_pin(tmp_old_pin, &user_cryptpin,
int soft_gen_hashed_pin(CK_UTF8CHAR_PTR pPin, char **result, char **salt);
if (soft_gen_hashed_pin(newpin, &new_hashed_pin,
if (soft_gen_hashed_pin((CK_CHAR_PTR)SOFT_DEFAULT_PIN, &hashed_pin,