| /freebsd-14.2/sys/opencrypto/ |
| H A D | cryptodev.h | 414 struct cryptop { struct 415 TAILQ_ENTRY(cryptop) crp_next; 479 TAILQ_HEAD(cryptopq, cryptop); argument 527 crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_mbuf() 545 crypto_use_uio(struct cryptop *crp, struct uio *uio) in crypto_use_uio() 625 int crypto_dispatch(struct cryptop *crp); 631 void crypto_done(struct cryptop *crp); 633 struct cryptop *crypto_clonereq(struct cryptop *crp, crypto_session_t cses, 635 void crypto_destroyreq(struct cryptop *crp); 637 void crypto_freereq(struct cryptop *crp); [all …]
|
| H A D | crypto.c | 1485 struct cryptop *crp; in crypto_dispatch_batch() 1511 struct cryptop *crp; in crypto_task_invoke() 1514 crp = (struct cryptop *)ctx; in crypto_task_invoke() 1596 struct cryptop *crp2; in crypto_destroyreq() 1640 struct cryptop * 1643 struct cryptop *crp; in crypto_getreq() 1658 struct cryptop * 1661 struct cryptop *new; in crypto_clonereq() 1713 struct cryptop *tmp; in crypto_done() 1874 struct cryptop *crpt; in crypto_ret_thread() [all …]
|
| H A D | ktls_ocf.c | 184 ktls_ocf_callback_async(struct cryptop *crp) in ktls_ocf_callback_async() 236 ktls_ocf_dispatch_async_cb(struct cryptop *crp) in ktls_ocf_dispatch_async_cb() 262 struct cryptop *crp) in ktls_ocf_dispatch_async() 282 struct cryptop *crp; in ktls_ocf_tls_cbc_encrypt() 443 struct cryptop crp; in ktls_ocf_tls_cbc_decrypt() 555 struct cryptop *crp; in ktls_ocf_tls12_aead_encrypt() 636 struct cryptop crp; in ktls_ocf_tls12_aead_decrypt() 732 struct cryptop crp; in ktls_ocf_tls12_aead_recrypt() 793 struct cryptop *crp; in ktls_ocf_tls13_aead_encrypt() 866 struct cryptop crp; in ktls_ocf_tls13_aead_decrypt() [all …]
|
| /freebsd-14.2/sys/dev/qat/include/ |
| H A D | qat_ocf_mem_pool.h | 72 struct cryptop *crp_op; 93 struct cryptop *crp_op; 120 CpaStatus qat_ocf_cookie_dma_pre_sync(struct cryptop *crp, 122 CpaStatus qat_ocf_cookie_dma_post_sync(struct cryptop *crp, 125 CpaStatus qat_ocf_cookie_dma_unload(struct cryptop *crp,
|
| /freebsd-14.2/sys/crypto/openssl/ |
| H A D | ossl.h | 35 struct cryptop; 40 int ossl_chacha20_poly1305_decrypt(struct cryptop *crp, 42 int ossl_chacha20_poly1305_encrypt(struct cryptop *crp,
|
| H A D | ossl_cipher.h | 35 struct cryptop; 39 typedef int (ossl_cipher_process_t)(struct ossl_session_cipher*, struct cryptop*,
|
| H A D | ossl.c | 313 ossl_process_hash(struct ossl_session *s, struct cryptop *crp, in ossl_process_hash() 381 ossl_process_cipher(struct ossl_session *s, struct cryptop *crp, in ossl_process_cipher() 388 ossl_process_eta(struct ossl_session *s, struct cryptop *crp, in ossl_process_eta() 407 ossl_process_aead(struct ossl_session *s, struct cryptop *crp, in ossl_process_aead() 421 ossl_process(device_t dev, struct cryptop *crp, int hint) in ossl_process()
|
| /freebsd-14.2/sys/crypto/ccp/ |
| H A D | ccp.h | 220 struct cryptop *crp) __must_check; 222 struct cryptop *crp) __must_check; 223 int ccp_gcm(struct ccp_queue *sc, struct ccp_session *s, struct cryptop *crp) 225 int ccp_hmac(struct ccp_queue *sc, struct ccp_session *s, struct cryptop *crp)
|
| /freebsd-14.2/sys/crypto/via/ |
| H A D | padlock.h | 74 struct cryptop *crp, const struct crypto_session_params *csp); 79 struct cryptop *crp, const struct crypto_session_params *csp);
|
| H A D | padlock_cipher.c | 165 padlock_cipher_alloc(struct cryptop *crp, int *allocated) in padlock_cipher_alloc() 182 padlock_cipher_process(struct padlock_session *ses, struct cryptop *crp, in padlock_cipher_process()
|
| H A D | padlock.c | 67 static int padlock_process(device_t, struct cryptop *crp, int hint __unused); 206 padlock_process(device_t dev, struct cryptop *crp, int hint __unused) in padlock_process()
|
| /freebsd-14.2/sys/dev/sec/ |
| H A D | sec.c | 76 struct sec_dma_mem *dma_mem, struct cryptop *crp, bus_size_t size, 91 static int sec_process(device_t dev, struct cryptop *crp, int hint); 94 struct cryptop *crp); 97 struct cryptop *crp); 105 struct cryptop *crp); 114 struct cryptop *crp); 516 struct cryptop *crp; in sec_primary_intr() 1238 sec_process(device_t dev, struct cryptop *crp, int hint) in sec_process() 1320 const struct crypto_session_params *csp, struct cryptop *crp) in sec_build_common_ns_desc() 1440 struct cryptop *crp) in sec_aesu_make_desc() [all …]
|
| /freebsd-14.2/sys/crypto/armv8/ |
| H A D | armv8_crypto.c | 68 struct cryptop *); 274 armv8_crypto_process(device_t dev, struct cryptop *crp, int hint __unused) in armv8_crypto_process() 285 armv8_crypto_cipher_alloc(struct cryptop *crp, int start, int length, int *allocated) in armv8_crypto_cipher_alloc() 305 struct cryptop *crp) in armv8_crypto_cipher_process()
|
| /freebsd-14.2/sys/crypto/aesni/ |
| H A D | aesni.c | 72 static int aesni_cipher_process(struct aesni_session *ses, struct cryptop *crp); 73 static int aesni_cipher_crypt(struct aesni_session *ses, struct cryptop *crp, 75 static int aesni_cipher_mac(struct aesni_session *ses, struct cryptop *crp, 311 aesni_process(device_t dev, struct cryptop *crp, int hint __unused) in aesni_process() 326 aesni_cipher_alloc(struct cryptop *crp, int start, int length, bool *allocated) in aesni_cipher_alloc() 573 aesni_cipher_process(struct aesni_session *ses, struct cryptop *crp) in aesni_cipher_process() 617 aesni_cipher_crypt(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_crypt() 772 aesni_cipher_mac(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_mac()
|
| /freebsd-14.2/sys/dev/glxsb/ |
| H A D | glxsb.c | 171 struct cryptop *to_crp; /* cryptop to perfom */ 210 static int glxsb_crypto_encdec(struct cryptop *, struct glxsb_session *, 214 static int glxsb_crypto_process(device_t, struct cryptop *, int); 623 glxsb_crypto_encdec(struct cryptop *crp, struct glxsb_session *ses, in glxsb_crypto_encdec() 711 struct cryptop *crp; in glxsb_crypto_task() 748 glxsb_crypto_process(device_t dev, struct cryptop *crp, int hint) in glxsb_crypto_process()
|
| H A D | glxsb_hash.c | 64 glxsb_authcompute(struct glxsb_session *ses, struct cryptop *crp) in glxsb_authcompute() 134 const struct crypto_session_params *csp, struct cryptop *crp) in glxsb_hash_process()
|
| /freebsd-14.2/sys/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 56 struct cryptop *crp); 148 blake2_process(device_t dev, struct cryptop *crp, int hint __unused) in blake2_process() 252 blake2_cipher_process(struct blake2_session *ses, struct cryptop *crp) in blake2_cipher_process()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 140 freebsd_zfs_crypt_done(struct cryptop *crp) in freebsd_zfs_crypt_done() 153 freebsd_zfs_crypt_done_sync(struct cryptop *crp) in freebsd_zfs_crypt_done_sync() 168 zfs_crypto_dispatch(freebsd_crypt_session_t *session, struct cryptop *crp) in zfs_crypto_dispatch() 346 struct cryptop *crp; in freebsd_crypt_uio() 513 struct cryptop *crp; in freebsd_crypt_uio()
|
| /freebsd-14.2/sys/netipsec/ |
| H A D | xform_ipcomp.c | 95 static int ipcomp_input_cb(struct cryptop *crp); 96 static int ipcomp_output_cb(struct cryptop *crp); 201 struct cryptop *crp; in ipcomp_input() 283 ipcomp_input_cb(struct cryptop *crp) in ipcomp_input_cb() 404 struct cryptop *crp; in ipcomp_output() 531 ipcomp_output_cb(struct cryptop *crp) in ipcomp_output_cb()
|
| /freebsd-14.2/sys/geom/eli/ |
| H A D | g_eli_crypto.c | 50 g_eli_crypto_done(struct cryptop *crp) in g_eli_crypto_done() 63 struct cryptop *crp; in g_eli_crypto_cipher()
|
| H A D | g_eli_privacy.c | 88 g_eli_crypto_read_done(struct cryptop *crp) in g_eli_crypto_read_done() 139 g_eli_crypto_write_done(struct cryptop *crp) in g_eli_crypto_write_done() 259 struct cryptop *crp; in g_eli_crypto_run()
|
| /freebsd-14.2/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 432 u_int sgl_len, u_int hash_size, struct cryptop *crp) in ccr_populate_wreq() 784 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_cipher_done() 1107 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_eta_done() 1414 generate_ccm_b0(struct cryptop *crp, u_int hash_size_in_response, in generate_ccm_b0() 1762 ccr_soft_done(struct cryptop *crp) in ccr_soft_done() 1764 struct cryptop *orig; in ccr_soft_done() 1774 ccr_soft(struct ccr_session *s, struct cryptop *crp) in ccr_soft() 1776 struct cryptop *new; in ccr_soft() 2524 ccr_process(device_t dev, struct cryptop *crp, int hint) in ccr_process() 2656 struct cryptop *crp; in do_cpl6_fw_pld() [all …]
|
| /freebsd-14.2/sys/dev/qat/qat/ |
| H A D | qat_ocf_mem_pool.c | 123 struct cryptop *crp; in qat_ocf_crypto_load_obuf_cb() 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-14.2/sys/dev/wg/ |
| H A D | wg_crypto.c | 208 crypto_callback(struct cryptop *crp) in crypto_callback() 218 struct cryptop crp; in chacha20poly1305_encrypt_mbuf() 241 struct cryptop crp; in chacha20poly1305_decrypt_mbuf()
|
| /freebsd-14.2/sys/kgssapi/krb5/ |
| H A D | kcrypto_aes.c | 118 aes_crypto_cb(struct cryptop *crp) in aes_crypto_cb() 142 struct cryptop *crp; in aes_encrypt_1() 321 struct cryptop *crp; in aes_checksum()
|