Searched refs:sun8i_ce_alg_template (Results 1 – 5 of 5) sorted by relevance
/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 26 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() 223 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest() 241 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_digest() [all …]
|
D | sun8i-ce-cipher.c | 61 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_fallback() 63 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_fallback() 87 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_prepare() 98 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_prepare() 380 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init() 388 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_init()
|
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()
|
D | sun8i-ce.h | 325 struct sun8i_ce_alg_template { struct
|
D | sun8i-ce-core.c | 255 static struct sun8i_ce_alg_template ce_algs[] = {
|