Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey_debug.h99 char *ipsec_sa2str(struct secasvar *, char *, size_t);
H A Dxform_esp.c334 ipsec_sa2str(sav, buf, sizeof(buf)))); in esp_input()
573 ipsec_sa2str(sav, buf, sizeof(buf)))); in esp_input_cb()
H A Dipsec.c1311 ipsec_sa2str(sav, buf, sizeof(buf)))); in ipsec_chkreplay()
1352 ipsec_sa2str(sav, buf, sizeof(buf)))); in ipsec_chkreplay()
H A Dkey_debug.c967 ipsec_sa2str(struct secasvar *sav, char *buf, size_t size) in ipsec_sa2str() function
H A Dxform_ah.c569 ipsec_sa2str(sav, buf, sizeof(buf)))); in ah_input()