Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/ccp/
Dccp-ops.c206 static void ccp_get_dm_area(struct ccp_dm_workarea *wa, unsigned int wa_offset, in ccp_get_dm_area() function
259 ccp_get_dm_area(wa, wa_offset, sg, sg_offset, len); in ccp_reverse_get_dm_area()
614 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmac_cmd()
870 ccp_get_dm_area(&final_wa, 0, p_tag, 0, authsize); in ccp_run_aes_gcm_cmd()
1070 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmd()
1271 ccp_get_dm_area(&ctx, dm_offset, xts->iv, 0, xts->iv_len); in ccp_run_xts_aes_cmd()
1465 ccp_get_dm_area(&ctx, dm_offset, des3->iv, 0, in ccp_run_des3_cmd()
1735 ccp_get_dm_area(&ctx, ooffset, in ccp_run_sha_cmd()
1741 ccp_get_dm_area(&ctx, 0, in ccp_run_sha_cmd()
1744 ccp_get_dm_area(&ctx, LSB_ITEM_SIZE + ooffset, in ccp_run_sha_cmd()
[all …]