Home
last modified time | relevance | path

Searched defs:req_ctx (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/crypto/ccree/
A Dcc_cipher.c511 struct cipher_req_ctx *req_ctx, in cc_setup_readiv_desc()
567 struct cipher_req_ctx *req_ctx, in cc_setup_state_desc()
611 struct cipher_req_ctx *req_ctx, in cc_setup_xex_state_desc()
689 struct cipher_req_ctx *req_ctx, in cc_setup_key_desc()
771 struct cipher_req_ctx *req_ctx, in cc_setup_mlli_desc()
798 struct cipher_req_ctx *req_ctx, in cc_setup_flow_desc()
863 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_complete() local
882 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_process() local
992 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_encrypt() local
1001 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_decrypt() local
A Dcc_aead.c876 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); in cc_mlli_to_sram() local
1215 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_hmac_authenc() local
1268 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_xcbc_authenc() local
1414 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_ccm() local
1536 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in config_ccm_adata() local
1618 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_set_ghash_desc() local
1696 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_set_gctr_desc() local
[all …]
A Dcc_buffer_mgr.c336 struct cipher_req_ctx *req_ctx = (struct cipher_req_ctx *)ctx; in cc_unmap_cipher_request() local
366 struct cipher_req_ctx *req_ctx = (struct cipher_req_ctx *)ctx; in cc_map_cipher_request() local
/linux/crypto/
A Drsa-pkcs1pad.c178 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt_sign_complete() local
233 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_encrypt() local
281 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt_complete() local
350 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_decrypt() local
383 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_sign() local
440 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify_complete() local
536 struct pkcs1pad_request *req_ctx = akcipher_request_ctx(req); in pkcs1pad_verify() local
/linux/drivers/crypto/caam/
A Dcaampkc.c46 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
247 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in rsa_edesc_alloc() local
373 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_do_one_req() local
398 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_pub_pdb() local
469 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f1_pdb() local
534 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f2_pdb() local
623 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in set_rsa_priv_f3_pdb() local
666 struct caam_rsa_req_ctx *req_ctx = akcipher_request_ctx(req); in akcipher_enqueue_req() local
A Dcaamalg_qi2.c1286 struct caam_request *req_ctx = to_caam_req(areq); in aead_encrypt_done() local
1307 struct caam_request *req_ctx = to_caam_req(areq); in aead_decrypt_done() local
1393 struct caam_request *req_ctx = to_caam_req(areq); in skcipher_encrypt_done() local
1431 struct caam_request *req_ctx = to_caam_req(areq); in skcipher_decrypt_done() local
3212 struct caam_request *req_ctx; in hash_digest_key() local
3523 struct caam_request *req_ctx = &state->caam_req; in ahash_update_ctx() local
3642 struct caam_request *req_ctx = &state->caam_req; in ahash_final_ctx() local
3713 struct caam_request *req_ctx = &state->caam_req; in ahash_finup_ctx() local
3807 struct caam_request *req_ctx = &state->caam_req; in ahash_digest() local
3902 struct caam_request *req_ctx = &state->caam_req; in ahash_final_no_ctx() local
[all …]
/linux/drivers/crypto/ux500/hash/
A Dhash_core.c554 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in ux500_hash_init() local
766 struct hash_ctx *ctx, struct hash_req_ctx *req_ctx, in hash_process_data()
860 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in hash_dma_final() local
967 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in hash_hw_final() local
1076 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in hash_hw_update() local
1306 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in ahash_update() local
1326 struct hash_req_ctx *req_ctx = ahash_request_ctx(req); in ahash_final() local
/linux/drivers/crypto/axis/
A Dartpec6_crypto.c1090 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_encrypt() local
1136 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_decrypt() local
1265 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_encrypt() local
1286 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_decrypt() local
1666 struct artpec6_crypto_request_context *req_ctx = NULL; in artpec6_crypto_prepare_crypto() local
1833 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_prepare_aead() local
2187 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_complete_aead() local
2262 struct artpec6_hash_request_context *req_ctx = ahash_request_ctx(req); in artpec6_crypto_init_hash() local
2293 struct artpec6_hash_request_context *req_ctx = ahash_request_ctx(req); in artpec6_crypto_prepare_submit_hash() local
2326 struct artpec6_hash_request_context *req_ctx = ahash_request_ctx(req); in artpec6_crypto_hash_final() local
[all …]
/linux/drivers/crypto/
A Dtalitos.c1704 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); in common_nonsnoop_hash() local
1917 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_edesc_alloc() local
1933 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_init() local
1960 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_init_sha224_swinit() local
1985 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_process_req() local
2095 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_update() local
2104 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_final() local
2113 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in ahash_finup() local
[all …]
A Dixp4xx_crypto.c353 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac() local
379 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet() local
391 struct ablk_ctx *req_ctx = skcipher_request_ctx(req); in one_packet() local
981 struct ablk_ctx *req_ctx = skcipher_request_ctx(req); in ablk_perform() local
1098 struct aead_ctx *req_ctx = aead_request_ctx(req); in aead_perform() local
A Dmxs-dcp.c118 struct dcp_sha_req_ctx req_ctx; member
/linux/include/linux/mtd/
A Dnand-ecc-sw-bch.h26 struct nand_ecc_req_tweak_ctx req_ctx; member
A Dnand-ecc-sw-hamming.h25 struct nand_ecc_req_tweak_ctx req_ctx; member
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c1563 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in create_hash_wr() local
1658 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_update() local
1760 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_final() local
1830 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_finup() local
1925 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_ahash_digest() local
2166 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_ahash_export() local
2180 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_ahash_import() local
2293 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_sha_init() local
2315 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); in chcr_hmac_init() local
2803 struct chcr_ahash_req_ctx *req_ctx = ahash_request_ctx(req); in chcr_hash_dma_map() local
[all …]

Completed in 76 milliseconds