Home
last modified time | relevance | path

Searched refs:nx_crypto_ctx_aead_exit (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/crypto/nx/
Dnx.h163 void nx_crypto_ctx_aead_exit(struct crypto_aead *tfm);
Dnx-aes-ccm.c568 .exit = nx_crypto_ctx_aead_exit,
588 .exit = nx_crypto_ctx_aead_exit,
Dnx-aes-gcm.c500 .exit = nx_crypto_ctx_aead_exit,
518 .exit = nx_crypto_ctx_aead_exit,
Dnx.c770 void nx_crypto_ctx_aead_exit(struct crypto_aead *tfm) in nx_crypto_ctx_aead_exit() function