Searched refs:open_and_lock_keystore_desc (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 584 open_and_lock_keystore_desc(mode_t mode, boolean_t do_create_keystore, in open_and_lock_keystore_desc() function 655 if ((desc_fd = open_and_lock_keystore_desc(oflag, in lock_desc_file() 1037 if ((fd = open_and_lock_keystore_desc(O_RDONLY, in soft_keystore_get_version() 1148 if ((fd = open_and_lock_keystore_desc(O_RDONLY, B_FALSE, in soft_keystore_getpin() 1461 if ((fd = open_and_lock_keystore_desc(O_RDWR, B_TRUE, in soft_keystore_setpin() 1809 if ((fd = open_and_lock_keystore_desc(O_RDONLY, in soft_keystore_authpin() 1915 if ((ks_fd = open_and_lock_keystore_desc(O_RDONLY, B_FALSE, in soft_keystore_get_objs() 2220 if ((fd = open_and_lock_keystore_desc(O_RDWR, B_FALSE, in soft_keystore_put_new_obj() 2490 if ((ks_fd = open_and_lock_keystore_desc(O_RDWR, B_FALSE, in soft_keystore_modify_obj() 2713 if ((fd = open_and_lock_keystore_desc(O_RDWR, B_FALSE, in soft_keystore_del_obj() [all …]
|