Searched refs:CCM_MODE (Results 1 – 6 of 6) sorted by relevance
422 if (((aes_ctx->ac_flags & (CMAC_MODE|CTR_MODE|CCM_MODE| in aes_encrypt()433 switch (aes_ctx->ac_flags & (CMAC_MODE|CCM_MODE|GCM_MODE|GMAC_MODE)) { in aes_encrypt()434 case CCM_MODE: in aes_encrypt()470 if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt()551 if (((aes_ctx->ac_flags & (CTR_MODE|CCM_MODE|GCM_MODE|GMAC_MODE)) in aes_decrypt()566 switch (aes_ctx->ac_flags & (CCM_MODE|GCM_MODE|GMAC_MODE)) { in aes_decrypt()567 case CCM_MODE: in aes_decrypt()596 if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt()748 if ((aes_ctx->ac_flags & (CCM_MODE|GCM_MODE|GMAC_MODE)) != 0) { in aes_decrypt_update()819 if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt_final()[all …]
105 } else if (aes_ctx->ac_flags & CCM_MODE) { in aes_encrypt_contiguous_blocks()140 } else if (aes_ctx->ac_flags & CCM_MODE) { in aes_decrypt_contiguous_blocks()
379 !(aes_ctx->ac_flags & (CCM_MODE|GCM_MODE|CMAC_MODE|GMAC_MODE))) { in soft_aes_encrypt()698 !(aes_ctx->ac_flags & (CCM_MODE|GCM_MODE))) { in soft_aes_decrypt()735 switch (aes_ctx->ac_flags & (CCM_MODE|GCM_MODE)) { in soft_aes_decrypt()736 case CCM_MODE: in soft_aes_decrypt()809 if (aes_ctx->ac_flags & CCM_MODE) { in soft_aes_decrypt()1700 } else if (ctx->ac_flags & CCM_MODE) { in soft_aes_free_ctx()
178 CCM_MODE|GCM_MODE|GMAC_MODE)) { in crypto_free_mode_ctx()204 case CCM_MODE: in crypto_free_mode_ctx()
880 ccm_ctx->ccm_flags |= CCM_MODE; in ccm_init_ctx()920 ccm_ctx->ccm_flags = CCM_MODE; in ccm_alloc_ctx()
50 #define CCM_MODE 0x00000010 macro