Home
last modified time | relevance | path

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

/external/tpm2-tss/src/util/
Dtss2_endian.h45 static inline uint32_t endian_conv_32(uint32_t value) in endian_conv_32() function
66 #define HOST_TO_BE_32(value) endian_conv_32(value)
69 #define BE_TO_HOST_32(value) endian_conv_32(value)