Home
last modified time | relevance | path

Searched refs:RK_MODE_CCM (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c111 (rk_mode) == RK_MODE_CCM || \
117 #define IS_AE_MODE(rk_mode) ((rk_mode) == RK_MODE_CCM || \
718 [RK_MODE_CCM] = CRYPTO_BC_CCM,
918 if (rk_mode == RK_MODE_CCM) in hw_cipher_init()
998 if (rk_mode == RK_MODE_CCM || rk_mode == RK_MODE_GCM) { in hw_cipher_crypt()
1013 if (rk_mode == RK_MODE_CCM) { in hw_cipher_crypt()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h49 RK_MODE_CCM, enumerator
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c74 #define IS_AE_MODE(mode) ((mode) == RK_MODE_CCM || \