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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c90 #define KS_PKCS11_VER_SIZE 32 macro
92 #define KS_VER_OFFSET (KS_PKCS11_OFFSET + KS_PKCS11_VER_SIZE)
330 uchar_t ver_buf[KS_PKCS11_VER_SIZE];
755 if (readn_nointr(fd, buf, KS_PKCS11_VER_SIZE) != KS_PKCS11_VER_SIZE) {
759 if (writen_nointr(tmp_fd, buf, KS_PKCS11_VER_SIZE) !=
760 KS_PKCS11_VER_SIZE) {
1486 if (readn_nointr(fd, filebuf, KS_PKCS11_VER_SIZE)
1487 != KS_PKCS11_VER_SIZE) {
1491 if (writen_nointr(tmp_ks_fd, filebuf, KS_PKCS11_VER_SIZE)
[all...]

Completed in 17 milliseconds