Searched refs:ccp_set_dm_area (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/crypto/ccp/ |
| D | ccp-ops.c | 594 static void ccp_set_dm_area(struct ccp_dm_workarea *wa, unsigned int wa_offset, in ccp_set_dm_area() function 941 ccp_set_dm_area(&key, dm_offset, aes->key, 0, aes->key_len); in ccp_run_aes_cmac_cmd() 960 ccp_set_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmac_cmd() 988 ccp_set_dm_area(&ctx, 0, aes->cmac_key, 0, in ccp_run_aes_cmac_cmd() 1094 ccp_set_dm_area(&key, dm_offset, aes->key, 0, aes->key_len); in ccp_run_aes_cmd() 1115 ccp_set_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmd() 1270 ccp_set_dm_area(&key, dm_offset, xts->key, 0, xts->key_len); in ccp_run_xts_aes_cmd() 1271 ccp_set_dm_area(&key, 0, xts->key, dm_offset, xts->key_len); in ccp_run_xts_aes_cmd() 1289 ccp_set_dm_area(&ctx, 0, xts->iv, 0, xts->iv_len); in ccp_run_xts_aes_cmd() 1458 ccp_set_dm_area(&ctx, 0, sha->ctx, 0, sha->ctx_len); in ccp_run_sha_cmd() [all …]
|