Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c97 #define bswap64(x) _byteswap_uint64(x) macro
105 #define bswap64(x) __builtin_bswap64(x) /* Assuming GCC 4.3+ */ macro
112 static inline uint64_t bswap64(uint64_t x) { in bswap64() function
294 r.l = bswap64(b.l); in swap_if_le()
295 r.r = bswap64(b.r); in swap_if_le()
783 ctx->KtopStr[0] = bswap64(ctx->KtopStr[0]); in gen_offset_from_nonce()
784 ctx->KtopStr[1] = bswap64(ctx->KtopStr[1]); in gen_offset_from_nonce()