Home
last modified time | relevance | path

Searched refs:sun8i_ce_alg_template (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c29 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_stat_fb_inc()
32 algt = container_of(alg, struct sun8i_ce_alg_template, in sun8i_ce_hash_stat_fb_inc()
42 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_init_tfm()
45 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_init_tfm()
202 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_need_fallback()
205 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_need_fallback()
321 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_prepare()
333 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_prepare()
H A Dsun8i-ce-cipher.c29 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_need_fallback()
32 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base); in sun8i_ce_cipher_need_fallback()
114 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_fallback()
116 algt = container_of(alg, struct sun8i_ce_alg_template, in sun8i_ce_cipher_fallback()
142 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_prepare()
153 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base); in sun8i_ce_cipher_prepare()
418 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init()
426 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base); in sun8i_ce_cipher_init()
H A Dsun8i-ce-prng.c60 struct sun8i_ce_alg_template *algt; in sun8i_ce_prng_generate()
71 algt = container_of(alg, struct sun8i_ce_alg_template, alg.rng); in sun8i_ce_prng_generate()
H A Dsun8i-ce.h352 struct sun8i_ce_alg_template { struct
H A Dsun8i-ce-core.c303 static struct sun8i_ce_alg_template ce_algs[] = {