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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c96 #define KS_COUNTER_SIZE 4 /* size in bytes of the monotonic counter */ macro
98 #define KS_KEY_SALT_OFFSET (KS_COUNTER_OFFSET + KS_COUNTER_SIZE)
423 if (writen_nointr(fd, (void *)&buf, KS_COUNTER_SIZE)
424 != KS_COUNTER_SIZE) {
1512 if (readn_nointr(fd, filebuf, KS_COUNTER_SIZE) != KS_COUNTER_SIZE) {
1516 if (writen_nointr(tmp_ks_fd, filebuf, KS_COUNTER_SIZE)
1517 != KS_COUNTER_SIZE) {
2272 if (readn_nointr(fd, &counter, KS_COUNTER_SIZE) != KS_COUNTER_SIZE) {
[all...]

Completed in 24 milliseconds