Searched refs:ccp_set_dm_area (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-ops.c | 593 static void ccp_set_dm_area(struct ccp_dm_workarea *wa, unsigned int wa_offset, in ccp_set_dm_area() function 937 ccp_set_dm_area(&key, dm_offset, aes->key, 0, aes->key_len); in ccp_run_aes_cmac_cmd() 956 ccp_set_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmac_cmd() 984 ccp_set_dm_area(&ctx, 0, aes->cmac_key, 0, in ccp_run_aes_cmac_cmd() 1090 ccp_set_dm_area(&key, dm_offset, aes->key, 0, aes->key_len); in ccp_run_aes_cmd() 1111 ccp_set_dm_area(&ctx, dm_offset, aes->iv, 0, aes->iv_len); in ccp_run_aes_cmd() 1266 ccp_set_dm_area(&key, dm_offset, xts->key, 0, xts->key_len); in ccp_run_xts_aes_cmd() 1267 ccp_set_dm_area(&key, 0, xts->key, dm_offset, xts->key_len); in ccp_run_xts_aes_cmd() 1285 ccp_set_dm_area(&ctx, 0, xts->iv, 0, xts->iv_len); in ccp_run_xts_aes_cmd() 1454 ccp_set_dm_area(&ctx, 0, sha->ctx, 0, sha->ctx_len); in ccp_run_sha_cmd() [all …]
|