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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c867 uint64_t hashed_pin_size; local
881 if (readn_nointr(fd, (char *)&hashed_pin_size,
886 hashed_pin_size = SWAP64(hashed_pin_size);
888 *hashed_pin = malloc(hashed_pin_size + 1);
893 if ((readn_nointr(fd, *hashed_pin, hashed_pin_size))
894 != (ssize_t)hashed_pin_size) {
899 (*hashed_pin)[hashed_pin_size] = '\0';

Completed in 47 milliseconds