Home
last modified time | relevance | path

Searched defs:crp (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/sys/opencrypto/
H A Dktls_ocf.c183 ktls_ocf_callback_async(struct cryptop *crp) in ktls_ocf_callback_async()
196 ktls_ocf_dispatch(struct ktls_ocf_session *os, struct cryptop *crp) in ktls_ocf_dispatch()
234 ktls_ocf_dispatch_async_cb(struct cryptop *crp) in ktls_ocf_dispatch_async_cb()
259 struct cryptop *crp) in ktls_ocf_dispatch_async()
279 struct cryptop *crp; in ktls_ocf_tls_cbc_encrypt() local
440 struct cryptop crp; in ktls_ocf_tls_cbc_decrypt() local
552 struct cryptop *crp; in ktls_ocf_tls12_aead_encrypt() local
633 struct cryptop crp; in ktls_ocf_tls12_aead_decrypt() local
729 struct cryptop crp; in ktls_ocf_tls12_aead_recrypt() local
790 struct cryptop *crp; in ktls_ocf_tls13_aead_encrypt() local
[all …]
H A Dcrypto.c1255 crp_sanity(struct cryptop *crp) in crp_sanity()
1404 crypto_dispatch_one(struct cryptop *crp, int hint) in crypto_dispatch_one()
1437 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1443 crypto_dispatch_async(struct cryptop *crp, int flags) in crypto_dispatch_async()
1476 struct cryptop *crp; in crypto_dispatch_batch() local
1488 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1502 struct cryptop *crp; in crypto_task_invoke() local
1516 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1583 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1615 crypto_freereq(struct cryptop *crp) in crypto_freereq()
[all …]
H A Dcryptosoft.c88 swcr_null(const struct swcr_session *ses, struct cryptop *crp) in swcr_null()
98 swcr_encdec(const struct swcr_session *ses, struct cryptop *crp) in swcr_encdec()
241 swcr_authcompute(const struct swcr_session *ses, struct cryptop *crp) in swcr_authcompute()
320 swcr_gmac(const struct swcr_session *ses, struct cryptop *crp) in swcr_gmac()
399 swcr_gcm(const struct swcr_session *ses, struct cryptop *crp) in swcr_gcm()
673 swcr_ccm_cbc_mac(const struct swcr_session *ses, struct cryptop *crp) in swcr_ccm_cbc_mac()
732 swcr_ccm(const struct swcr_session *ses, struct cryptop *crp) in swcr_ccm()
957 swcr_chacha20_poly1305(const struct swcr_session *ses, struct cryptop *crp) in swcr_chacha20_poly1305()
1164 swcr_eta(const struct swcr_session *ses, struct cryptop *crp) in swcr_eta()
1184 swcr_compdec(const struct swcr_session *ses, struct cryptop *crp) in swcr_compdec()
[all …]
H A Dcryptodev.h521 crypto_use_buf(struct cryptop *crp, void *buf, int len) in crypto_use_buf()
527 crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_mbuf()
533 crypto_use_single_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_single_mbuf()
539 crypto_use_vmpage(struct cryptop *crp, vm_page_t *pages, int len, int offset) in crypto_use_vmpage()
545 crypto_use_uio(struct cryptop *crp, struct uio *uio) in crypto_use_uio()
551 crypto_use_output_buf(struct cryptop *crp, void *buf, int len) in crypto_use_output_buf()
557 crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_output_mbuf()
563 crypto_use_output_single_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_output_single_mbuf()
569 crypto_use_output_vmpage(struct cryptop *crp, vm_page_t *pages, int len, in crypto_use_output_vmpage()
576 crypto_use_output_uio(struct cryptop *crp, struct uio *uio) in crypto_use_output_uio()
[all …]
/freebsd/sys/crypto/openssl/
H A Dossl.c312 ossl_process_hash(struct ossl_session *s, struct cryptop *crp, in ossl_process_hash()
380 ossl_process_cipher(struct ossl_session *s, struct cryptop *crp, in ossl_process_cipher()
387 ossl_process_eta(struct ossl_session *s, struct cryptop *crp, in ossl_process_eta()
406 ossl_process_aead(struct ossl_session *s, struct cryptop *crp, in ossl_process_aead()
420 ossl_process(device_t dev, struct cryptop *crp, int hint) in ossl_process()
H A Dossl_chacha20.c56 ossl_chacha20(struct ossl_session_cipher *s, struct cryptop *crp, in ossl_chacha20()
156 ossl_chacha20_poly1305_encrypt(struct cryptop *crp, in ossl_chacha20_poly1305_encrypt()
302 ossl_chacha20_poly1305_decrypt(struct cryptop *crp, in ossl_chacha20_poly1305_decrypt()
H A Dossl_aes.c76 ossl_aes_cbc(struct ossl_session_cipher *s, struct cryptop *crp, in ossl_aes_cbc()
173 ossl_aes_gcm(struct ossl_session_cipher *s, struct cryptop *crp, in ossl_aes_gcm()
/freebsd/sys/geom/eli/
H A Dg_eli_privacy.c87 g_eli_crypto_read_done(struct cryptop *crp) in g_eli_crypto_read_done()
138 g_eli_crypto_write_done(struct cryptop *crp) in g_eli_crypto_write_done()
258 struct cryptop *crp; in g_eli_crypto_run() local
H A Dg_eli_integrity.c126 g_eli_auth_read_done(struct cryptop *crp) in g_eli_auth_read_done()
288 g_eli_auth_write_done(struct cryptop *crp) in g_eli_auth_write_done()
452 struct cryptop *crp; in g_eli_auth_run() local
H A Dg_eli_crypto.c49 g_eli_crypto_done(struct cryptop *crp) in g_eli_crypto_done()
62 struct cryptop *crp; in g_eli_crypto_cipher() local
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf.c70 struct cryptop *crp; in symDpCallback() local
237 struct cryptop *crp, in qat_ocf_session_init()
645 qat_ocf_load_aad_gcm(struct cryptop *crp, struct qat_ocf_cookie *qat_cookie) in qat_ocf_load_aad_gcm()
668 qat_ocf_load_aad(struct cryptop *crp, struct qat_ocf_cookie *qat_cookie) in qat_ocf_load_aad()
732 qat_ocf_load(struct cryptop *crp, struct qat_ocf_cookie *qat_cookie) in qat_ocf_load()
809 qat_ocf_check_input(device_t dev, struct cryptop *crp) in qat_ocf_check_input()
825 qat_ocf_process(device_t dev, struct cryptop *crp, int hint) in qat_ocf_process()
H A Dqat_ocf_mem_pool.c123 struct cryptop *crp; in qat_ocf_crypto_load_obuf_cb() local
313 qat_ocf_cookie_dma_pre_sync(struct cryptop *crp, CpaCySymDpOpData *pOpData) in qat_ocf_cookie_dma_pre_sync()
344 qat_ocf_cookie_dma_post_sync(struct cryptop *crp, CpaCySymDpOpData *pOpData) in qat_ocf_cookie_dma_post_sync()
375 qat_ocf_cookie_dma_unload(struct cryptop *crp, CpaCySymDpOpData *pOpData) in qat_ocf_cookie_dma_unload()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c138 freebsd_zfs_crypt_done(struct cryptop *crp) in freebsd_zfs_crypt_done()
151 freebsd_zfs_crypt_done_sync(struct cryptop *crp) in freebsd_zfs_crypt_done_sync()
166 zfs_crypto_dispatch(freebsd_crypt_session_t *session, struct cryptop *crp) in zfs_crypto_dispatch()
335 struct cryptop *crp; in freebsd_crypt_uio() local
/freebsd/sys/dev/glxsb/
H A Dglxsb_hash.c63 glxsb_authcompute(struct glxsb_session *ses, struct cryptop *crp) in glxsb_authcompute()
133 const struct crypto_session_params *csp, struct cryptop *crp) in glxsb_hash_process()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c1203 struct cryptop *crp, int error) in ccp_do_hmac_done()
1250 struct cryptop *crp; in ccp_hmac_done() local
1257 ccp_do_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, in ccp_do_hmac()
1305 ccp_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp) in ccp_hmac()
1334 struct cryptop *crp; in ccp_blkcipher_done() local
1350 ccp_collect_iv(struct cryptop *crp, const struct crypto_session_params *csp, in ccp_collect_iv()
1395 ccp_do_xts(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, in ccp_do_xts()
1466 struct cryptop *crp, const struct ccp_completion_ctx *cctx) in ccp_do_blkcipher()
1669 ccp_blkcipher(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp) in ccp_blkcipher()
1684 struct cryptop *crp; in ccp_authenc_done() local
[all …]
/freebsd/sys/dev/sec/
H A Dsec.c515 struct cryptop *crp; in sec_primary_intr() local
833 struct cryptop *crp, bus_size_t size, struct sec_desc_map_info *sdmi) in sec_desc_map_dma()
1105 u_int n, struct cryptop *crp, bus_size_t doffset, bus_size_t dsize) in sec_make_pointer()
1237 sec_process(device_t dev, struct cryptop *crp, int hint) in sec_process()
1319 const struct crypto_session_params *csp, struct cryptop *crp) in sec_build_common_ns_desc()
1370 const struct crypto_session_params *csp, struct cryptop *crp) in sec_build_common_s_desc()
1439 struct cryptop *crp) in sec_aesu_make_desc()
1527 struct sec_desc *desc, struct cryptop *crp) in sec_mdeu_make_desc()
/freebsd/sys/netipsec/
H A Dxform_esp.c274 struct cryptop *crp; in esp_input() local
492 esp_input_cb(struct cryptop *crp) in esp_input_cb()
697 struct cryptop *crp; in esp_output() local
991 esp_output_cb(struct cryptop *crp) in esp_output_cb()
H A Dxform_ipcomp.c201 struct cryptop *crp; in ipcomp_input() local
283 ipcomp_input_cb(struct cryptop *crp) in ipcomp_input_cb()
404 struct cryptop *crp; in ipcomp_output() local
531 ipcomp_output_cb(struct cryptop *crp) in ipcomp_output_cb()
H A Dxform_ah.c539 struct cryptop *crp; in ah_input() local
691 ah_input_cb(struct cryptop *crp) in ah_input_cb()
849 struct cryptop *crp; in ah_output() local
1087 ah_output_cb(struct cryptop *crp) in ah_output_cb()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c273 armv8_crypto_process(device_t dev, struct cryptop *crp, int hint __unused) in armv8_crypto_process()
284 armv8_crypto_cipher_alloc(struct cryptop *crp, int start, int length, int *allocated) in armv8_crypto_cipher_alloc()
304 struct cryptop *crp) in armv8_crypto_cipher_process()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c431 u_int sgl_len, u_int hash_size, struct cryptop *crp) in ccr_populate_wreq()
476 ccr_hash(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_hash()
600 ccr_hash_done(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_hash_done()
620 ccr_cipher(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_cipher()
783 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_cipher_done()
812 ccr_eta(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_eta()
1106 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_eta_done()
1117 ccr_gcm(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_gcm()
1377 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_gcm_done()
1413 generate_ccm_b0(struct cryptop *crp, u_int hash_size_in_response, in generate_ccm_b0()
[all …]
/freebsd/sys/crypto/aesni/
H A Daesni.c310 aesni_process(device_t dev, struct cryptop *crp, int hint __unused) in aesni_process()
325 aesni_cipher_alloc(struct cryptop *crp, int start, int length, bool *allocated) in aesni_cipher_alloc()
572 aesni_cipher_process(struct aesni_session *ses, struct cryptop *crp) in aesni_cipher_process()
616 aesni_cipher_crypt(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_crypt()
771 aesni_cipher_mac(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_mac()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c163 struct cryptop *crp, *tmp; in safexcel_rdr_intr() local
1602 struct cryptop *crp; in safexcel_instr_cipher() local
1621 struct cryptop *crp; in safexcel_instr_eta() local
1662 struct cryptop *crp; in safexcel_instr_sha_hash() local
1688 struct cryptop *crp; in safexcel_instr_ccm() local
1802 struct cryptop *crp; in safexcel_instr_gcm() local
1848 struct cryptop *crp; in safexcel_instr_gmac() local
1875 struct cryptop *crp; in safexcel_set_token() local
2111 struct cryptop *crp; in safexcel_create_chain_cb() local
2520 safexcel_process(device_t dev, struct cryptop *crp, int hint) in safexcel_process()
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c117 aes_crypto_cb(struct cryptop *crp) in aes_crypto_cb()
145 struct cryptop *crp; in aes_encrypt_1() local
325 struct cryptop *crp; in aes_checksum() local
/freebsd/sys/crypto/via/
H A Dpadlock_cipher.c164 padlock_cipher_alloc(struct cryptop *crp, int *allocated) in padlock_cipher_alloc()
181 padlock_cipher_process(struct padlock_session *ses, struct cryptop *crp, in padlock_cipher_process()

123