Searched refs:soft_keystore_setpin (Results 1 – 3 of 3) sorted by relevance
85 int soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held);
1432 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) in soft_keystore_setpin() function
282 if (soft_keystore_setpin(tmp_old_pin, tmp_new_pin, B_FALSE)) { in soft_setpin()