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.c162 get_keystore_path() function
199 get_keystore_path(), PUB_OBJ_DIR);
208 get_keystore_path(), PRI_OBJ_DIR);
217 get_keystore_path(), DS_FILE);
226 get_keystore_path(), TMP_DS_FILE);
319 if (mkdir(get_keystore_path(), S_IRUSR|S_IWUSR|S_IXUSR) < 0) {
365 (void) rmdir(get_keystore_path());
373 (void) rmdir(get_keystore_path());
383 (void) rmdir(get_keystore_path());
393 (void) rmdir(get_keystore_path());
[all...]

Completed in 56 milliseconds