Home
last modified time | relevance | path

Searched refs:SEC_TOTAL_IV_SZ (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c61 #define SEC_TOTAL_IV_SZ(depth) (SEC_IV_SIZE * (depth)) macro
315 res->c_ivin = dma_alloc_coherent(dev, SEC_TOTAL_IV_SZ(q_depth), in sec_alloc_civ_resource()
331 dma_free_coherent(dev, SEC_TOTAL_IV_SZ(res->depth), in sec_free_civ_resource()
340 res->a_ivin = dma_alloc_coherent(dev, SEC_TOTAL_IV_SZ(q_depth), in sec_alloc_aiv_resource()
356 dma_free_coherent(dev, SEC_TOTAL_IV_SZ(res->depth), in sec_free_aiv_resource()