Searched refs:IS_AE_MODE (Results 1 – 2 of 2) sorted by relevance
74 #define IS_AE_MODE(mode) ((mode) == RK_MODE_CCM || \ macro378 else if (IS_AE_MODE(ctx->mode)) in test_cipher_perf()513 else if (IS_AE_MODE(ctx.mode)) in test_cipher_result()536 if (!IS_MAC_MODE(ctx.mode) && !IS_AE_MODE(ctx.mode)) { in test_cipher_result()
117 #define IS_AE_MODE(rk_mode) ((rk_mode) == RK_MODE_CCM || \ macro1323 if (!IS_AE_MODE(rk_mode)) in rk_crypto_ae()