OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT64_TO_BYTE_ARRAY
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
swap.h
41
#define
UINT64_TO_BYTE_ARRAY
(i, b) {(b)[0] = (BYTE)((i) >> 56); \
63
#define
UINT64_TO_BYTE_ARRAY
(i, b) (*((UINT64 *)(b)) = (i))
PolicySecret.c
84
UINT64_TO_BYTE_ARRAY
(authTimeout, out->timeout.t.buffer);
PolicySigned.c
131
UINT64_TO_BYTE_ARRAY
(authTimeout, out->timeout.t.buffer);
NV.c
[
all
...]
CryptUtil.c
[
all
...]
Completed in 347 milliseconds