Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c314 ks_desc_file[MAXPATHLEN]; in create_keystore() local
359 fd = open_nointr(get_desc_file_path(ks_desc_file), in create_keystore()
372 (void) unlink(ks_desc_file); in create_keystore()
382 (void) unlink(ks_desc_file); in create_keystore()
392 (void) unlink(ks_desc_file); in create_keystore()
479 (void) unlink(ks_desc_file); in create_keystore()
589 char *fname, ks_desc_file[MAXPATHLEN]; in open_and_lock_keystore_desc() local
592 fname = get_desc_file_path(ks_desc_file); in open_and_lock_keystore_desc()
635 char ks_desc_file[MAXPATHLEN]; in lock_desc_file() local
648 (void) get_desc_file_path(ks_desc_file); in lock_desc_file()
[all …]