Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sbin/ipsecctl/
Dike.c161 char *enc_alg, *auth_alg, *group_desc, *encap; in ike_section_p2() local
304 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 …]
/openbsd/src/usr.sbin/bgpd/
Dbgpd.h396 enum auth_alg { enum
417 enum auth_alg auth_alg_in;
418 enum auth_alg auth_alg_out;
Dprintconf.c49 const char *print_auth_alg(enum auth_alg);
884 print_auth_alg(enum auth_alg alg) in print_auth_alg()
Dparse.y2316 enum auth_alg auth_alg; variable
2321 auth_alg = AUTH_AALG_SHA1HMAC;
2324 auth_alg = AUTH_AALG_MD5HMAC;
2366 $$.auth_alg_in = auth_alg;
2379 $$.auth_alg_out = auth_alg;
Dpfkey.c582 pfkey_auth_alg(enum auth_alg alg) in pfkey_auth_alg()
/openbsd/src/sys/dev/pci/
Dif_iwmreg.h5560 uint8_t auth_alg; member
Dif_iwxreg.h7026 uint8_t auth_alg; member