Home
last modified time | relevance | path

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

/openbsd/sbin/ipsecctl/
H A Dike.c304 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()
330 auth_alg = "SHA2_256"; in ike_section_p2()
406 auth_alg ? auth_alg : "NONE", in ike_section_p2()
420 if (auth_alg) in ike_section_p2()
507 auth_alg = "MD5"; in ike_section_p1()
510 auth_alg = "SHA"; in ike_section_p1()
[all …]
/openbsd/usr.sbin/bgpd/
H A Dbgpd.h377 enum auth_alg { enum
398 enum auth_alg auth_alg_in;
399 enum auth_alg auth_alg_out;
H A Dprintconf.c49 const char *print_auth_alg(enum auth_alg);
884 print_auth_alg(enum auth_alg alg) in print_auth_alg()
H A Dparse.y2291 enum auth_alg auth_alg; variable
2296 auth_alg = AUTH_AALG_SHA1HMAC;
2299 auth_alg = AUTH_AALG_MD5HMAC;
2341 $$.auth_alg_in = auth_alg;
2354 $$.auth_alg_out = auth_alg;
H A Dpfkey.c582 pfkey_auth_alg(enum auth_alg alg) in pfkey_auth_alg()
/openbsd/sys/dev/pci/
H A Dif_iwmreg.h5560 uint8_t auth_alg; member
H A Dif_iwxreg.h7026 uint8_t auth_alg; member