Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c311 uint64_t hashed_pin_len, hashed_pin_salt_len, ulong_buf; in create_keystore() local
448 ulong_buf = SWAP64(hashed_pin_salt_len); in create_keystore()
449 if (writen_nointr(fd, (void *)&ulong_buf, KS_HASHED_PIN_SALT_LEN_SIZE) in create_keystore()
460 ulong_buf = SWAP64(hashed_pin_len); in create_keystore()
461 if (writen_nointr(fd, (void *)&ulong_buf, KS_HASHED_PINLEN_SIZE) in create_keystore()