Searched refs:KS_VER_SIZE (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 94 #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) { 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() 1492 if (readn_nointr(fd, &version, KS_VER_SIZE) != KS_VER_SIZE) { in soft_keystore_setpin() 1500 if (writen_nointr(tmp_ks_fd, (void *)&version, KS_VER_SIZE) in soft_keystore_setpin() 1501 != KS_VER_SIZE) { in soft_keystore_setpin() [all …]
|