Searched refs:ccp_get_dm_area (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 209 static void ccp_get_dm_area(struct ccp_dm_workarea *wa, unsigned int wa_offset, in ccp_get_dm_area() function 262 ccp_get_dm_area(wa, wa_offset, sg, sg_offset, len); in ccp_reverse_get_dm_area() 617 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmac_cmd() 873 ccp_get_dm_area(&final_wa, 0, p_tag, 0, authsize); in ccp_run_aes_gcm_cmd() 1073 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmd() 1274 ccp_get_dm_area(&ctx, dm_offset, xts->iv, 0, xts->iv_len); in ccp_run_xts_aes_cmd() 1468 ccp_get_dm_area(&ctx, dm_offset, des3->iv, 0, in ccp_run_des3_cmd() 1738 ccp_get_dm_area(&ctx, ooffset, in ccp_run_sha_cmd() 1744 ccp_get_dm_area(&ctx, 0, in ccp_run_sha_cmd() 1747 ccp_get_dm_area(&ctx, LSB_ITEM_SIZE + ooffset, in ccp_run_sha_cmd() [all …]
|