Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/nx/
Dnx.c610 rc = nx_register_aead(&nx_ccm_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
614 rc = nx_register_aead(&nx_ccm4309_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
642 nx_unregister_aead(&nx_ccm4309_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
644 nx_unregister_aead(&nx_ccm_aes_alg, NX_FC_AES, NX_MODE_AES_CCM); in nx_register_algs()
675 if (mode == NX_MODE_AES_GCM || mode == NX_MODE_AES_CCM) in nx_crypto_ctx_init()
692 if (mode == NX_MODE_AES_GCM || mode == NX_MODE_AES_CCM) in nx_crypto_ctx_init()
711 NX_MODE_AES_CCM); in nx_crypto_ctx_aes_ccm_init()
809 NX_FC_AES, NX_MODE_AES_CCM); in nx_remove()
810 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.c55 csbcpb->cpb.hdr.mode = NX_MODE_AES_CCM; in ccm_aes_nx_set_key()