Searched defs:ROTR (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A D | chacha-core.S | 59 #define ROTR(n) rotr n, 24 macro 68 #define ROTR(n) macro
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_sha512.c | 42 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
|
| H A D | avb_sha256.c | 67 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha512.c | 165 #define ROTR(x,n) (SHR(x,n) | (x << (64 - n))) in sha512_process() macro
|
| H A D | sha256.c | 90 #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 D | sha2_impl.c | 46 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hash_sha256.c | 127 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) macro
|
| H A D | hash_sha512.c | 201 #define ROTR(x,n) (SHR(x,n) | (x << (64 - n))) in mbedtls_sha512_process() macro
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | resource_tool.c | 358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | resource_tool.c | 358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro
|