Searched refs:sun8i_ce_alg_template (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 25 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_crainit() 30 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_crainit() 118 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_final() 127 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_final() 156 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_finup() 167 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_finup() 181 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest_fb() 192 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_digest_fb() 222 struct sun8i_ce_alg_template *algt; in sun8i_ce_hash_digest() 240 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash); in sun8i_ce_hash_digest() [all …]
|
| H A 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() 377 struct sun8i_ce_alg_template *algt; in sun8i_ce_cipher_init() 385 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher); in sun8i_ce_cipher_init()
|
| H A 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()
|
| H A D | sun8i-ce.h | 324 struct sun8i_ce_alg_template { struct
|
| H A D | sun8i-ce-core.c | 255 static struct sun8i_ce_alg_template ce_algs[] = {
|