Home
last modified time | relevance | path

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

/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c71 struct rk_cipher_ctx *op = crypto_skcipher_ctx(tfm); in rk_cipher_fallback()
112 struct rk_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in rk_aes_setkey()
126 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_des_setkey()
142 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_tdes_setkey()
257 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_cipher_hw_init()
435 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_tfm_init()
455 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_tfm_exit()
469 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),
494 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),
520 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),
[all …]
H A Drk3288_crypto.h244 struct rk_cipher_ctx { struct