Symbol: sun8i_ce_alg_template
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
114
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
116
algt = container_of(alg, struct sun8i_ce_alg_template,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
142
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
153
algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
29
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
32
algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
418
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
426
algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
303
static struct sun8i_ce_alg_template ce_algs[] = {
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
202
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
205
algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
29
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
32
algt = container_of(alg, struct sun8i_ce_alg_template,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
321
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
333
algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
42
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
45
algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
60
struct sun8i_ce_alg_template *algt;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
71
algt = container_of(alg, struct sun8i_ce_alg_template, alg.rng);