Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dchacha-core.S59 #define ROTR(n) rotr n, 24 macro
68 #define ROTR(n) macro
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha512.c42 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
H A Davb_sha256.c67 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.c165 #define ROTR(x,n) (SHR(x,n) | (x << (64 - n))) in sha512_process() macro
H A Dsha256.c90 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process_one() macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dsha2_impl.c46 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sha256.c127 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) macro
H A Dhash_sha512.c201 #define ROTR(x,n) (SHR(x,n) | (x << (64 - n))) in mbedtls_sha512_process() macro
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro