Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1432 int fd, tmp_ks_fd, version, ret_val = -1; in soft_keystore_setpin() local
1471 tmp_ks_fd = open_nointr(tmp_ks_desc_name, in soft_keystore_setpin()
1473 if (tmp_ks_fd < 0) { in soft_keystore_setpin()
1484 if (writen_nointr(tmp_ks_fd, filebuf, KS_PKCS11_VER_SIZE) in soft_keystore_setpin()
1498 if (writen_nointr(tmp_ks_fd, (void *)&version, KS_VER_SIZE) in soft_keystore_setpin()
1509 if (writen_nointr(tmp_ks_fd, filebuf, KS_COUNTER_SIZE) in soft_keystore_setpin()
1546 if (writen_nointr(tmp_ks_fd, (void *)new_crypt_salt, in soft_keystore_setpin()
1560 if (writen_nointr(tmp_ks_fd, (void *)new_hmac_salt, in soft_keystore_setpin()
1573 if (writen_nointr(tmp_ks_fd, (void *)crypt_salt, in soft_keystore_setpin()
1586 if (writen_nointr(tmp_ks_fd, (void *)hmac_salt, in soft_keystore_setpin()
[all …]