Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1449 uint64_t hashed_pin_salt_length, new_hashed_pin_len, swaped_val; in soft_keystore_setpin() local
1644 new_hashed_pin_len = strlen(new_hashed_pin); in soft_keystore_setpin()
1647 swaped_val = SWAP64(new_hashed_pin_len); in soft_keystore_setpin()
1654 new_hashed_pin_len) != (ssize_t)new_hashed_pin_len) { in soft_keystore_setpin()