Searched refs:nx_crypto_ctx_exit (Results 1 – 10 of 10) sorted by relevance
/drivers/crypto/nx/ |
D | nx-aes-ctr.c | 145 .cra_exit = nx_crypto_ctx_exit, 166 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-gcm.c | 320 .cra_exit = nx_crypto_ctx_exit, 341 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-cbc.c | 132 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-ecb.c | 131 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-aes-ccm.c | 434 .cra_exit = nx_crypto_ctx_exit, 456 .cra_exit = nx_crypto_ctx_exit,
|
D | nx.h | 151 void nx_crypto_ctx_exit(struct crypto_tfm *tfm);
|
D | nx-aes-xcbc.c | 234 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-sha256.c | 246 .cra_exit = nx_crypto_ctx_exit,
|
D | nx-sha512.c | 264 .cra_exit = nx_crypto_ctx_exit,
|
D | nx.c | 602 void nx_crypto_ctx_exit(struct crypto_tfm *tfm) in nx_crypto_ctx_exit() function
|