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

/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c209 static void ccp_get_dm_area(struct ccp_dm_workarea *wa, unsigned int wa_offset, function
262 ccp_get_dm_area(wa, wa_offset, sg, sg_offset, len);
617 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len);
873 ccp_get_dm_area(&final_wa, 0, p_tag, 0, authsize);
1073 ccp_get_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len);
1274 ccp_get_dm_area(&ctx, dm_offset, xts->iv, 0, xts->iv_len);
1468 ccp_get_dm_area(&ctx, dm_offset, des3->iv, 0,
1738 ccp_get_dm_area(&ctx, ooffset,
1744 ccp_get_dm_area(&ctx, 0,
1747 ccp_get_dm_area(
[all...]

Completed in 77 milliseconds