Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c71 #define IS_MAC_MODE(mode) ((mode) == RK_MODE_CBC_MAC || \ macro
376 if (IS_MAC_MODE(ctx->mode)) in test_cipher_perf()
510 if (IS_MAC_MODE(ctx.mode)) in test_cipher_result()
536 if (!IS_MAC_MODE(ctx.mode) && !IS_AE_MODE(ctx.mode)) { in test_cipher_result()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c114 #define IS_MAC_MODE(rk_mode) ((rk_mode) == RK_MODE_CMAC || \ macro
984 if (IS_MAC_MODE(rk_mode)) { in hw_cipher_crypt()
1279 if (!IS_MAC_MODE(rk_mode)) in rk_crypto_mac()