Home
last modified time | relevance | path

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

/external/tpm2/
Dswap.h23 #define BYTE_ARRAY_TO_UINT64(b) (UINT64)( ((UINT64)(b)[0] << 56) \ macro
57 #define BYTE_ARRAY_TO_UINT64(b) *((UINT64 *)(b)) macro
DPolicyTicket.c50 timeout = BYTE_ARRAY_TO_UINT64(in->timeout.t.buffer); in TPM2_PolicyTicket()
Dpart4.txt2962 12 #define BYTE_ARRAY_TO_UINT64(b) (UINT64)( ((UINT64)(b)[0] << 56) \
2999 42 #define BYTE_ARRAY_TO_UINT64(b) *((UINT64 *)(b))
Dpart3.txt11316 35 timeout = BYTE_ARRAY_TO_UINT64(in->timeout.t.buffer);
/external/tpm2/generator/
Draw_commands.txt20272 timeout = BYTE_ARRAY_TO_UINT64(in->timeout.t.buffer);
Draw_commands_fixed.txt20283 timeout = BYTE_ARRAY_TO_UINT64(in->timeout.t.buffer);