Home
last modified time | relevance | path

Searched refs:ipsec_auth (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/ipsecctl/
H A Dipsecctl.h128 struct ipsec_auth { struct
191 struct ipsec_auth *auth;
H A Dparse.y194 struct ipsec_auth *copyipsecauth(const struct ipsec_auth *);
2164 struct ipsec_auth *
2165 copyipsecauth(const struct ipsec_auth *auth) in copyipsecauth()
2167 struct ipsec_auth *newauth; in copyipsecauth()
2172 if ((newauth = calloc(1, sizeof(struct ipsec_auth))) == NULL) in copyipsecauth()
2610 r->auth = calloc(1, sizeof(struct ipsec_auth)); in create_flow()
2845 reverse->auth = calloc(1, sizeof(struct ipsec_auth)); in reverse_rule()
2912 r->auth = calloc(1, sizeof(struct ipsec_auth)); in create_ike()
H A Dpfkey.c49 struct ipsec_auth *, u_int8_t);
69 struct ipsec_auth *auth, u_int8_t flowtype) in pfkey_flow()
907 ipsec_auth)); in pfkey_parse()
926 ipsec_auth)); in pfkey_parse()