Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/amlogic/
H A Damlogic-gxl.h158 void meson_cipher_exit(struct crypto_tfm *tfm);
H A Damlogic-gxl-core.c65 .cra_exit = meson_cipher_exit,
94 .cra_exit = meson_cipher_exit,
H A Damlogic-gxl-cipher.c336 void meson_cipher_exit(struct crypto_tfm *tfm) in meson_cipher_exit() function