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