Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h85 salt_length:24; member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c242 uint64_t salt_length; in calculate_hashed_pin_offset() local
249 if (readn_nointr(fd, (char *)&salt_length, in calculate_hashed_pin_offset()
253 salt_length = SWAP64(salt_length); in calculate_hashed_pin_offset()
256 + KS_HASHED_PIN_SALT_LEN_SIZE + salt_length; in calculate_hashed_pin_offset()