Home
last modified time | relevance | path

Searched refs:B_ENDIAN (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dendian.h19 * L_ENDIAN and B_ENDIAN can be used at preprocessor time. They can be set
31 # if defined(B_ENDIAN) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
32 # error "B_ENDIAN defined on a little endian machine"
37 # if !defined(B_ENDIAN) && (__BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__)
38 # define B_ENDIAN macro
/third_party/openssl/include/internal/
H A Dendian.h19 * L_ENDIAN and B_ENDIAN can be used at preprocessor time. They can be set
31 # if defined(B_ENDIAN) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
32 # error "B_ENDIAN defined on a little endian machine"
37 # if !defined(B_ENDIAN) && (__BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__)
38 # define B_ENDIAN macro
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c169 #ifdef B_ENDIAN in SHA512_Final()
394 # if !defined(B_ENDIAN)
400 # elif (defined(__i386) || defined(__i386__)) && !defined(B_ENDIAN)
509 # ifdef B_ENDIAN in sha512_block_data_order()
570 # ifdef B_ENDIAN in sha512_block_data_order()
650 # ifdef B_ENDIAN in sha512_block_data_order()
/third_party/openssl/crypto/sha/
H A Dsha512.c169 #ifdef B_ENDIAN in SHA512_Final()
394 # if !defined(B_ENDIAN)
400 # elif (defined(__i386) || defined(__i386__)) && !defined(B_ENDIAN)
509 # ifdef B_ENDIAN in sha512_block_data_order()
570 # ifdef B_ENDIAN in sha512_block_data_order()
650 # ifdef B_ENDIAN in sha512_block_data_order()
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c154 #ifdef B_ENDIAN in SHA512_Final()
407 # if !defined(B_ENDIAN)
413 # elif (defined(__i386) || defined(__i386__)) && !defined(B_ENDIAN)
522 # ifdef B_ENDIAN in sha512_block_data_order()
583 # ifdef B_ENDIAN in sha512_block_data_order()
663 # ifdef B_ENDIAN in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A Dwp_block.c119 # elif defined(B_ENDIAN)
134 # elif defined(B_ENDIAN)
146 # elif defined(B_ENDIAN) /* big-endians have to rotate right */
/third_party/openssl/crypto/whrlpool/
H A Dwp_block.c119 # elif defined(B_ENDIAN)
134 # elif defined(B_ENDIAN)
146 # elif defined(B_ENDIAN) /* big-endians have to rotate right */
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_local.h511 # ifdef B_ENDIAN
/third_party/openssl/crypto/ec/
H A Dec_local.h511 # ifdef B_ENDIAN
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-ia64.S71 #if defined(_HPUX_SOURCE) || defined(B_ENDIAN)
/third_party/openssl/crypto/aes/asm/
H A Daes-ia64.S71 #if defined(_HPUX_SOURCE) || defined(B_ENDIAN)

Completed in 12 milliseconds