Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Ddnssec-keystore.c136 static const char* g_keystore_path = DNSSEC_DEFAULT_KEYSTORE_PATH; variable
588 …if(snprintf(path, PATH_MAX, "%s/" OAT_PRIVATE_FORMAT, g_keystore_path, clean_origin, algorithm, ta… in dnssec_keystore_delete_key()
657 …if(snprintf(path, PATH_MAX, "%s/" OAT_DNSKEY_FORMAT, g_keystore_path, clean_origin, algorithm, tag… in dnssec_keystore_delete_key()
1304 …if(FAIL(ret = readdir_forall(g_keystore_path, dnssec_keystore_reload_readdir_callback_nolock, &arg… in dnssec_keystore_reload()
1306 …("dnssec keystore reload: an error occurred reading key directory '%s': %r", g_keystore_path, ret); in dnssec_keystore_reload()
1361 path = g_keystore_path; in dnssec_keystore_reload_domain()
1446 return g_keystore_path; in dnssec_keystore_getpath()
1458 if(((void*)g_keystore_path) != ((void*)dnssec_default_keystore_path)) in dnssec_keystore_resetpath()
1460 free((void*)g_keystore_path); in dnssec_keystore_resetpath()
1461 g_keystore_path = dnssec_default_keystore_path; in dnssec_keystore_resetpath()
[all …]