Searched defs:ROTR (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha512.c45 #define ROTR(x,n) (((x)>>(n)) | ((x) << (64 - (n)))) macro
[all...]
H A Dsha256.c45 #define ROTR(x,n) (((x)>>(n)) | ((x) << (32 - (n)))) macro
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c77 #define ROTR(x, n) ROTR32(x, n) macro
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c93 #define ROTR(x, n) ROTR64(x, n) macro
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dsha512.c402 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
432 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
437 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
452 # define ROTR(a,n) _rotr64((a),n) macro
486 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha512.c389 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
419 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
424 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
439 # define ROTR(a,n) _rotr64((a),n) macro
473 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSHA256.cpp36 #define ROTR(x, n) (((x) >> n) | ((x) << (32 - (n)))) macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Drx-parse.h176 ROTR = 386, enumerator in enum:yytokentype
340 #define ROTR 386 macro
H A Drx-parse.c354 ROTR = 386, enumerator in enum:yytokentype
518 #define ROTR 386 macro
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.h185 ROTR = 386, /* ROTR */ enumerator in enum:yytokentype
354 #define ROTR 386 macro
H A Drx-parse.c367 ROTR = 386, /* ROTR */ enumerator in enum:yytokentype
536 #define ROTR 386 macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h651 ROTR, enumerator in enum:llvm::ISD::NodeType

Completed in 428 milliseconds