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.c1434 int fd, tmp_ks_fd, version, ret_val = -1; local
1473 tmp_ks_fd = open_nointr(tmp_ks_desc_name,
1475 if (tmp_ks_fd < 0) {
1486 if (writen_nointr(tmp_ks_fd, filebuf, KS_PKCS11_VER_SIZE)
1500 if (writen_nointr(tmp_ks_fd, (void *)&version, KS_VER_SIZE)
1511 if (writen_nointr(tmp_ks_fd, filebuf, KS_COUNTER_SIZE)
1548 if (writen_nointr(tmp_ks_fd, (void *)new_crypt_salt,
1561 if (writen_nointr(tmp_ks_fd, (void *)new_hmac_salt,
1573 if (writen_nointr(tmp_ks_fd, (void *)crypt_salt,
1586 if (writen_nointr(tmp_ks_fd, (voi
2196 int fd, tmp_ks_fd, obj_fd; local
[all...]

Completed in 84 milliseconds