Home
last modified time | relevance | path

Searched refs:nx_crypto_ctx_skcipher_exit (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/crypto/nx/
Dnx-aes-ecb.c119 .exit = nx_crypto_ctx_skcipher_exit,
Dnx-aes-cbc.c120 .exit = nx_crypto_ctx_skcipher_exit,
Dnx-aes-ctr.c137 .exit = nx_crypto_ctx_skcipher_exit,
Dnx.h153 void nx_crypto_ctx_skcipher_exit(struct crypto_skcipher *tfm);
Dnx.c757 void nx_crypto_ctx_skcipher_exit(struct crypto_skcipher *tfm) in nx_crypto_ctx_skcipher_exit() function