OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTE_ARRAY_TO_UINT16
(Results
1 - 4
of
4
) sorted by null
/external/tpm2/
swap.h
17
#define
BYTE_ARRAY_TO_UINT16
(b) (UINT16)( ((b)[0] << 8) \
55
#define
BYTE_ARRAY_TO_UINT16
(b) *((UINT16 *)(b))
PolicyAuthorize.c
38
hashAlg =
BYTE_ARRAY_TO_UINT16
(in->keySign.t.name);
RSAKeySieve.c
668
highBytes =
BYTE_ARRAY_TO_UINT16
(a);
CryptUtil.c
[
all
...]
Completed in 150 milliseconds