Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx.h152 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
H A Dnx-sha512.c287 .cra_exit = nx_crypto_ctx_exit,
H A Dnx-sha256.c281 .cra_exit = nx_crypto_ctx_exit,
H A Dnx.c738 * nx_crypto_ctx_exit - destroy a crypto api context
745 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function
758 nx_crypto_ctx_exit(crypto_skcipher_ctx(tfm)); in nx_crypto_ctx_skcipher_exit()
H A Dnx-aes-xcbc.c377 .cra_exit = nx_crypto_ctx_exit,
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx.h152 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
H A Dnx-sha512.c292 .cra_exit = nx_crypto_ctx_exit,
H A Dnx-sha256.c286 .cra_exit = nx_crypto_ctx_exit,
H A Dnx.c739 * nx_crypto_ctx_exit - destroy a crypto api context
746 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function
759 nx_crypto_ctx_exit(crypto_skcipher_ctx(tfm)); in nx_crypto_ctx_skcipher_exit()
H A Dnx-aes-xcbc.c377 .cra_exit = nx_crypto_ctx_exit,

Completed in 8 milliseconds