Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/firmware/
Dxlnx-zynqmp.h347 int zynqmp_pm_aes_engine(const u64 address, u32 *out);
469 static inline int zynqmp_pm_aes_engine(const u64 address, u32 *out) in zynqmp_pm_aes_engine() function
/Linux-v5.10/drivers/firmware/xilinx/
Dzynqmp.c908 int zynqmp_pm_aes_engine(const u64 address, u32 *out) in zynqmp_pm_aes_engine() function
923 EXPORT_SYMBOL_GPL(zynqmp_pm_aes_engine);
/Linux-v5.10/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c133 ret = zynqmp_pm_aes_engine(dma_addr_hw_req, &status); in zynqmp_aes_aead_cipher()