Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c26 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_crainit()
31 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_crainit()
119 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_final()
128 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_final()
157 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_finup()
168 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_finup()
182 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest_fb()
193 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_digest_fb()
204 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_need_fallback()
207 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_need_fallback()
[all …]
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); in sun8i_ce_cipher_need_fallback()
97 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_fallback()
99 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_fallback()
123 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_prepare()
136 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_prepare()
401 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init()
409 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_init()
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()
Dsun8i-ce.h326 struct sun8i_ce_alg_template { struct
Dsun8i-ce-core.c274 static struct sun8i_ce_alg_template ce_algs[] = {