Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c292 .cra_exit = sun8i_ce_cipher_exit,
319 .cra_exit = sun8i_ce_cipher_exit,
345 .cra_exit = sun8i_ce_cipher_exit,
372 .cra_exit = sun8i_ce_cipher_exit,
Dsun8i-ce.h357 void sun8i_ce_cipher_exit(struct crypto_tfm *tfm);
Dsun8i-ce-cipher.c441 void sun8i_ce_cipher_exit(struct crypto_tfm *tfm) in sun8i_ce_cipher_exit() function