Searched refs:meson_cipher_tfm_ctx (Results 1 – 3 of 3) sorted by relevance
61 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_cipher_do_fallback()87 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_cipher()278 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_skdecrypt()296 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_skencrypt()313 struct meson_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in meson_cipher_init()319 memset(op, 0, sizeof(struct meson_cipher_tfm_ctx)); in meson_cipher_init()343 struct meson_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm); in meson_cipher_exit()352 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_aes_setkey()
124 struct meson_cipher_tfm_ctx { struct
59 .cra_ctxsize = sizeof(struct meson_cipher_tfm_ctx),85 .cra_ctxsize = sizeof(struct meson_cipher_tfm_ctx),
Completed in 5 milliseconds