Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h351 void sun8i_ce_cipher_exit(struct crypto_tfm *tfm);
H A Dsun8i-ce-core.c296 .cra_exit = sun8i_ce_cipher_exit,
326 .cra_exit = sun8i_ce_cipher_exit,
355 .cra_exit = sun8i_ce_cipher_exit,
385 .cra_exit = sun8i_ce_cipher_exit,
H A Dsun8i-ce-cipher.c452 void sun8i_ce_cipher_exit(struct crypto_tfm *tfm) in sun8i_ce_cipher_exit() function