Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c98 #define bswap64(x) _byteswap_uint64(x) macro
106 #define bswap64(x) __builtin_bswap64(x) /* Assuming GCC 4.3+ */ macro
113 static inline uint64_t bswap64(uint64_t x) { in bswap64() function
295 r.l = bswap64(b.l); in swap_if_le()
296 r.r = bswap64(b.r); in swap_if_le()
794 ctx->KtopStr[0] = bswap64(ctx->KtopStr[0]); in gen_offset_from_nonce()
795 ctx->KtopStr[1] = bswap64(ctx->KtopStr[1]); in gen_offset_from_nonce()