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.c94 #define KS_VER_SIZE 4 /* size in bytes of keystore version value */ macro
96 #define KS_COUNTER_OFFSET (KS_VER_OFFSET + KS_VER_SIZE)
409 if (writen_nointr(fd, (void *)&buf, KS_VER_SIZE) != KS_VER_SIZE) {
759 if (readn_nointr(fd, &version, KS_VER_SIZE) != KS_VER_SIZE) {
768 if (writen_nointr(tmp_fd, (void *)&version, KS_VER_SIZE)
769 != KS_VER_SIZE) {
1047 if (readn_nointr(fd, (char *)&buf, KS_VER_SIZE) != KS_VER_SIZE) {
[all...]

Completed in 54 milliseconds