Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/bin/rndc/
H A Drndc.c488 const cfg_obj_t *algorithmobj = NULL; in parse_config() local
592 (void)cfg_map_get(key, "algorithm", &algorithmobj); in parse_config()
593 if (secretobj == NULL || algorithmobj == NULL) in parse_config()
597 algorithmstr = cfg_obj_asstring(algorithmobj); in parse_config()
/minix3/external/bsd/bind/dist/bin/nsupdate/
H A Dnsupdate.c611 const cfg_obj_t *algorithmobj = NULL; in read_sessionkey() local
635 (void) cfg_map_get(key, "algorithm", &algorithmobj); in read_sessionkey()
636 if (secretobj == NULL || algorithmobj == NULL) in read_sessionkey()
641 algorithm = cfg_obj_asstring(algorithmobj); in read_sessionkey()
/minix3/external/bsd/bind/dist/bin/dig/
H A Ddighost.c1164 const cfg_obj_t *algorithmobj = NULL; in read_confkey() local
1187 (void) cfg_map_get(keyobj, "algorithm", &algorithmobj); in read_confkey()
1188 if (secretobj == NULL || algorithmobj == NULL) in read_confkey()
1193 algorithm = cfg_obj_asstring(algorithmobj); in read_confkey()