Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/sha/
Dsha512.c316 #define ROTR(a, n) \ macro
323 #define ROTR(a, n) \ macro
330 #define ROTR(a, n) \ macro
339 #define ROTR(a, n) _rotr64((a), n) macro
343 #define ROTR(x, s) (((x) >> s) | (x) << (64 - s)) macro
/external/epid-sdk/epid/member/tiny/math/src/
Dsha512.c96 static uint64_t ROTR(const uint64_t x, unsigned char s) { in ROTR() function
Dsha256.c144 static unsigned int ROTR(unsigned int a, unsigned int n) { in ROTR() function
/external/openssh/
Dblocks.c41 #define ROTR(x,c) (((x) >> (c)) | ((x) << (64 - (c)))) macro
/external/u-boot/lib/libavb/
Davb_sha256.c14 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
Davb_sha512.c14 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/external/vboot_reference/firmware/2lib/
D2sha256.c43 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
D2sha512.c43 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/external/avb/libavb/
Davb_sha256.c41 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
Davb_sha512.c41 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/external/u-boot/lib/
Dsha256.c82 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro
/external/vboot_reference/firmware/lib/cryptolib/
Dsha256.c44 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
Dsha512.c44 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_sha.cpp65 #define ROTR(x, n) (SHR(x, n) | (x << (32 - n))) macro
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h317 SHL, SRA, SRL, ROTL, ROTR, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h382 SHL, SRA, SRL, ROTL, ROTR, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h339 SHL, SRA, SRL, ROTL, ROTR, enumerator