Home
last modified time | relevance | path

Searched refs:NX_MODE_AES_CCM (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/nx/
Dnx.c596 rc = nx_register_aead(&nx_ccm_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
600 rc = nx_register_aead(&nx_ccm4309_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
628 nx_unregister_aead(&nx_ccm4309_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
630 nx_unregister_aead(&nx_ccm_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
661 if (mode == NX_MODE_AES_GCM || mode == NX_MODE_AES_CCM) in nx_crypto_ctx_init()
678 if (mode == NX_MODE_AES_GCM || mode == NX_MODE_AES_CCM) in nx_crypto_ctx_init()
697 NX_MODE_AES_CCM); in nx_crypto_ctx_aes_ccm_init()
795 NX_FC_AES, NX_MODE_AES_CCM); in nx_remove()
796 nx_unregister_aead(&nx_ccm_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_remove()
Dnx_csbcpb.h161 #define NX_MODE_AES_CCM 6 macro
Dnx-aes-ccm.c43 csbcpb->cpb.hdr.mode = NX_MODE_AES_CCM; in ccm_aes_nx_set_key()