Home
last modified time | relevance | path

Searched refs:auth_key_in (Results 1 – 4 of 4) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dpfkey.c634 p->conf.auth.auth_key_in, in pfkey_ipsec_establish()
H A Dbgpd.h338 char auth_key_in[IPSEC_AUTH_KEY_LEN]; member
H A Dparse.y1607 if (str2key($7, curpeer->conf.auth.auth_key_in,
1608 sizeof(curpeer->conf.auth.auth_key_in)) ==
H A Dparse.c3901 if (str2key((yyvsp[-1].v.string), curpeer->conf.auth.auth_key_in, in yyparse()
3902 sizeof(curpeer->conf.auth.auth_key_in)) == in yyparse()