Home
last modified time | relevance | path

Searched refs:rk_rsa_ctx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_akcipher.c42 static void rk_rsa_clear_ctx(struct rk_rsa_ctx *ctx) in rk_rsa_clear_ctx()
58 struct rk_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rk_rsa_setkey()
108 struct rk_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rk_rsa_max_size()
134 struct rk_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rk_rsa_calc()
258 struct rk_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rk_rsa_init_tfm()
291 struct rk_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rk_rsa_exit_tfm()
317 .cra_ctxsize = sizeof(struct rk_rsa_ctx),
H A Drk_crypto_core.h213 struct rk_rsa_ctx { struct