Home
last modified time | relevance | path

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

/linux-2.6.39/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.c46 static void crypto4xx_hw_init(struct crypto4xx_device *dev) in crypto4xx_hw_init()
185 static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev) in crypto4xx_build_pdr()
235 static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev) in crypto4xx_destroy_pdr()
252 static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev) in crypto4xx_get_pd_from_pdr_nolock()
268 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr()
286 static struct ce_pd *crypto4xx_get_pdp(struct crypto4xx_device *dev, in crypto4xx_get_pdp()
299 static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev) in crypto4xx_build_gdr()
312 static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev) in crypto4xx_destroy_gdr()
323 u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
344 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
[all …]