Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c30 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_init_tfm()
33 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_init_tfm()
122 struct sun8i_ce_alg_template *algt __maybe_unused; in sun8i_ce_hash_final()
125 algt = container_of(alg, struct sun8i_ce_alg_template, in sun8i_ce_hash_final()
165 struct sun8i_ce_alg_template *algt __maybe_unused; in sun8i_ce_hash_finup()
168 algt = container_of(alg, struct sun8i_ce_alg_template, in sun8i_ce_hash_finup()
193 struct sun8i_ce_alg_template *algt __maybe_unused; in sun8i_ce_hash_digest_fb()
196 algt = container_of(alg, struct sun8i_ce_alg_template, in sun8i_ce_hash_digest_fb()
210 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_need_fallback()
244 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest()
[all …]
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()
98 struct sun8i_ce_alg_template *algt __maybe_unused; in sun8i_ce_cipher_fallback()
100 algt = container_of(alg, struct sun8i_ce_alg_template, in sun8i_ce_cipher_fallback()
128 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_prepare()
141 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base); in sun8i_ce_cipher_prepare()
416 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init()
424 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.h322 struct sun8i_ce_alg_template { struct
H A Dsun8i-ce-core.c278 static struct sun8i_ce_alg_template ce_algs[] = {