Home
last modified time | relevance | path

Searched refs:B_ENDIAN (Results 1 – 5 of 5) sorted by relevance

/openssl/include/internal/
H A Dendian.h31 # if defined(B_ENDIAN) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
37 # if !defined(B_ENDIAN) && (__BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__)
38 # define B_ENDIAN macro
/openssl/crypto/sha/
H A Dsha512.c173 #ifdef B_ENDIAN in SHA512_Final()
398 # if !defined(B_ENDIAN)
404 # elif (defined(__i386) || defined(__i386__)) && !defined(B_ENDIAN)
622 # ifdef B_ENDIAN in sha512_block_data_order()
683 # ifdef B_ENDIAN in sha512_block_data_order()
767 # ifdef B_ENDIAN in sha512_block_data_order_c()
/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 */
/openssl/crypto/ec/
H A Dec_local.h515 # ifdef B_ENDIAN
/openssl/crypto/aes/asm/
H A Daes-ia64.S71 #if defined(_HPUX_SOURCE) || defined(B_ENDIAN)

Completed in 19 milliseconds