Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-aes-ctr.c145 .cra_exit = nx_crypto_ctx_exit,
166 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-gcm.c320 .cra_exit = nx_crypto_ctx_exit,
341 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-cbc.c132 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-ecb.c131 .cra_exit = nx_crypto_ctx_exit,
Dnx-aes-ccm.c434 .cra_exit = nx_crypto_ctx_exit,
456 .cra_exit = nx_crypto_ctx_exit,
Dnx.h151 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
Dnx-aes-xcbc.c234 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha256.c246 .cra_exit = nx_crypto_ctx_exit,
Dnx-sha512.c264 .cra_exit = nx_crypto_ctx_exit,
Dnx.c602 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function