Home
last modified time | relevance | path

Searched refs:IS_MAC_MODE (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c84 #define IS_MAC_MODE(mode) ((mode) == RK_MODE_CBC_MAC || \ macro
411 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()
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c128 #define IS_MAC_MODE(rk_mode) ((rk_mode) == RK_MODE_CMAC || \ macro
1033 if (IS_MAC_MODE(rk_mode)) { in hw_cipher_crypt()
1332 if (!IS_MAC_MODE(rk_mode)) in rk_crypto_mac()