Lines Matching refs:crypto4xx_device

50 static void crypto4xx_hw_init(struct crypto4xx_device *dev)  in crypto4xx_hw_init()
167 static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev) in crypto4xx_build_pdr()
216 static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev) in crypto4xx_destroy_pdr()
236 static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev) in crypto4xx_get_pd_from_pdr_nolock()
252 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr()
276 static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev) in crypto4xx_build_gdr()
287 static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev) in crypto4xx_destroy_gdr()
299 static u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
321 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
341 static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *dev, in crypto4xx_get_gdp()
354 static u32 crypto4xx_build_sdr(struct crypto4xx_device *dev) in crypto4xx_build_sdr()
380 static void crypto4xx_destroy_sdr(struct crypto4xx_device *dev) in crypto4xx_destroy_sdr()
398 static u32 crypto4xx_get_n_sd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_sd()
420 static u32 crypto4xx_put_sd_to_sdr(struct crypto4xx_device *dev) in crypto4xx_put_sd_to_sdr()
438 static inline struct ce_sd *crypto4xx_get_sdp(struct crypto4xx_device *dev, in crypto4xx_get_sdp()
446 static void crypto4xx_copy_pkt_to_dst(struct crypto4xx_device *dev, in crypto4xx_copy_pkt_to_dst()
488 static void crypto4xx_ret_sg_desc(struct crypto4xx_device *dev, in crypto4xx_ret_sg_desc()
507 static void crypto4xx_cipher_done(struct crypto4xx_device *dev, in crypto4xx_cipher_done()
540 static void crypto4xx_aead_done(struct crypto4xx_device *dev, in crypto4xx_aead_done()
604 static void crypto4xx_pd_done(struct crypto4xx_device *dev, u32 idx) in crypto4xx_pd_done()
653 struct crypto4xx_device *dev = ctx->dev; in crypto4xx_build_pd()
968 static int crypto4xx_register_alg(struct crypto4xx_device *sec_dev, in crypto4xx_register_alg()
1007 static void crypto4xx_unregister_alg(struct crypto4xx_device *sec_dev) in crypto4xx_unregister_alg()
1080 static int ppc4xx_prng_data_read(struct crypto4xx_device *dev, in ppc4xx_prng_data_read()
1124 struct crypto4xx_device *dev; in crypto4xx_prng_generate()
1336 &ofdev->dev, sizeof(struct crypto4xx_device), GFP_KERNEL); in crypto4xx_probe()