Searched refs:sun8i_ce_alg_template (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
| D | sun8i-ce-hash.c | 24 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_crainit() 29 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_crainit() 117 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_final() 126 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_final() 155 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_finup() 166 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_finup() 180 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest_fb() 191 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_digest_fb() 221 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest() 239 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_digest() [all …]
|
| D | sun8i-ce-cipher.c | 60 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_fallback() 62 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_fallback() 86 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_prepare() 97 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_prepare() 374 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init() 382 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_init()
|
| D | sun8i-ce-prng.c | 62 struct sun8i_ce_alg_template *algt; in sun8i_ce_prng_generate() 73 algt = container_of(alg, struct sun8i_ce_alg_template, alg.rng); in sun8i_ce_prng_generate()
|
| D | sun8i-ce.h | 324 struct sun8i_ce_alg_template { struct
|
| D | sun8i-ce-core.c | 255 static struct sun8i_ce_alg_template ce_algs[] = {
|