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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c93 #define KS_VER_SIZE 4 /* size in bytes of keystore version value */ macro
95 #define KS_COUNTER_OFFSET (KS_VER_OFFSET + KS_VER_SIZE)
417 if (writen_nointr(fd, (void *)&buf, KS_VER_SIZE) != KS_VER_SIZE) {
767 if (readn_nointr(fd, &version, KS_VER_SIZE) != KS_VER_SIZE) {
776 if (writen_nointr(tmp_fd, (void *)&version, KS_VER_SIZE)
777 != KS_VER_SIZE) {
1052 if (readn_nointr(fd, (char *)&buf, KS_VER_SIZE) != KS_VER_SIZE) {
[all...]

Completed in 17 milliseconds