Searched refs:soft_keystore_get_pin_salt (Results 1 – 3 of 3) sorted by relevance
96 int soft_keystore_get_pin_salt(char **salt);
136 if (soft_keystore_get_pin_salt(&salt) < 0) { in soft_verify_pin()232 if (soft_keystore_get_pin_salt(&salt) < 0) { in soft_setpin()
2778 soft_keystore_get_pin_salt(char **salt) in soft_keystore_get_pin_salt() function