Searched refs:auth_alg (Results 1 – 7 of 7) sorted by relevance
161 char *enc_alg, *auth_alg, *group_desc, *encap; in ike_section_p2() local304 auth_alg = NULL; in ike_section_p2()308 auth_alg = "MD5"; in ike_section_p2()311 auth_alg = "SHA"; in ike_section_p2()314 auth_alg = "RIPEMD"; in ike_section_p2()317 auth_alg = "SHA2_256"; in ike_section_p2()320 auth_alg = "SHA2_384"; in ike_section_p2()323 auth_alg = "SHA2_512"; in ike_section_p2()330 auth_alg = "SHA2_256"; in ike_section_p2()406 auth_alg ? auth_alg : "NONE", in ike_section_p2()[all …]
396 enum auth_alg { enum417 enum auth_alg auth_alg_in;418 enum auth_alg auth_alg_out;
49 const char *print_auth_alg(enum auth_alg);884 print_auth_alg(enum auth_alg alg) in print_auth_alg()
2316 enum auth_alg auth_alg; variable2321 auth_alg = AUTH_AALG_SHA1HMAC;2324 auth_alg = AUTH_AALG_MD5HMAC;2366 $$.auth_alg_in = auth_alg;2379 $$.auth_alg_out = auth_alg;
582 pfkey_auth_alg(enum auth_alg alg) in pfkey_auth_alg()
5560 uint8_t auth_alg; member
7026 uint8_t auth_alg; member