Searched refs:NX_FC_AES (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/nx/ |
| A D | nx.c | 412 if (msc->fc == NX_FC_AES) { in nx_of_update_msc() 585 rc = nx_register_skcipher(&nx_ctr3686_aes_alg, NX_FC_AES, in nx_register_algs() 617 NX_FC_AES, NX_MODE_AES_XCBC_MAC, -1); in nx_register_algs() 734 return nx_crypto_ctx_init(crypto_tfm_ctx(tfm), NX_FC_AES, in nx_crypto_ctx_aes_xcbc_init() 796 NX_FC_AES, NX_MODE_AES_XCBC_MAC, -1); in nx_remove() 802 NX_FC_AES, NX_MODE_AES_CCM); in nx_remove() 805 NX_FC_AES, NX_MODE_AES_GCM); in nx_remove() 807 NX_FC_AES, NX_MODE_AES_GCM); in nx_remove() 809 NX_FC_AES, NX_MODE_AES_CTR); in nx_remove() 810 nx_unregister_skcipher(&nx_cbc_aes_alg, NX_FC_AES, in nx_remove() [all …]
|
| A D | nx_csbcpb.h | 188 #define NX_FC_AES 0 macro 195 #define HCOP_FC_AES NX_FC_AES
|
Completed in 8 milliseconds