Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.c164 #define SHR(x,n) (x >> n) in sha512_process() macro
H A Dsha256.c89 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process_one() macro
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sha256.c126 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) macro
H A Dhash_sha512.c200 #define SHR(x,n) (x >> n) in mbedtls_sha512_process() macro
/OK3568_Linux_fs/u-boot/include/
H A Dlattice.h150 #define SHR 0x23 /* macro
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx492.c1539 u16 SHR = 12; in imx492_set_ctrl() local
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c357 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c357 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro