Searched refs:gcm_len_block (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/crypto/ccree/ | 
| D | cc_aead.h | 61 	} gcm_len_block;  member
 | 
| D | cc_aead.c | 1860 		memcpy(&req_ctx->gcm_len_block.len_a, &temp64, sizeof(temp64));  in config_gcm_context()1862 		memcpy(&req_ctx->gcm_len_block.len_c, &temp64, 8);  in config_gcm_context()
 1870 		memcpy(&req_ctx->gcm_len_block.len_a, &temp64, sizeof(temp64));  in config_gcm_context()
 1872 		memcpy(&req_ctx->gcm_len_block.len_c, &temp64, 8);  in config_gcm_context()
 
 | 
| D | cc_buffer_mgr.c | 1019 		dma_addr = dma_map_single(dev, &areq_ctx->gcm_len_block,  in cc_map_aead_request()1023 				AES_BLOCK_SIZE, &areq_ctx->gcm_len_block);  in cc_map_aead_request()
 
 |