Searched refs:newalglist (Results 1 – 1 of 1) sorted by relevance
198 struct ipsecalgent *curalg, **newalglist; in build_list() local519 newalglist = realloc(new_proto->proto_algs, in build_list()522 if (newalglist == NULL) { in build_list()526 newalglist[new_proto->proto_numalgs] = curalg; in build_list()528 new_proto->proto_algs = newalglist; in build_list()