Home
last modified time | relevance | path

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

/linux-4.4.14/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.h162 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
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.c759 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function