Searched refs:user_cryptpin (Results 1 – 1 of 1) sorted by relevance
116 char *user_cryptpin = NULL; in soft_verify_pin() local153 if (soft_gen_hashed_pin(tmp_pin, &user_cryptpin, &salt) < 0) { in soft_verify_pin()162 if (strcmp(user_cryptpin, ks_cryptpin) != 0) { in soft_verify_pin()210 char *user_cryptpin = NULL; in soft_setpin() local245 if (soft_gen_hashed_pin(tmp_old_pin, &user_cryptpin, in soft_setpin()255 if (strcmp(user_cryptpin, ks_cryptpin) != 0) { in soft_setpin()