Searched refs:aead_handle (Results 1 – 2 of 2) sorted by relevance
1102 struct cc_aead_handle *aead_handle = ctx->drvdata->aead_handle; in cc_proc_scheme_desc() local1150 set_din_sram(&desc[idx], aead_handle->sram_workspace_addr, in cc_proc_scheme_desc()2600 struct cc_aead_handle *aead_handle = drvdata->aead_handle; in cc_aead_free() local2613 struct cc_aead_handle *aead_handle; in cc_aead_alloc() local2619 aead_handle = devm_kmalloc(dev, sizeof(*aead_handle), GFP_KERNEL); in cc_aead_alloc()2620 if (!aead_handle) { in cc_aead_alloc()2625 INIT_LIST_HEAD(&aead_handle->aead_list); in cc_aead_alloc()2626 drvdata->aead_handle = aead_handle; in cc_aead_alloc()2628 aead_handle->sram_workspace_addr = cc_sram_alloc(drvdata, in cc_aead_alloc()2631 if (aead_handle->sram_workspace_addr == NULL_SRAM_ADDR) { in cc_aead_alloc()[all …]
141 void *aead_handle; member
Completed in 9 milliseconds