Home
last modified time | relevance | path

Searched refs:BOTAN_ENDIAN_N2B (Results 1 – 4 of 4) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dloadstor.h22 #define BOTAN_ENDIAN_N2B(x) (x) macro
28 #define BOTAN_ENDIAN_N2B(x) reverse_bytes(x)
143 #if defined(BOTAN_ENDIAN_N2B)
146 return BOTAN_ENDIAN_N2B(x);
182 #if defined(BOTAN_ENDIAN_N2B)
185 return BOTAN_ENDIAN_N2B(x);
220 #if defined(BOTAN_ENDIAN_N2B)
223 return BOTAN_ENDIAN_N2B(x);
440 #if defined(BOTAN_ENDIAN_N2B) in store_be()
441 uint16_t o = BOTAN_ENDIAN_N2B(in); in store_be()
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dloadstor.h22 #define BOTAN_ENDIAN_N2B(x) (x) macro
28 #define BOTAN_ENDIAN_N2B(x) reverse_bytes(x)
143 #if defined(BOTAN_ENDIAN_N2B)
146 return BOTAN_ENDIAN_N2B(x);
182 #if defined(BOTAN_ENDIAN_N2B)
185 return BOTAN_ENDIAN_N2B(x);
220 #if defined(BOTAN_ENDIAN_N2B)
223 return BOTAN_ENDIAN_N2B(x);
440 #if defined(BOTAN_ENDIAN_N2B) in store_be()
441 uint16_t o = BOTAN_ENDIAN_N2B(in); in store_be()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dloadstor.h22 #define BOTAN_ENDIAN_N2B(x) (x) macro
28 #define BOTAN_ENDIAN_N2B(x) reverse_bytes(x)
143 #if defined(BOTAN_ENDIAN_N2B)
146 return BOTAN_ENDIAN_N2B(x);
182 #if defined(BOTAN_ENDIAN_N2B)
185 return BOTAN_ENDIAN_N2B(x);
220 #if defined(BOTAN_ENDIAN_N2B)
223 return BOTAN_ENDIAN_N2B(x);
440 #if defined(BOTAN_ENDIAN_N2B) in store_be()
441 uint16_t o = BOTAN_ENDIAN_N2B(in); in store_be()
/dports/security/botan110/Botan-1.10.17/src/utils/
H A Dloadstor.h21 #define BOTAN_ENDIAN_N2B(x) (x) macro
32 #define BOTAN_ENDIAN_N2B(x) reverse_bytes(x) macro
135 return BOTAN_ENDIAN_N2B(*(reinterpret_cast<const u16bit*>(in) + off));
169 return BOTAN_ENDIAN_N2B(*(reinterpret_cast<const u32bit*>(in) + off));
203 return BOTAN_ENDIAN_N2B(*(reinterpret_cast<const u64bit*>(in) + off));