Home
last modified time | relevance | path

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

/src/sys/kgssapi/krb5/
H A Dkcrypto_aes.c129 (void)crypto_dispatch(crp); in aes_crypto_cb()
167 error = crypto_dispatch(crp); in aes_encrypt_1()
338 error = crypto_dispatch(crp); in aes_checksum()
/src/sys/netipsec/
H A Dxform_ipcomp.c272 return crypto_dispatch(crp); in ipcomp_input()
325 return (crypto_dispatch(crp)); in ipcomp_input_cb()
530 return crypto_dispatch(crp); in ipcomp_output()
572 return (crypto_dispatch(crp)); in ipcomp_output_cb()
H A Dxform_ah.c680 return (crypto_dispatch(crp)); in ah_input()
736 return (crypto_dispatch(crp)); in ah_input_cb()
1086 return (crypto_dispatch(crp)); in ah_output()
1128 return (crypto_dispatch(crp)); in ah_output_cb()
H A Dxform_esp.c474 return (crypto_dispatch(crp)); in esp_input()
534 return (crypto_dispatch(crp)); in esp_input_cb()
978 return (crypto_dispatch(crp)); in esp_output()
1023 return (crypto_dispatch(crp)); in esp_output_cb()
/src/sys/dev/wg/
H A Dwg_crypto.c232 ret = crypto_dispatch(&crp); in chacha20poly1305_encrypt_mbuf()
255 ret = crypto_dispatch(&crp); in chacha20poly1305_decrypt_mbuf()
/src/sys/geom/eli/
H A Dg_eli_crypto.c94 error = crypto_dispatch(crp); in g_eli_crypto_cipher()
H A Dg_eli_privacy.c351 error = crypto_dispatch(crp); in g_eli_crypto_run()
H A Dg_eli_integrity.c579 error = crypto_dispatch(crp); in g_eli_auth_run()
H A Dg_eli.c261 error = crypto_dispatch(crp); in g_eli_crypto_rerun()
/src/sys/opencrypto/
H A Dktls_ocf.c211 error = crypto_dispatch(crp); in ktls_ocf_dispatch()
243 error = crypto_dispatch(crp); in ktls_ocf_dispatch_async_cb()
265 error = crypto_dispatch(crp); in ktls_ocf_dispatch_async()
H A Dcryptodev.h625 int crypto_dispatch(struct cryptop *crp);
H A Dcryptodev.c813 error = crypto_dispatch(crp); in cryptodev_op()
1015 error = crypto_dispatch(crp); in cryptodev_aead()
H A Dcrypto.c1437 crypto_dispatch(struct cryptop *crp) in crypto_dispatch() function
1452 return (crypto_dispatch(crp)); in crypto_dispatch_async()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c180 error = crypto_dispatch(crp); in zfs_crypto_dispatch()
/src/contrib/libdiff/test/
H A Dexpect021.diff704 + rv = crypto_dispatch(crwu->cr_crp);
804 + DNPRINTF(SR_D_INTR, "%s: sr_crypto_done: crypto_dispatch %p\n",
809 + crypto_dispatch(crwu->cr_crp);
H A Dtest117.right-P.txt1114 rv = crypto_dispatch(crwu->cr_crp);
1190 DNPRINTF(SR_D_INTR, "%s: sr_crypto_done: crypto_dispatch %p\n",
1192 crypto_dispatch(crwu->cr_crp);
H A Dtest122.right-P.txt1114 rv = crypto_dispatch(crwu->cr_crp);
1190 DNPRINTF(SR_D_INTR, "%s: sr_crypto_done: crypto_dispatch %p\n",
1192 crypto_dispatch(crwu->cr_crp);
H A Dtest021.right.txt1114 rv = crypto_dispatch(crwu->cr_crp);
1190 DNPRINTF(SR_D_INTR, "%s: sr_crypto_done: crypto_dispatch %p\n",
1192 crypto_dispatch(crwu->cr_crp);
H A Dtest117.left-P.txt1100 rv = crypto_dispatch(crwu->cr_crp);
1176 DNPRINTF(SR_D_INTR, "%s: sr_crypto_done: crypto_dispatch %p\n",
1178 crypto_dispatch(crwu->cr_crp);
/src/sys/net/
H A Dif_ovpn.c2189 ret = crypto_dispatch(crp); in ovpn_transmit_to_peer()
2636 ret = crypto_dispatch(crp); in ovpn_udp_input()
/src/share/man/man9/
H A DMakefile1003 crypto_request.9 crypto_dispatch.9 \