Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c165 #define IS_ALGOMODE(cr, mod) \ argument
169 #define SET_ALGOMODE(mod, cr) \ argument
173 #define GET_ALGOMODE(cr) \ argument
184 static bool algo_mode_needs_iv(uint32_t cr) in algo_mode_needs_iv()
190 static bool algo_mode_is_ecb_cbc(uint32_t cr) in algo_mode_is_ecb_cbc()
195 static bool algo_mode_is_aes(uint32_t cr) in algo_mode_is_aes()
201 static bool is_decrypt(uint32_t cr) in is_decrypt()
206 static bool is_encrypt(uint32_t cr) in is_encrypt()
211 static bool does_need_npblb(uint32_t cr) in does_need_npblb()
H A Dstm32_saes.c135 #define IS_CHAINING_MODE(mode, cr) \ argument
139 #define SET_CHAINING_MODE(mode, cr) \ argument
150 static bool does_chaining_mode_need_iv(uint32_t cr) in does_chaining_mode_need_iv()
155 static bool is_encrypt(uint32_t cr) in is_encrypt()
161 static bool is_decrypt(uint32_t cr) in is_decrypt()
167 static bool does_need_npblb(uint32_t cr) in does_need_npblb()
173 static bool can_suspend(uint32_t cr) in can_suspend()
H A Dstm32_saes.h35 uint32_t cr; member
H A Dstm32_cryp.h47 uint32_t cr; member
H A Dstm32_hash.h51 uint32_t cr; member
/optee_os/core/lib/libtomcrypt/src/misc/base64/
H A Dbase64_encode.c28 cr = 4, enumerator
/optee_os/core/drivers/
H A Dstm32_rtc.c393 uint32_t cr = io_read32(rtc_base + RTC_CR); in stm32_rtc_it_handler() local
580 uint32_t cr = io_read32(base + RTC_CR); in stm32_rtc_init() local
829 uint32_t cr = io_read32(rtc_base + RTC_CR); in stm32_rtc_read_alarm() local
942 uint32_t cr = io_read32(rtc_base + RTC_CR); in stm32_rtc_set_alarm() local
H A Datmel_rtc.c153 uint32_t cr = 0; in atmel_rtc_set_time() local
H A Dstm32_rng.c74 uint32_t cr; member