Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c97 #define KS_COUNTER_OFFSET (KS_VER_OFFSET + KS_VER_SIZE)
410 if (writen_nointr(fd, (void *)&buf, KS_VER_SIZE) != KS_VER_SIZE) { in create_keystore()
759 if (readn_nointr(fd, &version, KS_VER_SIZE) != KS_VER_SIZE) { in create_updated_keystore_version()
768 if (writen_nointr(tmp_fd, (void *)&version, KS_VER_SIZE) in create_updated_keystore_version()
769 != KS_VER_SIZE) { in create_updated_keystore_version()
1047 if (readn_nointr(fd, (char *)&buf, KS_VER_SIZE) != KS_VER_SIZE) { in soft_keystore_get_version()
1491 if (readn_nointr(fd, &version, KS_VER_SIZE) != KS_VER_SIZE) { in soft_keystore_setpin()
1499 if (writen_nointr(tmp_ks_fd, (void *)&version, KS_VER_SIZE) in soft_keystore_setpin()
1500 != KS_VER_SIZE) { in soft_keystore_setpin()
2247 if (readn_nointr(fd, &version, KS_VER_SIZE) != KS_VER_SIZE) { in soft_keystore_put_new_obj()
[all …]