Searched refs:meson_alg_template (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/amlogic/ |
H A D | amlogic-gxl-cipher.c | 66 struct meson_alg_template *algt; in meson_cipher_do_fallback() 68 algt = container_of(alg, struct meson_alg_template, alg.skcipher); in meson_cipher_do_fallback() 91 struct meson_alg_template *algt; in meson_cipher() 104 algt = container_of(alg, struct meson_alg_template, alg.skcipher); in meson_cipher() 314 struct meson_alg_template *algt; in meson_cipher_init() 321 algt = container_of(alg, struct meson_alg_template, alg.skcipher); in meson_cipher_init()
|
H A D | amlogic-gxl.h | 134 * struct meson_alg_template - crypto_alg template 142 struct meson_alg_template { struct
|
H A D | amlogic-gxl-core.c | 46 static struct meson_alg_template mc_algs[] = {
|
/kernel/linux/linux-6.6/drivers/crypto/amlogic/ |
H A D | amlogic-gxl-cipher.c | 66 struct meson_alg_template *algt; in meson_cipher_do_fallback() 68 algt = container_of(alg, struct meson_alg_template, alg.skcipher.base); in meson_cipher_do_fallback() 91 struct meson_alg_template *algt; in meson_cipher() 104 algt = container_of(alg, struct meson_alg_template, alg.skcipher.base); in meson_cipher() 313 struct meson_alg_template *algt; in meson_cipher_init() 320 algt = container_of(alg, struct meson_alg_template, alg.skcipher.base); in meson_cipher_init()
|
H A D | amlogic-gxl.h | 132 * struct meson_alg_template - crypto_alg template 140 struct meson_alg_template { struct
|
H A D | amlogic-gxl-core.c | 48 static struct meson_alg_template mc_algs[] = {
|
Completed in 3 milliseconds