Searched refs:ipsec_sa2str (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | key_debug.h | 98 char *ipsec_sa2str(struct secasvar *, char *, size_t);
|
H A D | xform_esp.c | 344 ipsec_sa2str(sav, buf, sizeof(buf)))); in esp_input() 593 ipsec_sa2str(sav, buf, sizeof(buf)))); in esp_input_cb()
|
H A D | ipsec.c | 1340 ipsec_sa2str(sav, buf, sizeof(buf)))); in ipsec_chkreplay() 1385 ipsec_sa2str(sav, buf, sizeof(buf)))); in ipsec_chkreplay()
|
H A D | key_debug.c | 976 ipsec_sa2str(struct secasvar *sav, char *buf, size_t size) in ipsec_sa2str() function
|
H A D | xform_ah.c | 574 ipsec_sa2str(sav, buf, sizeof(buf)))); in ah_input()
|