Searched refs:nx_crypto_ctx_exit (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/crypto/nx/
H A Dnx-aes-xcbc.c377 .cra_exit = nx_crypto_ctx_exit,
H A Dnx-sha256.c286 .cra_exit = nx_crypto_ctx_exit,
H A Dnx-sha512.c292 .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) function
759 nx_crypto_ctx_exit(crypto_skcipher_ctx(tfm));
H A Dnx.h152 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);

Completed in 198 milliseconds