Symbol: starfive_cryp_ctx
drivers/crypto/starfive/jh7110-aes.c
1030
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-aes.c
1053
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-aes.c
106
static inline void starfive_aes_set_alen(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
1076
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-aes.c
1103
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-aes.c
1126
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-aes.c
114
static inline void starfive_aes_set_mlen(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
131
static int starfive_aes_write_iv(struct starfive_cryp_ctx *ctx, u32 *iv)
drivers/crypto/starfive/jh7110-aes.c
159
static inline void starfive_aes_write_nonce(struct starfive_cryp_ctx *ctx, u32 *nonce)
drivers/crypto/starfive/jh7110-aes.c
169
static int starfive_aes_write_key(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
197
static int starfive_aes_ccm_init(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
224
static int starfive_aes_hw_init(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
292
static int starfive_aes_read_authtag(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
323
static void starfive_aes_finish_req(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
342
static int starfive_aes_gcm_write_adata(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
370
static int starfive_aes_ccm_write_adata(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-aes.c
569
struct starfive_cryp_ctx *ctx =
drivers/crypto/starfive/jh7110-aes.c
608
struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
629
struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
638
struct starfive_cryp_ctx *ctx =
drivers/crypto/starfive/jh7110-aes.c
723
struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
744
struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
774
struct starfive_cryp_ctx *ctx =
drivers/crypto/starfive/jh7110-aes.c
792
struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
811
struct starfive_cryp_ctx *ctx =
drivers/crypto/starfive/jh7110-aes.c
829
struct starfive_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
drivers/crypto/starfive/jh7110-aes.c
858
struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
86
static void starfive_aes_aead_hw_start(struct starfive_cryp_ctx *ctx, u32 hw_mode)
drivers/crypto/starfive/jh7110-aes.c
877
struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
896
struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/starfive/jh7110-aes.c
909
struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/starfive/jh7110-cryp.c
37
struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-cryp.h
230
struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx);
drivers/crypto/starfive/jh7110-hash.c
168
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/starfive/jh7110-hash.c
199
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/starfive/jh7110-hash.c
258
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
275
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
292
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
309
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
325
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
350
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
364
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
379
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash);
drivers/crypto/starfive/jh7110-hash.c
405
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash);
drivers/crypto/starfive/jh7110-hash.c
410
static int starfive_hash_long_setkey(struct starfive_cryp_ctx *ctx,
drivers/crypto/starfive/jh7110-hash.c
459
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash);
drivers/crypto/starfive/jh7110-hash.c
55
static inline int starfive_hash_wait_key_done(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-hash.c
579
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
608
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
636
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
64
static int starfive_hash_hmac_key(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-hash.c
665
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
693
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
722
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
750
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
779
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
807
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-hash.c
836
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-rsa.c
168
static int starfive_rsa_cpu_start(struct starfive_cryp_ctx *ctx, u32 *result,
drivers/crypto/starfive/jh7110-rsa.c
242
static int starfive_rsa_start(struct starfive_cryp_ctx *ctx, u8 *result,
drivers/crypto/starfive/jh7110-rsa.c
248
static int starfive_rsa_enc_core(struct starfive_cryp_ctx *ctx, int enc)
drivers/crypto/starfive/jh7110-rsa.c
289
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
320
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
36
static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx)
drivers/crypto/starfive/jh7110-rsa.c
454
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
505
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
518
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
530
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
540
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
558
struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
drivers/crypto/starfive/jh7110-rsa.c
580
.cra_ctxsize = sizeof(struct starfive_cryp_ctx),
drivers/crypto/starfive/jh7110-rsa.c
70
static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx,