Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c163 get_keystore_path() in get_keystore_path() function
200 get_keystore_path(), PUB_OBJ_DIR); in get_pub_obj_path()
209 get_keystore_path(), PRI_OBJ_DIR); in get_pri_obj_path()
218 get_keystore_path(), DS_FILE); in get_desc_file_path()
227 get_keystore_path(), TMP_DS_FILE); in get_tmp_desc_file_path()
320 if (mkdir(get_keystore_path(), S_IRUSR|S_IWUSR|S_IXUSR) < 0) { in create_keystore()
366 (void) rmdir(get_keystore_path()); in create_keystore()
374 (void) rmdir(get_keystore_path()); in create_keystore()
384 (void) rmdir(get_keystore_path()); in create_keystore()
394 (void) rmdir(get_keystore_path()); in create_keystore()
[all …]