Searched defs:KS_PKCS11_VER_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c91 #define KS_PKCS11_VER_SIZE 32 macro
93 #define KS_VER_OFFSET (KS_PKCS11_OFFSET + KS_PKCS11_VER_SIZE)
311 uchar_t ver_buf[KS_PKCS11_VER_SIZE];
747 if (readn_nointr(fd, buf, KS_PKCS11_VER_SIZE) != KS_PKCS11_VER_SIZE) {
751 if (writen_nointr(tmp_fd, buf, KS_PKCS11_VER_SIZE) !=
752 KS_PKCS11_VER_SIZE) {
1481 if (readn_nointr(fd, filebuf, KS_PKCS11_VER_SIZE)
1482 != KS_PKCS11_VER_SIZE) {
1486 if (writen_nointr(tmp_ks_fd, filebuf, KS_PKCS11_VER_SIZE)
[all...]

Completed in 62 milliseconds