Home
last modified time | relevance | path

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

/openbsd/sbin/isakmpd/
H A Dconnection.c345 conn->local_id = ipsec_build_id(local_id, &conn->local_sz); in connection_record_passive()
350 conn->remote_id = ipsec_build_id(remote_id, &conn->remote_sz); in connection_record_passive()
H A Dipsec.h146 extern u_int8_t *ipsec_build_id(char *, size_t *);
H A Dike_quick_mode.c910 id = ipsec_build_id(local_id, &sz); in initiator_send_HASH_SA_NONCE()
919 id = ipsec_build_id(remote_id, &sz); in initiator_send_HASH_SA_NONCE()
983 id = ipsec_build_id(remote_id, &sz); in initiator_send_HASH_SA_NONCE()
H A Dipsec.c590 if ((nat_id = ipsec_build_id(nat, &nat_sz))) { in ipsec_set_network()
2212 ipsec_build_id(char *section, size_t *sz) in ipsec_build_id() function