Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.h47 struct crypto4xx_device;
50 struct crypto4xx_device *dev;
70 struct crypto4xx_device { struct
108 struct crypto4xx_device *dev; argument
116 struct crypto4xx_device *dev;
136 struct crypto4xx_device *dev; /* Device in which
154 struct crypto4xx_device *dev;
Dcrypto4xx_core.c49 static void crypto4xx_hw_init(struct crypto4xx_device *dev) in crypto4xx_hw_init()
191 static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev) in crypto4xx_build_pdr()
241 static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev) in crypto4xx_destroy_pdr()
258 static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev) in crypto4xx_get_pd_from_pdr_nolock()
274 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr()
292 static struct ce_pd *crypto4xx_get_pdp(struct crypto4xx_device *dev, in crypto4xx_get_pdp()
305 static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev) in crypto4xx_build_gdr()
318 static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev) in crypto4xx_destroy_gdr()
329 u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
350 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
[all …]