Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.h61 } gcm_len_block; member
Dcc_aead.c1850 memcpy(&req_ctx->gcm_len_block.len_a, &temp64, sizeof(temp64)); in config_gcm_context()
1852 memcpy(&req_ctx->gcm_len_block.len_c, &temp64, 8); in config_gcm_context()
1861 memcpy(&req_ctx->gcm_len_block.len_a, &temp64, sizeof(temp64)); in config_gcm_context()
1863 memcpy(&req_ctx->gcm_len_block.len_c, &temp64, 8); in config_gcm_context()
Dcc_buffer_mgr.c1256 dma_addr = dma_map_single(dev, &areq_ctx->gcm_len_block, in cc_map_aead_request()
1260 AES_BLOCK_SIZE, &areq_ctx->gcm_len_block); in cc_map_aead_request()