Home
last modified time | relevance | path

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

12

/freebsd/sys/crypto/openssl/
H A Dossl.c312 ossl_process_hash(struct ossl_session *s, struct cryptop *crp, in ossl_process_hash() argument
380 ossl_process_cipher(struct ossl_session * s,struct cryptop * crp,const struct crypto_session_params * csp) ossl_process_cipher() argument
387 ossl_process_eta(struct ossl_session * s,struct cryptop * crp,const struct crypto_session_params * csp) ossl_process_eta() argument
406 ossl_process_aead(struct ossl_session * s,struct cryptop * crp,const struct crypto_session_params * csp) ossl_process_aead() argument
420 ossl_process(device_t dev,struct cryptop * crp,int hint) ossl_process() argument
[all...]
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/opencrypto/
H A Dktls_ocf.c183 ktls_ocf_callback_async(struct cryptop *crp) in ktls_ocf_callback_async() argument
196 ktls_ocf_dispatch(struct ktls_ocf_session *os, struct cryptop *crp) in ktls_ocf_dispatch() argument
235 ktls_ocf_dispatch_async_cb(struct cryptop * crp) ktls_ocf_dispatch_async_cb() argument
261 ktls_ocf_dispatch_async(struct ktls_ocf_encrypt_state * state,struct cryptop * crp) ktls_ocf_dispatch_async() argument
281 struct cryptop *crp; ktls_ocf_tls_cbc_encrypt() local
442 struct cryptop crp; ktls_ocf_tls_cbc_decrypt() local
554 struct cryptop *crp; ktls_ocf_tls12_aead_encrypt() local
635 struct cryptop crp; ktls_ocf_tls12_aead_decrypt() local
731 struct cryptop crp; ktls_ocf_tls12_aead_recrypt() local
792 struct cryptop *crp; ktls_ocf_tls13_aead_encrypt() local
865 struct cryptop crp; ktls_ocf_tls13_aead_decrypt() local
918 struct cryptop crp; ktls_ocf_tls13_aead_recrypt() local
[all...]
H A Dcrypto.c1255 crp_sanity(struct cryptop *crp) in crp_sanity()
1406 crypto_dispatch_one(struct cryptop *crp, int hint) in crypto_dispatch_one()
1439 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1445 crypto_dispatch_async(struct cryptop *crp, int flags) in crypto_dispatch_async()
1478 struct cryptop *crp; in crypto_dispatch_batch() local
1490 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1504 struct cryptop *crp; in crypto_task_invoke() local
1518 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1585 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1617 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/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/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c137 freebsd_zfs_crypt_done(struct cryptop *crp) in freebsd_zfs_crypt_done()
150 freebsd_zfs_crypt_done_sync(struct cryptop *crp) in freebsd_zfs_crypt_done_sync()
165 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/dev/qat/qat/
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/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() argument
476 ccr_hash(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_hash() argument
600 ccr_hash_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_hash_done() argument
620 ccr_cipher(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp) ccr_cipher() argument
783 ccr_cipher_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_cipher_done() argument
812 ccr_eta(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp) ccr_eta() argument
1106 ccr_eta_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_eta_done() argument
1117 ccr_gcm(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp) ccr_gcm() argument
1377 ccr_gcm_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_gcm_done() argument
1413 generate_ccm_b0(struct cryptop * crp,u_int hash_size_in_response,const char * iv,char * b0) generate_ccm_b0() argument
1445 ccr_ccm(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp) ccr_ccm() argument
1743 ccr_ccm_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_ccm_done() argument
1761 ccr_soft_done(struct cryptop * crp) ccr_soft_done() argument
1773 ccr_soft(struct ccr_session * s,struct cryptop * crp) ccr_soft() argument
2523 ccr_process(device_t dev,struct cryptop * crp,int hint) ccr_process() argument
2655 struct cryptop *crp; do_cpl6_fw_pld() local
[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/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()
/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/dev/wg/
H A Dwg_crypto.c208 crypto_callback(struct cryptop *crp) in crypto_callback()
218 struct cryptop crp; in chacha20poly1305_encrypt_mbuf() local
241 struct cryptop crp; in chacha20poly1305_decrypt_mbuf() local
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c117 aes_crypto_cb(struct cryptop *crp) in aes_crypto_cb()
141 struct cryptop *crp; in aes_encrypt_1() local
320 struct cryptop *crp; in aes_checksum() local

12