Searched refs:ccp_get_dm_area (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-ops.c | 195 static void ccp_get_dm_area(struct ccp_dm_workarea *wa, unsigned int wa_offset, in ccp_get_dm_area() function 248 ccp_get_dm_area(wa, wa_offset, sg, sg_offset, len); in ccp_reverse_get_dm_area() 603 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmac_cmd() 835 ccp_get_dm_area(&final_wa, 0, p_tag, 0, AES_BLOCK_SIZE); in ccp_run_aes_gcm_cmd() 1038 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmd() 1239 ccp_get_dm_area(&ctx, dm_offset, xts->iv, 0, xts->iv_len); in ccp_run_xts_aes_cmd() 1440 ccp_get_dm_area(&ctx, dm_offset, des3->iv, 0, in ccp_run_des3_cmd() 1709 ccp_get_dm_area(&ctx, ooffset, in ccp_run_sha_cmd() 1715 ccp_get_dm_area(&ctx, 0, in ccp_run_sha_cmd() 1718 ccp_get_dm_area(&ctx, LSB_ITEM_SIZE + ooffset, in ccp_run_sha_cmd() [all …]
|