Searched refs:nx_crypto_ctx_exit (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-aes-ctr.c | 157 .cra_exit = nx_crypto_ctx_exit, 178 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-cbc.c | 141 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-ecb.c | 141 .cra_exit = nx_crypto_ctx_exit,
|
D | nx.h | 160 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
|
D | nx-aes-gcm.c | 497 .cra_exit = nx_crypto_ctx_exit, 518 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-ccm.c | 574 .cra_exit = nx_crypto_ctx_exit, 596 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-sha256.c | 296 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-sha512.c | 302 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-xcbc.c | 394 .cra_exit = nx_crypto_ctx_exit,
|
D | nx.c | 687 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function
|