Home
last modified time | relevance | path

Searched defs:rk_mode (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c119 #define IS_NEED_IV(rk_mode) ((rk_mode) != RK_MODE_ECB && \ argument
123 #define IS_NEED_TAG(rk_mode) ((rk_mode) == RK_MODE_CMAC || \ argument
128 #define IS_MAC_MODE(rk_mode) ((rk_mode) == RK_MODE_CMAC || \ argument
131 #define IS_AE_MODE(rk_mode) ((rk_mode) == RK_MODE_CCM || \ argument
780 static inline bool is_des_mode(u32 rk_mode) in is_des_mode()
904 u32 rk_mode = RK_GET_RK_MODE(mode); in hw_cipher_init() local
987 u32 rk_mode = RK_GET_RK_MODE(mode); in hw_cipher_crypt() local
1167 u32 rk_mode = RK_GET_RK_MODE(mode); in hw_aes_init() local
1202 u32 rk_mode = RK_GET_RK_MODE(mode); in hw_sm4_init() local
1229 u32 rk_mode = RK_GET_RK_MODE(mode); in rk_crypto_des() local
[all …]