Home
last modified time | relevance | path

Searched refs:hw_iv_size (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/crypto/ccree/
Dcc_buffer_mgr.c460 unsigned int hw_iv_size = areq_ctx->hw_iv_size; in cc_unmap_aead_request() local
501 hw_iv_size, DMA_BIDIRECTIONAL); in cc_unmap_aead_request()
550 unsigned int hw_iv_size = areq_ctx->hw_iv_size; in cc_aead_chain_iv() local
561 areq_ctx->gen_ctx.iv = kmemdup(req->iv, hw_iv_size, flags); in cc_aead_chain_iv()
566 dma_map_single(dev, areq_ctx->gen_ctx.iv, hw_iv_size, in cc_aead_chain_iv()
570 hw_iv_size, req->iv); in cc_aead_chain_iv()
578 hw_iv_size, req->iv, &areq_ctx->gen_ctx.iv_dma_addr); in cc_aead_chain_iv()
Dcc_aead.h65 unsigned int hw_iv_size ____cacheline_aligned;
Dcc_aead.c927 unsigned int hw_iv_size = req_ctx->hw_iv_size; in cc_set_cipher_desc() local
936 hw_iv_size, NS_BIT); in cc_set_cipher_desc()
1942 areq_ctx->hw_iv_size = CTR_RFC3686_BLOCK_SIZE; in cc_proc_aead()
1945 areq_ctx->hw_iv_size = AES_BLOCK_SIZE; in cc_proc_aead()
1952 areq_ctx->hw_iv_size = crypto_aead_ivsize(tfm); in cc_proc_aead()