Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c359 fd = open_nointr(get_desc_file_path(ks_desc_file), in create_keystore()
558 *fd = open_nointr(fname, mode|O_NONBLOCK); in acquire_file_lock()
593 fd = open_nointr(fname, mode|O_NONBLOCK); in open_and_lock_keystore_desc()
599 fd = open_nointr(fname, mode|O_NONBLOCK); in open_and_lock_keystore_desc()
693 fd = open_nointr(obj_fname, oflag|O_NONBLOCK); in open_and_lock_object_file()
734 tmp_fd = open_nointr(tmp_fname, in create_updated_keystore_version()
1254 old_fd = open_nointr(orig_obj_name, O_RDONLY|O_NONBLOCK); in reencrypt_obj()
1266 new_fd = open_nointr(new_obj_name, in reencrypt_obj()
1472 tmp_ks_fd = open_nointr(tmp_ks_desc_name, in soft_keystore_setpin()
2228 tmp_ks_fd = open_nointr(tmp_ks_desc_name, in soft_keystore_put_new_obj()
[all …]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Drandom.c60 open_nointr(const char *path, int oflag, ...) in open_nointr() function
140 *fd = open_nointr(dev, oflag); in pkcs11_open_common()
H A Dcryptoutil.h223 extern int open_nointr(const char *path, int oflag, ...);
H A Dmapfile-vers59 open_nointr;