Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c53 struct zynqmp_aead_hw_req { struct
83 struct zynqmp_aead_hw_req *hwreq; in zynqmp_aes_aead_cipher() argument
102 hwreq = dma_alloc_coherent(dev, sizeof(struct zynqmp_aead_hw_req), in zynqmp_aes_aead_cipher()
170 memzero_explicit(hwreq, sizeof(struct zynqmp_aead_hw_req)); in zynqmp_aes_aead_cipher()
171 dma_free_coherent(dev, sizeof(struct zynqmp_aead_hw_req), in zynqmp_aes_aead_cipher()