Searched refs:rk_cipher_ctx (Results 1 – 2 of 2) sorted by relevance
71 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()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),546 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),572 .base.cra_ctxsize = sizeof(struct rk_cipher_ctx),[all …]
244 struct rk_cipher_ctx { struct
Completed in 9 milliseconds