Searched refs:ccp_free_data (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-ops.c | 266 static void ccp_free_data(struct ccp_data *data, struct ccp_cmd_queue *cmd_q) in ccp_free_data() function 293 ccp_free_data(data, cmd_q); in ccp_init_data() 621 ccp_free_data(&src, cmd_q); in ccp_run_aes_cmac_cmd() 906 ccp_free_data(&wa->dst, cmd_q); in ccp_run_aes_gcm_cmd() 910 ccp_free_data(&wa->src, cmd_q); in ccp_run_aes_gcm_cmd() 914 ccp_free_data(&wa->aad, cmd_q); in ccp_run_aes_gcm_cmd() 1088 ccp_free_data(&dst, cmd_q); in ccp_run_aes_cmd() 1091 ccp_free_data(&src, cmd_q); in ccp_run_aes_cmd() 1288 ccp_free_data(&dst, cmd_q); in ccp_run_xts_aes_cmd() 1291 ccp_free_data(&src, cmd_q); in ccp_run_xts_aes_cmd() [all …]
|