Searched refs:sun8i_ce_alg_template (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 30 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() 213 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_need_fallback() [all …]
|
H A D | sun8i-ce-cipher.c | 29 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 D | sun8i-ce-prng.c | 60 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 D | sun8i-ce.h | 322 struct sun8i_ce_alg_template { struct
|
H A D | sun8i-ce-core.c | 278 static struct sun8i_ce_alg_template ce_algs[] = {
|