Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c253 crypto_use_mbuf(crp, m); in ipcomp_input()
508 crypto_use_mbuf(crp, m); in ipcomp_output()
H A Dxform_ah.c657 crypto_use_mbuf(crp, m); in ah_input()
1041 crypto_use_mbuf(crp, m); in ah_output()
H A Dxform_esp.c411 crypto_use_mbuf(crp, m); in esp_input()
900 crypto_use_mbuf(crp, m); in esp_output()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h548 crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_mbuf() function
H A Dktls_ocf.c445 crypto_use_mbuf(&crp, m); in ktls_ocf_tls12_gcm_decrypt()