| /kernel/linux/linux-6.6/include/linux/mtd/ |
| H A D | nand-ecc-sw-hamming.h | 25 struct nand_ecc_req_tweak_ctx req_ctx; member
|
| H A D | nand-ecc-sw-bch.h | 26 struct nand_ecc_req_tweak_ctx req_ctx; member
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | aria_gfni_avx512_glue.c | 77 struct aria_avx512_request_ctx *req_ctx = skcipher_request_ctx(req); in aria_avx512_ctr_encrypt() local [all...] |
| H A D | aria_aesni_avx2_glue.c | 90 struct aria_avx2_request_ctx *req_ctx = skcipher_request_ctx(req); in aria_avx2_ctr_encrypt() local [all...] |
| H A D | aria_aesni_avx_glue.c | 88 struct aria_avx_request_ctx *req_ctx = skcipher_request_ctx(req); in aria_avx_ctr_encrypt() local [all...] |
| /kernel/linux/linux-5.10/crypto/ |
| H A D | rsa-pkcs1pad.c | 178 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete() local 231 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt() local 279 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_decrypt_complete() local 347 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_decrypt() local 380 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_sign() local 437 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_verify_complete() local 534 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_verify() local [all...] |
| /kernel/linux/linux-6.6/crypto/ |
| H A D | rsa-pkcs1pad.c | 178 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete() local 230 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt() local 278 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_decrypt_complete() local 345 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_decrypt() local 378 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_sign() local 435 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_verify_complete() local 532 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); pkcs1pad_verify() local [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/ccree/ |
| H A D | cc_cipher.c | 507 cc_setup_readiv_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_readiv_desc() argument 563 cc_setup_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_state_desc() argument 607 cc_setup_xex_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_xex_state_desc() argument 685 cc_setup_key_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_key_desc() argument 767 cc_setup_mlli_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, void *areq, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_mlli_desc() argument 794 cc_setup_flow_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_flow_desc() argument 860 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_complete() local 879 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_process() local 989 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_encrypt() local 998 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_decrypt() local [all...] |
| H A D | cc_aead.c | 876 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_proc_digest_desc() local 926 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_set_cipher_desc() local 968 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_proc_cipher() local 1161 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_mlli_to_sram() local 1215 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_hmac_authenc() local 1268 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_xcbc_authenc() local 1414 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_ccm() local 1536 struct aead_req_ctx *req_ctx = aead_request_ctx(req); config_ccm_adata() local 1618 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_set_ghash_desc() local 1696 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_set_gctr_desc() local 1733 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_proc_gcm_result() local 1795 struct aead_req_ctx *req_ctx = aead_request_ctx(req); cc_gcm() local 1833 struct aead_req_ctx *req_ctx = aead_request_ctx(req); config_gcm_context() local [all...] |
| H A D | cc_buffer_mgr.c | 343 struct cipher_req_ctx *req_ctx = (struct cipher_req_ctx *)ctx; in cc_unmap_cipher_request() local 375 struct cipher_req_ctx *req_ctx = (struct cipher_req_ctx *)ctx; cc_map_cipher_request() local [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| H A D | caampkc.c | 46 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_io_unmap() local 120 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_pub_done() local 154 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_priv_f_done() local 248 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc() local 374 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); akcipher_do_one_req() local 399 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_pub_pdb() local 470 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_priv_f1_pdb() local 535 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_priv_f2_pdb() local 624 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_priv_f3_pdb() local 667 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); akcipher_enqueue_req() local [all...] |
| H A D | caamalg_qi2.c | 350 struct caam_request *req_ctx = aead_request_ctx(req); in aead_edesc_alloc() local 1110 struct caam_request *req_ctx = skcipher_request_ctx(req); in skcipher_edesc_alloc() local 1284 struct caam_request *req_ctx = to_caam_req(areq); aead_encrypt_done() local 1305 struct caam_request *req_ctx = to_caam_req(areq); aead_decrypt_done() local 1391 struct caam_request *req_ctx = to_caam_req(areq); skcipher_encrypt_done() local 1429 struct caam_request *req_ctx = to_caam_req(areq); skcipher_decrypt_done() local 3210 struct caam_request *req_ctx; hash_digest_key() local 3521 struct caam_request *req_ctx = &state->caam_req; ahash_update_ctx() local 3640 struct caam_request *req_ctx = &state->caam_req; ahash_final_ctx() local 3711 struct caam_request *req_ctx = &state->caam_req; ahash_finup_ctx() local 3805 struct caam_request *req_ctx = &state->caam_req; ahash_digest() local 3900 struct caam_request *req_ctx = &state->caam_req; ahash_final_no_ctx() local 3973 struct caam_request *req_ctx = &state->caam_req; ahash_update_no_ctx() local 4094 struct caam_request *req_ctx = &state->caam_req; ahash_finup_no_ctx() local 4190 struct caam_request *req_ctx = &state->caam_req; ahash_update_first() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/caam/ |
| H A D | caampkc.c | 52 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_io_unmap() local 126 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_pub_done() local 160 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_priv_f_done() local 255 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc() local 380 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); akcipher_do_one_req() local 408 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_pub_pdb() local 479 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_priv_f1_pdb() local 544 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_priv_f2_pdb() local 633 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); set_rsa_priv_f3_pdb() local 676 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); akcipher_enqueue_req() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/ccree/ |
| H A D | cc_cipher.c | 510 cc_setup_readiv_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_readiv_desc() argument 566 cc_setup_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_state_desc() argument 610 cc_setup_xex_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_xex_state_desc() argument 688 cc_setup_key_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_key_desc() argument 770 cc_setup_mlli_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, void *areq, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_mlli_desc() argument 797 cc_setup_flow_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_flow_desc() argument 863 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_complete() local 882 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_process() local 992 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_encrypt() local 1001 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); cc_cipher_decrypt() local [all...] |
| H A D | cc_buffer_mgr.c | 343 struct cipher_req_ctx *req_ctx = (struct cipher_req_ctx *)ctx; in cc_unmap_cipher_request() local 375 struct cipher_req_ctx *req_ctx = (struct cipher_req_ctx *)ctx; cc_map_cipher_request() local [all...] |
| H A D | cc_aead.c | 876 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); in cc_proc_digest_desc() local 926 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); in cc_set_cipher_desc() local 968 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); in cc_proc_cipher() local 1161 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_mlli_to_sram() local 1215 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_hmac_authenc() local 1268 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_xcbc_authenc() local 1414 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_ccm() local 1536 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); config_ccm_adata() local 1618 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_set_ghash_desc() local 1696 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_set_gctr_desc() local 1733 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_proc_gcm_result() local 1795 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); cc_gcm() local 1833 struct aead_req_ctx *req_ctx = aead_request_ctx_dma(req); config_gcm_context() local [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/ux500/hash/ |
| H A D | hash_core.c | 553 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in ux500_hash_init() local 763 hash_process_data(struct hash_device_data *device_data, struct hash_ctx *ctx, struct hash_req_ctx *req_ctx, int msg_length, u8 *data_buffer, u8 *buffer, u8 *index) hash_process_data() argument 858 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); hash_dma_final() local 965 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); hash_hw_final() local 1074 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); hash_hw_update() local 1304 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); ahash_update() local 1324 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); ahash_final() local [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/nand/ |
| H A D | ecc-mxic.c | 107 struct nand_ecc_req_tweak_ctx req_ctx; member [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/ |
| H A D | mxs-dcp.c | 117 struct dcp_sha_req_ctx req_ctx; member
|
| H A D | talitos.c | 1703 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in common_nonsnoop_hash_unmap() local 1750 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_done() local 1793 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); common_nonsnoop_hash() local 1916 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_edesc_alloc() local 1932 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_init() local 1959 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_init_sha224_swinit() local 1984 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_process_req() local 2094 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_update() local 2103 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_final() local 2112 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_finup() local 2121 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_digest() local 2132 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_export() local 2157 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_import() local [all...] |
| H A D | ixp4xx_crypto.c | 347 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac() local 373 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet() local 385 struct ablk_ctx *req_ctx = skcipher_request_ctx(req); in one_packet() local 892 struct ablk_ctx *req_ctx = skcipher_request_ctx(req); ablk_perform() local 1005 struct aead_ctx *req_ctx = aead_request_ctx(req); aead_perform() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/ |
| H A D | mxs-dcp.c | 118 struct dcp_sha_req_ctx req_ctx; member
|
| H A D | talitos.c | 1704 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in common_nonsnoop_hash_unmap() local 1751 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_done() local 1794 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); common_nonsnoop_hash() local 1917 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_edesc_alloc() local 1933 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_init() local 1960 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_init_sha224_swinit() local 1985 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_process_req() local 2095 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_update() local 2104 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_final() local 2113 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_finup() local 2122 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_digest() local 2133 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_export() local 2158 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); ahash_import() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/ |
| H A D | ixp4xx_crypto.c | 354 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac() local 380 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet() local 392 struct ablk_ctx *req_ctx = skcipher_request_ctx(req); in one_packet() local 982 struct ablk_ctx *req_ctx = skcipher_request_ctx(req); ablk_perform() local 1099 struct aead_ctx *req_ctx = aead_request_ctx(req); aead_perform() local [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 1569 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in create_hash_wr() local 1664 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); chcr_ahash_update() local 1766 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); chcr_ahash_final() local 1836 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); chcr_ahash_finup() local 1931 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); chcr_ahash_digest() local 2172 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); chcr_ahash_export() local 2186 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); chcr_ahash_import() local 2299 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); chcr_sha_init() local 2321 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); chcr_hmac_init() local 2809 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); chcr_hash_dma_map() local 2825 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); chcr_hash_dma_unmap() local [all...] |