Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-ctr.c157 .cra_exit = nx_crypto_ctx_exit,
178 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-cbc.c141 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-ecb.c141 .cra_exit = nx_crypto_ctx_exit,
Dnx.h160 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
Dnx-aes-gcm.c497 .cra_exit = nx_crypto_ctx_exit,
518 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-ccm.c574 .cra_exit = nx_crypto_ctx_exit,
596 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha256.c296 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha512.c302 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-xcbc.c394 .cra_exit = nx_crypto_ctx_exit,
Dnx.c687 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function