Searched refs:CCM_MODE (Results 1 – 5 of 5) sorted by relevance
78 if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt_contiguous_blocks()103 if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt_contiguous_blocks()
129 switch (common_ctx->cc_flags & (CCM_MODE|GCM_MODE)) { in crypto_free_mode_ctx()130 case CCM_MODE: in crypto_free_mode_ctx()
872 ccm_ctx->ccm_flags |= CCM_MODE; in ccm_init_ctx()901 ccm_ctx->ccm_flags = CCM_MODE; in ccm_alloc_ctx()
48 #define CCM_MODE 0x00000010 macro
372 if (aes_ctx.ac_flags & CCM_MODE) { in aes_decrypt_atomic()