Searched refs:UINT64_TO_BYTE_ARRAY (Results 1 - 5 of 5) sorted by relevance

/external/tpm2/
H A Dswap.h41 #define UINT64_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 56); \ macro
63 #define UINT64_TO_BYTE_ARRAY(i, b) (*((UINT64 *)(b)) = (i)) macro
H A DPolicySecret.c84 UINT64_TO_BYTE_ARRAY(authTimeout, out->timeout.t.buffer);
H A DPolicySigned.c131 UINT64_TO_BYTE_ARRAY(authTimeout, out->timeout.t.buffer);
H A DNV.c1318 UINT64_TO_BYTE_ARRAY(dataInInt, (BYTE *)data);
H A DCryptUtil.c1598 UINT64_TO_BYTE_ARRAY(currentCount, cntr.t.buffer);

Completed in 335 milliseconds