Searched refs:hashed_pin (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h84 int soft_keystore_getpin(char **hashed_pin, boolean_t lock_held);
97 CK_RV soft_keystore_pin_initialized(boolean_t *initialized, char **hashed_pin,
H A DsoftKeystoreUtil.c114 * hashed_pin length offset will be calculated at run time since
249 * Calculates the offset for hashed_pin length and hashed pin
334 char *hashed_pin = NULL, *hashed_pin_salt = NULL; local
442 if (soft_gen_hashed_pin((CK_CHAR_PTR)SOFT_DEFAULT_PIN, &hashed_pin,
447 if ((hashed_pin_salt == NULL) || (hashed_pin == NULL)) {
452 hashed_pin_len = (uint64_t)strlen(hashed_pin);
473 if (writen_nointr(fd, (void *)hashed_pin, hashed_pin_len)
870 get_hashed_pin(int fd, char **hashed_pin) argument
893 *hashed_pin = malloc(hashed_pin_size + 1);
894 if (*hashed_pin
1148 soft_keystore_getpin(char **hashed_pin, boolean_t lock_held) argument
2857 soft_keystore_pin_initialized(boolean_t *initialized, char **hashed_pin, boolean_t lock_held) argument
[all...]

Completed in 22 milliseconds