Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/platform/common/crypto/
Dwm_crypto_hard.c1173 memcpy_s((u32 *)&RSAXBUF, sizeof(&RSAXBUF), in, RSAN * sizeof(u32)); in rsaMonMulWriteA()
1185 memcpy_s(in, sizeof(in), (u32 *)&RSAXBUF, RSAN * sizeof(u32)); in rsaMonMulReadA()
/device/soc/winnermicro/wm800/board/include/
Dwm_regs.h355 #define RSAXBUF (*((volatile unsigned long *) (RSA_BASE_ADDRESS + 0x0))) macro