Home
last modified time | relevance | path

Searched refs:nx_crypto_ctx_exit (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/crypto/nx/
Dnx-aes-ecb.c141 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-cbc.c141 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-ctr.c157 .cra_exit = nx_crypto_ctx_exit,
Dnx.h163 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
Dnx-sha512.c301 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha256.c295 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-xcbc.c393 .cra_exit = nx_crypto_ctx_exit,
Dnx.c758 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function