Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c74 #define IS_AE_MODE(mode) ((mode) == RK_MODE_CCM || \ macro
378 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()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c117 #define IS_AE_MODE(rk_mode) ((rk_mode) == RK_MODE_CCM || \ macro
1323 if (!IS_AE_MODE(rk_mode)) in rk_crypto_ae()