Home
last modified time | relevance | path

Searched refs:writen_nointr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c402 if ((writen_nointr(fd, (char *)ver_buf, sizeof (ver_buf))) in create_keystore()
409 if (writen_nointr(fd, (void *)&buf, KS_VER_SIZE) != KS_VER_SIZE) { in create_keystore()
415 if (writen_nointr(fd, (void *)&buf, KS_COUNTER_SIZE) in create_keystore()
422 if (writen_nointr(fd, (void *)salt, KS_KEY_SALT_SIZE) in create_keystore()
428 if (writen_nointr(fd, (void *)salt, KS_HMAC_SALT_SIZE) in create_keystore()
448 if (writen_nointr(fd, (void *)&ulong_buf, KS_HASHED_PIN_SALT_LEN_SIZE) in create_keystore()
453 if (writen_nointr(fd, (void *)hashed_pin_salt, in create_keystore()
460 if (writen_nointr(fd, (void *)&ulong_buf, KS_HASHED_PINLEN_SIZE) in create_keystore()
465 if (writen_nointr(fd, (void *)hashed_pin, hashed_pin_len) in create_keystore()
751 if (writen_nointr(tmp_fd, buf, KS_PKCS11_VER_SIZE) != in create_updated_keystore_version()
[all …]
/titanic_41/usr/src/lib/libcryptoutil/common/
H A Drandom.c109 writen_nointr(int fd, void *dbuf, size_t dlen) in writen_nointr() function
246 n = writen_nointr(*fd, dbuf, dlen); in pkcs11_write_common()
H A Dcryptoutil.h224 extern ssize_t writen_nointr(int fd, void *dbuf, size_t dlen);
H A Dmapfile-vers76 writen_nointr;