Searched refs:ah_list (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/testing/selftests/net/ |
D | ipsec.c | 1914 char *ah_list[] = { variable 1939 const unsigned int proto_plan = ARRAY_SIZE(ah_list) + ARRAY_SIZE(comp_list) \ 1940 + (ARRAY_SIZE(ah_list) * ARRAY_SIZE(e_list)) \ 1949 for (i = 0; i < ARRAY_SIZE(ah_list); i++) { in write_proto_plan() 1950 if (write_desc(proto, fd, ah_list[i], 0, 0, 0)) in write_proto_plan() 1961 for (i = 0; i < ARRAY_SIZE(ah_list); i++) { in write_proto_plan() 1965 if (write_desc(proto, fd, ah_list[i], in write_proto_plan() 2005 strncpy(desc.a_algo, ah_list[0], ALGO_LEN - 1); in write_compat_struct_tests()
|