Symbol: crypto4xx_device
drivers/crypto/amcc/crypto4xx_core.c
1006
static void crypto4xx_unregister_alg(struct crypto4xx_device *sec_dev)
drivers/crypto/amcc/crypto4xx_core.c
1079
static int ppc4xx_prng_data_read(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
1123
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.c
1335
&ofdev->dev, sizeof(struct crypto4xx_device), GFP_KERNEL);
drivers/crypto/amcc/crypto4xx_core.c
167
static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
215
static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
235
static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
251
static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx)
drivers/crypto/amcc/crypto4xx_core.c
275
static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
286
static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
298
static u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n)
drivers/crypto/amcc/crypto4xx_core.c
320
static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
340
static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
353
static u32 crypto4xx_build_sdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
379
static void crypto4xx_destroy_sdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
397
static u32 crypto4xx_get_n_sd(struct crypto4xx_device *dev, int n)
drivers/crypto/amcc/crypto4xx_core.c
419
static u32 crypto4xx_put_sd_to_sdr(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
437
static inline struct ce_sd *crypto4xx_get_sdp(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
445
static void crypto4xx_copy_pkt_to_dst(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
487
static void crypto4xx_ret_sg_desc(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
50
static void crypto4xx_hw_init(struct crypto4xx_device *dev)
drivers/crypto/amcc/crypto4xx_core.c
506
static void crypto4xx_cipher_done(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
539
static void crypto4xx_aead_done(struct crypto4xx_device *dev,
drivers/crypto/amcc/crypto4xx_core.c
603
static void crypto4xx_pd_done(struct crypto4xx_device *dev, u32 idx)
drivers/crypto/amcc/crypto4xx_core.c
652
struct crypto4xx_device *dev = ctx->dev;
drivers/crypto/amcc/crypto4xx_core.c
967
static int crypto4xx_register_alg(struct crypto4xx_device *sec_dev,
drivers/crypto/amcc/crypto4xx_core.h
108
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.h
118
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.h
145
struct crypto4xx_device *dev;
drivers/crypto/amcc/crypto4xx_core.h
46
struct crypto4xx_device;
drivers/crypto/amcc/crypto4xx_core.h
56
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;