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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c334 char *hashed_pin = NULL, *hashed_pin_salt = NULL; local
443 &hashed_pin_salt) < 0) {
447 if ((hashed_pin_salt == NULL) || (hashed_pin == NULL)) {
451 hashed_pin_salt_len = (uint64_t)strlen(hashed_pin_salt);
461 if (writen_nointr(fd, (void *)hashed_pin_salt,
481 if (hashed_pin_salt)
482 free(hashed_pin_salt);
1456 char *hashed_pin_salt = NULL; local
1613 hashed_pin_salt = malloc(hashed_pin_salt_length + 1);
1614 if (hashed_pin_salt
[all...]

Completed in 17 milliseconds