Searched refs:ah_list (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/selftests/net/ |
D | ipsec.c | 2054 char *ah_list[] = { variable 2079 const unsigned int proto_plan = ARRAY_SIZE(ah_list) + ARRAY_SIZE(comp_list) \ 2080 + (ARRAY_SIZE(ah_list) * ARRAY_SIZE(e_list)) \ 2089 for (i = 0; i < ARRAY_SIZE(ah_list); i++) { in write_proto_plan() 2090 if (write_desc(proto, fd, ah_list[i], 0, 0, 0)) in write_proto_plan() 2101 for (i = 0; i < ARRAY_SIZE(ah_list); i++) { in write_proto_plan() 2105 if (write_desc(proto, fd, ah_list[i], in write_proto_plan() 2147 strncpy(desc.a_algo, ah_list[0], ALGO_LEN - 1); in write_compat_struct_tests()
|