Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A Dnx.h158 void nx_crypto_ctx_aead_exit(struct crypto_aead *tfm);
H A Dnx-aes-ccm.c532 .exit = nx_crypto_ctx_aead_exit,
552 .exit = nx_crypto_ctx_aead_exit,
H A Dnx-aes-gcm.c475 .exit = nx_crypto_ctx_aead_exit,
493 .exit = nx_crypto_ctx_aead_exit,
H A Dnx.c738 void nx_crypto_ctx_aead_exit(struct crypto_aead *tfm) in nx_crypto_ctx_aead_exit() function