Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey_debug.h98 char *ipsec_sa2str(struct secasvar *, char *, size_t);
H A Dxform_esp.c344 ipsec_sa2str(sav, buf, sizeof(buf)))); in esp_input()
593 ipsec_sa2str(sav, buf, sizeof(buf)))); in esp_input_cb()
H A Dipsec.c1340 ipsec_sa2str(sav, buf, sizeof(buf)))); in ipsec_chkreplay()
1385 ipsec_sa2str(sav, buf, sizeof(buf)))); in ipsec_chkreplay()
H A Dkey_debug.c976 ipsec_sa2str(struct secasvar *sav, char *buf, size_t size) in ipsec_sa2str() function
H A Dxform_ah.c574 ipsec_sa2str(sav, buf, sizeof(buf)))); in ah_input()