Searched refs:algorithmobj (Results 1 – 3 of 3) sorted by relevance
488 const cfg_obj_t *algorithmobj = NULL; in parse_config() local592 (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()
611 const cfg_obj_t *algorithmobj = NULL; in read_sessionkey() local635 (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()
1164 const cfg_obj_t *algorithmobj = NULL; in read_confkey() local1187 (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()