Home
last modified time | relevance | path

Searched refs:soft_keystore_setpin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h85 int soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held);
H A DsoftKeystoreUtil.c1431 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) in soft_keystore_setpin() function
H A DsoftKeystore.c293 if (soft_keystore_setpin(tmp_old_pin, tmp_new_pin, B_FALSE)) { in soft_setpin()