Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-aes-cbc.c129 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-ecb.c129 .cra_exit = nx_crypto_ctx_exit,
Dnx.h152 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
Dnx-aes-ctr.c145 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha512.c287 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha256.c281 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-xcbc.c377 .cra_exit = nx_crypto_ctx_exit,
Dnx.c744 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function