Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c407 .cra_exit = sun8i_ce_hash_craexit,
437 .cra_exit = sun8i_ce_hash_craexit,
467 .cra_exit = sun8i_ce_hash_craexit,
497 .cra_exit = sun8i_ce_hash_craexit,
527 .cra_exit = sun8i_ce_hash_craexit,
557 .cra_exit = sun8i_ce_hash_craexit,
Dsun8i-ce.h366 void sun8i_ce_hash_craexit(struct crypto_tfm *tfm);
Dsun8i-ce-hash.c66 void sun8i_ce_hash_craexit(struct crypto_tfm *tfm) in sun8i_ce_hash_craexit() function