Home
last modified time | relevance | path

Searched refs:sun8i_ce_hash_craexit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c388 .cra_exit = sun8i_ce_hash_craexit,
418 .cra_exit = sun8i_ce_hash_craexit,
448 .cra_exit = sun8i_ce_hash_craexit,
478 .cra_exit = sun8i_ce_hash_craexit,
508 .cra_exit = sun8i_ce_hash_craexit,
538 .cra_exit = sun8i_ce_hash_craexit,
H A Dsun8i-ce.h357 void sun8i_ce_hash_craexit(struct crypto_tfm *tfm);
H A Dsun8i-ce-hash.c65 void sun8i_ce_hash_craexit(struct crypto_tfm *tfm) in sun8i_ce_hash_craexit() function