Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c409 .exit_tfm = sun8i_ce_hash_exit_tfm,
443 .exit_tfm = sun8i_ce_hash_exit_tfm,
476 .exit_tfm = sun8i_ce_hash_exit_tfm,
509 .exit_tfm = sun8i_ce_hash_exit_tfm,
542 .exit_tfm = sun8i_ce_hash_exit_tfm,
575 .exit_tfm = sun8i_ce_hash_exit_tfm,
H A Dsun8i-ce.h361 void sun8i_ce_hash_exit_tfm(struct crypto_ahash *tfm);
H A Dsun8i-ce-hash.c64 void sun8i_ce_hash_exit_tfm(struct crypto_ahash *tfm) in sun8i_ce_hash_exit_tfm() function