Searched refs:CCM_MODE (Results 1 – 5 of 5) sorted by relevance
79 if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt_contiguous_blocks()104 if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt_contiguous_blocks()
130 switch (common_ctx->cc_flags & (CCM_MODE|GCM_MODE)) { in crypto_free_mode_ctx()131 case CCM_MODE: in crypto_free_mode_ctx()
873 ccm_ctx->ccm_flags |= CCM_MODE; in ccm_init_ctx()902 ccm_ctx->ccm_flags = CCM_MODE; in ccm_alloc_ctx()
49 #define CCM_MODE 0x00000010 macro
373 if (aes_ctx.ac_flags & CCM_MODE) { in aes_decrypt_atomic()