Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c62 #define SEC_TOTAL_IV_SZ(depth) (SEC_IV_SIZE * (depth)) macro
313 res->c_ivin = dma_alloc_coherent(dev, SEC_TOTAL_IV_SZ(q_depth), in sec_alloc_civ_resource()
329 dma_free_coherent(dev, SEC_TOTAL_IV_SZ(res->depth), in sec_free_civ_resource()
338 res->a_ivin = dma_alloc_coherent(dev, SEC_TOTAL_IV_SZ(q_depth), in sec_alloc_aiv_resource()
354 dma_free_coherent(dev, SEC_TOTAL_IV_SZ(res->depth), in sec_free_aiv_resource()