Searched refs:hw_iv_size (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_buffer_mgr.c | 498 unsigned int hw_iv_size = areq_ctx->hw_iv_size; in cc_unmap_aead_request() local 538 hw_iv_size, DMA_BIDIRECTIONAL); in cc_unmap_aead_request() 588 unsigned int hw_iv_size = areq_ctx->hw_iv_size; in cc_aead_chain_iv() local 599 areq_ctx->gen_ctx.iv = kmemdup(req->iv, hw_iv_size, flags); in cc_aead_chain_iv() 604 dma_map_single(dev, areq_ctx->gen_ctx.iv, hw_iv_size, in cc_aead_chain_iv() 608 hw_iv_size, req->iv); in cc_aead_chain_iv() 616 hw_iv_size, req->iv, &areq_ctx->gen_ctx.iv_dma_addr); in cc_aead_chain_iv()
|
| D | cc_aead.h | 65 unsigned int hw_iv_size ____cacheline_aligned;
|
| D | cc_aead.c | 937 unsigned int hw_iv_size = req_ctx->hw_iv_size; in cc_set_cipher_desc() local 946 hw_iv_size, NS_BIT); in cc_set_cipher_desc() 1956 areq_ctx->hw_iv_size = CTR_RFC3686_BLOCK_SIZE; in cc_proc_aead() 1959 areq_ctx->hw_iv_size = AES_BLOCK_SIZE; in cc_proc_aead() 1966 areq_ctx->hw_iv_size = crypto_aead_ivsize(tfm); in cc_proc_aead()
|