Home
last modified time | relevance | path

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

/openbmc/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()
436 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_tfm_init()
456 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_tfm_exit()
470 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),
495 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),
521 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),
[all …]
H A Drk3288_crypto.h244 struct rk_cipher_ctx { struct