Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h96 int soft_keystore_get_pin_salt(char **salt);
H A DsoftKeystore.c141 if (soft_keystore_get_pin_salt(&salt) < 0) { in soft_verify_pin()
243 if (soft_keystore_get_pin_salt(&salt) < 0) { in soft_setpin()
H A DsoftKeystoreUtil.c2782 soft_keystore_get_pin_salt(char **salt) in soft_keystore_get_pin_salt() function