Searched refs:capath (Results 1 – 1 of 1) sorted by relevance
64 char *capath; member447 tmpstore->capath = NULL; in new_keystore()470 if (keystore->capath != NULL) in free_keystore()471 free(keystore->capath); in free_keystore()1098 if (keystore->capath != NULL) { in verify_keystore_integrity()1099 if (!restore_keystore_file(err, keystore->capath)) { in verify_keystore_integrity()1396 keystore->capath = xstrdup(storepath); in resolve_paths()1407 keystore->capath = xstrdup(keystore_file); in resolve_paths()1414 keystore->capath = xstrdup(storepath); in resolve_paths()1471 open(keystore->capath, O_NONBLOCK|O_RDONLY)) == -1) { in lock_keystore()[all …]