Searched refs:IS_MAC_MODE (Results 1 – 2 of 2) sorted by relevance
84 #define IS_MAC_MODE(mode) ((mode) == RK_MODE_CBC_MAC || \ macro411 if (IS_MAC_MODE(ctx->mode)) in test_cipher_perf()545 if (IS_MAC_MODE(ctx.mode)) in test_cipher_result()571 if (!IS_MAC_MODE(ctx.mode) && !IS_AE_MODE(ctx.mode)) { in test_cipher_result()
128 #define IS_MAC_MODE(rk_mode) ((rk_mode) == RK_MODE_CMAC || \ macro1033 if (IS_MAC_MODE(rk_mode)) { in hw_cipher_crypt()1332 if (!IS_MAC_MODE(rk_mode)) in rk_crypto_mac()