Home
last modified time | relevance | path

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

12

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c91 swcr_null(struct swcr_session *ses, struct cryptop *crp) in swcr_null()
101 swcr_encdec(struct swcr_session *ses, struct cryptop *crp) in swcr_encdec()
317 swcr_authcompute(struct swcr_session *ses, struct cryptop *crp) in swcr_authcompute()
388 swcr_gmac(struct swcr_session *ses, struct cryptop *crp) in swcr_gmac()
465 swcr_gcm(struct swcr_session *ses, struct cryptop *crp) in swcr_gcm()
648 swcr_ccm_cbc_mac(struct swcr_session *ses, struct cryptop *crp) in swcr_ccm_cbc_mac()
703 swcr_ccm(struct swcr_session *ses, struct cryptop *crp) in swcr_ccm()
874 swcr_eta(struct swcr_session *ses, struct cryptop *crp) in swcr_eta()
894 swcr_compdec(struct swcr_session *ses, struct cryptop *crp) in swcr_compdec()
1429 swcr_process(device_t dev, struct cryptop *crp, int hint) in swcr_process()
H A Dcrypto.c1261 crp_sanity(struct cryptop *crp) in crp_sanity()
1413 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1464 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1661 struct cryptop *crp; in crypto_task_invoke() local
1735 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1764 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1780 crypto_initreq(struct cryptop *crp, crypto_session_t cses) in crypto_initreq()
1789 struct cryptop *crp; in crypto_getreq() local
1802 crypto_done(struct cryptop *crp) in crypto_done()
1950 struct cryptop *crp, *submit; in crypto_proc() local
[all …]
H A Dktls_ocf.c111 ktls_ocf_callback(struct cryptop *crp) in ktls_ocf_callback()
124 ktls_ocf_dispatch(struct ocf_session *os, struct cryptop *crp) in ktls_ocf_dispatch()
165 struct cryptop crp; in ktls_ocf_tls_cbc_encrypt() local
325 struct cryptop crp; in ktls_ocf_tls12_gcm_encrypt() local
411 struct cryptop crp; in ktls_ocf_tls12_gcm_decrypt() local
463 struct cryptop crp; in ktls_ocf_tls13_gcm_encrypt() local
H A Dcryptodev.h542 crypto_use_buf(struct cryptop *crp, void *buf, int len) in crypto_use_buf()
548 crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_mbuf()
560 crypto_use_uio(struct cryptop *crp, struct uio *uio) in crypto_use_uio()
566 crypto_use_output_buf(struct cryptop *crp, void *buf, int len) in crypto_use_output_buf()
572 crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_output_mbuf()
578 crypto_use_output_vmpage(struct cryptop *crp, vm_page_t *pages, int len, in crypto_use_output_vmpage()
585 crypto_use_output_uio(struct cryptop *crp, struct uio *uio) in crypto_use_output_uio()
590 #define CRYPTOP_ASYNC(crp) \ argument
593 #define CRYPTOP_ASYNC_KEEPORDER(crp) \ argument
596 #define CRYPTO_HAS_OUTPUT_BUFFER(crp) \ argument
[all …]
H A Dcriov.c593 crypto_copyback(struct cryptop *crp, int off, int size, const void *src) in crypto_copyback()
630 crypto_copydata(struct cryptop *crp, int off, int size, void *dst) in crypto_copydata()
696 crypto_apply(struct cryptop *crp, int off, int len, in crypto_apply()
766 crypto_contiguous_subsegment(struct cryptop *crp, size_t skip, size_t len) in crypto_contiguous_subsegment()
H A Dcryptodev.c781 cryptodev_cb(struct cryptop *crp) in cryptodev_cb()
801 struct cryptop *crp = NULL; in cryptodev_op() local
1011 struct cryptop *crp = NULL; in cryptodev_aead() local
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c1205 struct cryptop *crp, int error) in ccp_do_hmac_done()
1252 struct cryptop *crp; in ccp_hmac_done() local
1259 ccp_do_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, in ccp_do_hmac()
1307 ccp_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp) in ccp_hmac()
1336 struct cryptop *crp; in ccp_blkcipher_done() local
1352 ccp_collect_iv(struct cryptop *crp, const struct crypto_session_params *csp, in ccp_collect_iv()
1398 ccp_do_xts(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, in ccp_do_xts()
1469 struct cryptop *crp, const struct ccp_completion_ctx *cctx) in ccp_do_blkcipher()
1687 struct cryptop *crp; in ccp_authenc_done() local
1835 struct cryptop *crp; in ccp_gcm_done() local
[all …]
H A Dccp.c531 ccp_process(device_t dev, struct cryptop *crp, int hint) in ccp_process()
/f-stack/freebsd/netipsec/
H A Dxform_esp.c266 struct cryptop *crp; in esp_input() local
481 esp_input_cb(struct cryptop *crp) in esp_input_cb()
677 struct cryptop *crp; in esp_output() local
966 esp_output_cb(struct cryptop *crp) in esp_output_cb()
H A Dxform_ipcomp.c199 struct cryptop *crp; in ipcomp_input() local
279 ipcomp_input_cb(struct cryptop *crp) in ipcomp_input_cb()
400 struct cryptop *crp; in ipcomp_output() local
525 ipcomp_output_cb(struct cryptop *crp) in ipcomp_output_cb()
H A Dxform_ah.c536 struct cryptop *crp; in ah_input() local
685 ah_input_cb(struct cryptop *crp) in ah_input_cb()
841 struct cryptop *crp; in ah_output() local
1071 ah_output_cb(struct cryptop *crp) in ah_output_cb()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c142 freebsd_zfs_crypt_done(struct cryptop *crp) in freebsd_zfs_crypt_done()
163 zfs_crypto_dispatch(freebsd_crypt_session_t *session, struct cryptop *crp) in zfs_crypto_dispatch()
330 struct cryptop *crp; in freebsd_crypt_uio() local
500 struct cryptop *crp; in freebsd_crypt_uio() local
/f-stack/freebsd/crypto/aesni/
H A Daesni.c373 aesni_process(device_t dev, struct cryptop *crp, int hint __unused) in aesni_process()
388 aesni_cipher_alloc(struct cryptop *crp, int start, int length, bool *allocated) in aesni_cipher_alloc()
633 aesni_cipher_process(struct aesni_session *ses, struct cryptop *crp) in aesni_cipher_process()
690 aesni_cipher_crypt(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_crypt()
830 aesni_cipher_mac(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_mac()
/f-stack/freebsd/crypto/via/
H A Dpadlock_cipher.c168 padlock_cipher_alloc(struct cryptop *crp, int *allocated) in padlock_cipher_alloc()
185 padlock_cipher_process(struct padlock_session *ses, struct cryptop *crp, in padlock_cipher_process()
H A Dpadlock_hash.c282 padlock_authcompute(struct padlock_session *ses, struct cryptop *crp) in padlock_authcompute()
394 padlock_hash_process(struct padlock_session *ses, struct cryptop *crp, in padlock_hash_process()
H A Dpadlock.c230 padlock_process(device_t dev, struct cryptop *crp, int hint __unused) in padlock_process()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c350 armv8_crypto_process(device_t dev, struct cryptop *crp, int hint __unused) in armv8_crypto_process()
361 armv8_crypto_cipher_alloc(struct cryptop *crp, int start, int length, int *allocated) in armv8_crypto_cipher_alloc()
381 struct cryptop *crp) in armv8_crypto_cipher_process()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c457 struct cryptop *crp = NULL; in xlp_copyiv() local
466 xlp_get_nsegs(struct cryptop *crp, unsigned int *nsegs) in xlp_get_nsegs()
565 xlp_sec_process(device_t dev, struct cryptop *crp, int hint) in xlp_sec_process()
H A Dnlmseclib.c99 struct cryptop *crp = NULL; in nlm_crypto_form_srcdst_segs() local
H A Dnlmseclib.h92 struct cryptop *crp; member
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c225 blake2_process(device_t dev, struct cryptop *crp, int hint __unused) in blake2_process()
330 blake2_cipher_process(struct blake2_session *ses, struct cryptop *crp) in blake2_cipher_process()
/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcryptocteon.c245 cryptocteon_process(device_t dev, struct cryptop *crp, int hint) in cryptocteon_process()
/f-stack/freebsd/crypto/openssl/
H A Dossl.c200 ossl_process(device_t dev, struct cryptop *crp, int hint) in ossl_process()
/f-stack/freebsd/kern/
H A Dsubr_bus_dma.c698 bus_dmamap_load_crp(bus_dma_tag_t dmat, bus_dmamap_t map, struct cryptop *crp, in bus_dmamap_load_crp()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1529 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState()
1603 ZSTD_compResetPolicy_e const crp, in ZSTD_resetCCtx_internal()

12