Symbol: crypto4xx_device
drivers/crypto/amcc/crypto4xx_core.c
1000
static void crypto4xx_unregister_alg(struct crypto4xx_device *sec_dev)
drivers/crypto/amcc/crypto4xx_core.c
1250
&ofdev->dev, sizeof(struct crypto4xx_device), GFP_KERNEL);
drivers/crypto/amcc/crypto4xx_core.c
165
static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
213
static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
233
static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
249
static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx)
drivers/crypto/amcc/crypto4xx_core.c
273
static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
284
static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
296
static u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n)
drivers/crypto/amcc/crypto4xx_core.c
318
static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
338
static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
351
static u32 crypto4xx_build_sdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
377
static void crypto4xx_destroy_sdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
395
static u32 crypto4xx_get_n_sd(struct crypto4xx_device *dev, int n)
drivers/crypto/amcc/crypto4xx_core.c
417
static u32 crypto4xx_put_sd_to_sdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
435
static inline struct ce_sd *crypto4xx_get_sdp(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
443
static void crypto4xx_copy_pkt_to_dst(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
48
static void crypto4xx_hw_init(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
485
static void crypto4xx_ret_sg_desc(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
504
static void crypto4xx_cipher_done(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
537
static void crypto4xx_aead_done(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
601
static void crypto4xx_pd_done(struct crypto4xx_device *dev, u32 idx)
drivers/crypto/amcc/crypto4xx_core.c
650
struct crypto4xx_device *dev = ctx->dev;
drivers/crypto/amcc/crypto4xx_core.c
965
static int crypto4xx_register_alg(struct crypto4xx_device *sec_dev,
drivers/crypto/amcc/crypto4xx_core.h
106
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.h
115
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.h
141
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.h
44
struct crypto4xx_device;
drivers/crypto/amcc/crypto4xx_core.h
54
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_trng.c
120
struct crypto4xx_device *dev = core_dev->dev;
drivers/crypto/amcc/crypto4xx_trng.c
30
struct crypto4xx_device *dev = (void *)rng->priv;
drivers/crypto/amcc/crypto4xx_trng.c
47
struct crypto4xx_device *dev = (void *)rng->priv;
drivers/crypto/amcc/crypto4xx_trng.c
52
static void ppc4xx_trng_enable(struct crypto4xx_device *dev, bool enable)
drivers/crypto/amcc/crypto4xx_trng.c
73
struct crypto4xx_device *dev = core_dev->dev;