Home
last modified time | relevance | path

Searched refs:crypto_dispatch (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c268 return crypto_dispatch(crp); in ipcomp_input()
312 return (crypto_dispatch(crp)); in ipcomp_input_cb()
512 return crypto_dispatch(crp); in ipcomp_output()
554 return (crypto_dispatch(crp)); in ipcomp_output_cb()
H A Dxform_ah.c674 return (crypto_dispatch(crp)); in ah_input()
719 return (crypto_dispatch(crp)); in ah_input_cb()
1058 return crypto_dispatch(crp); in ah_output()
1100 return (crypto_dispatch(crp)); in ah_output_cb()
H A Dxform_esp.c463 return (crypto_dispatch(crp)); in esp_input()
511 return (crypto_dispatch(crp)); in esp_input_cb()
947 return crypto_dispatch(crp); in esp_output()
992 return (crypto_dispatch(crp)); in esp_output_cb()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h652 extern int crypto_dispatch(struct cryptop *crp);
H A Dktls_ocf.c135 error = crypto_dispatch(crp); in ktls_ocf_dispatch()
H A Dcryptodev.c957 error = crypto_dispatch(crp); in cryptodev_op()
1150 error = crypto_dispatch(crp); in cryptodev_aead()
H A Dcrypto.c1413 crypto_dispatch(struct cryptop *crp) in crypto_dispatch() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c170 error = crypto_dispatch(crp); in zfs_crypto_dispatch()