Searched refs:starfive_cryp_ctx (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c39 static inline int starfive_hash_wait_busy(struct starfive_cryp_ctx *ctx)
48 static inline int starfive_hash_wait_key_done(struct starfive_cryp_ctx *ctx)
57 static int starfive_hash_hmac_key(struct starfive_cryp_ctx *ctx)
89 struct starfive_cryp_ctx *ctx = param;
113 static int starfive_hash_xmit_dma(struct starfive_cryp_ctx *ctx)
168 static int starfive_hash_xmit(struct starfive_cryp_ctx *ctx)
201 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
263 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
276 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
293 struct starfive_cryp_ctx *ct
[all...]
H A Djh7110-aes.c86 static void starfive_aes_aead_hw_start(struct starfive_cryp_ctx *ctx, u32 hw_mode)
106 static inline void starfive_aes_set_ivlen(struct starfive_cryp_ctx *ctx)
116 static inline void starfive_aes_set_alen(struct starfive_cryp_ctx *ctx)
124 static inline void starfive_aes_set_mlen(struct starfive_cryp_ctx *ctx)
141 static int starfive_aes_write_iv(struct starfive_cryp_ctx *ctx, u32 *iv)
169 static inline void starfive_aes_write_nonce(struct starfive_cryp_ctx *ctx, u32 *nonce)
179 static int starfive_aes_write_key(struct starfive_cryp_ctx *ctx)
207 static int starfive_aes_ccm_init(struct starfive_cryp_ctx *ctx)
234 static int starfive_aes_hw_init(struct starfive_cryp_ctx *ctx)
389 static int starfive_aes_gcm_write_adata(struct starfive_cryp_ctx *ct
[all...]
H A Djh7110-rsa.c37 static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx)
68 static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx,
166 static int starfive_rsa_cpu_start(struct starfive_cryp_ctx *ctx, u32 *result,
240 static int starfive_rsa_start(struct starfive_cryp_ctx *ctx, u8 *result,
246 static int starfive_rsa_enc_core(struct starfive_cryp_ctx *ctx, int enc)
283 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
315 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
449 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
500 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm);
513 struct starfive_cryp_ctx *ct
[all...]
H A Djh7110-cryp.h159 struct starfive_cryp_ctx { struct
229 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx);
H A Djh7110-cryp.c37 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx)

Completed in 99 milliseconds