Searched refs:ce_algo_id (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 258 .ce_algo_id = CE_ID_CIPHER_AES, 285 .ce_algo_id = CE_ID_CIPHER_AES, 311 .ce_algo_id = CE_ID_CIPHER_DES3, 338 .ce_algo_id = CE_ID_CIPHER_DES3, 364 .ce_algo_id = CE_ID_HASH_MD5, 394 .ce_algo_id = CE_ID_HASH_SHA1, 424 .ce_algo_id = CE_ID_HASH_SHA224, 454 .ce_algo_id = CE_ID_HASH_SHA256, 484 .ce_algo_id = CE_ID_HASH_SHA384, 514 .ce_algo_id = CE_ID_HASH_SHA512, [all …]
|
D | sun8i-ce.h | 326 u32 ce_algo_id; member
|
D | sun8i-ce-hash.c | 308 common = ce->variant->alg_hash[algt->ce_algo_id]; in sun8i_ce_hash_run() 360 switch (algt->ce_algo_id) { in sun8i_ce_hash_run()
|
D | sun8i-ce-cipher.c | 117 common = ce->variant->alg_cipher[algt->ce_algo_id]; in sun8i_ce_cipher_prepare()
|