Searched refs:sun8i_ce_alg_template (Results 1 – 5 of 5) sorted by relevance
| /drivers/crypto/allwinner/sun8i-ce/ |
| A D | sun8i-ce-hash.c | 29 struct sun8i_ce_alg_template *algt __maybe_unused; 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() 201 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_need_fallback() 204 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_need_fallback() 243 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest() 251 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_digest() 325 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_run() 342 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base); in sun8i_ce_hash_run()
|
| 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() 114 struct sun8i_ce_alg_template *algt __maybe_unused; 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() 155 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base); in sun8i_ce_cipher_prepare() 433 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init() 441 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher.base); in sun8i_ce_cipher_init()
|
| 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()
|
| A D | sun8i-ce.h | 335 struct sun8i_ce_alg_template { struct
|
| A D | sun8i-ce-core.c | 302 static struct sun8i_ce_alg_template ce_algs[] = {
|
Completed in 11 milliseconds