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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c115 * hashed_pin length offset will be calculated at run time since
231 * Calculates the offset for hashed_pin length and hashed pin
315 char *hashed_pin = NULL, *hashed_pin_salt = NULL; local
434 if (soft_gen_hashed_pin((CK_CHAR_PTR)SOFT_DEFAULT_PIN, &hashed_pin,
439 if ((hashed_pin_salt == NULL) || (hashed_pin == NULL)) {
444 hashed_pin_len = (uint64_t)strlen(hashed_pin);
465 if (writen_nointr(fd, (void *)hashed_pin, hashed_pin_len)
865 get_hashed_pin(int fd, char **hashed_pin) argument
888 *hashed_pin = malloc(hashed_pin_size + 1);
889 if (*hashed_pin
1143 soft_keystore_getpin(char **hashed_pin, boolean_t lock_held) argument
2850 soft_keystore_pin_initialized(boolean_t *initialized, char **hashed_pin, boolean_t lock_held) argument
[all...]

Completed in 100 milliseconds