Home
last modified time | relevance | path

Searched refs:rk_cipher_ctx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c58 struct rk_cipher_ctx *op = crypto_skcipher_ctx(tfm); in rk_cipher_fallback()
89 struct rk_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in rk_aes_setkey()
103 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_des_setkey()
119 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_tdes_setkey()
135 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_ecb_encrypt()
146 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_ecb_decrypt()
157 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_cbc_encrypt()
168 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_cbc_decrypt()
179 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_ecb_encrypt()
190 struct rk_cipher_ctx *ct in rk_des_ecb_decrypt()
[all...]
H A Drk3288_crypto.h219 struct rk_cipher_ctx { struct
/kernel/linux/linux-6.6/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

Completed in 4 milliseconds