Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Dixp4xx_crypto.c110 struct crypt_ctl { struct
222 static struct crypt_ctl *crypt_virt = NULL;
231 static inline dma_addr_t crypt_virt2phys(struct crypt_ctl *virt) in crypt_virt2phys()
233 return crypt_phys + (virt - crypt_virt) * sizeof(struct crypt_ctl); in crypt_virt2phys()
236 static inline struct crypt_ctl *crypt_phys2virt(dma_addr_t phys) in crypt_phys2virt()
238 return crypt_virt + (phys - crypt_phys) / sizeof(struct crypt_ctl); in crypt_phys2virt()
259 BUILD_BUG_ON(sizeof(struct crypt_ctl) != 64); in setup_crypt_desc()
261 NPE_QLEN * sizeof(struct crypt_ctl), in setup_crypt_desc()
269 static struct crypt_ctl *get_crypt_desc(void) in get_crypt_desc()
297 static struct crypt_ctl *get_crypt_desc_emerg(void) in get_crypt_desc_emerg()
[all …]