Home
last modified time | relevance | path

Searched refs:enc_alg_in (Results 1 – 5 of 5) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dprintconf.c716 if (p->auth.enc_alg_in) in print_peer()
717 printf(" %s XXXXXX", print_enc_alg(p->auth.enc_alg_in)); in print_peer()
H A Dpfkey.c635 p->conf.auth.enc_alg_in, in pfkey_ipsec_establish()
H A Dbgpd.h350 u_int8_t enc_alg_in; member
H A Dparse.y1615 curpeer->conf.auth.enc_alg_in = $8.enc_alg;
H A Dparse.c3909 curpeer->conf.auth.enc_alg_in = (yyvsp[0].v.encspec).enc_alg; in yyparse()