Searched refs:UINT16_TO_BYTE_ARRAY (Results 1 – 6 of 6) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | swap.h | 66 #define UINT16_TO_BYTE_ARRAY(i, b) Uint16ToByteArray((i), (BYTE *)(b)) macro 84 #define UINT16_TO_BYTE_ARRAY(i, b) {*((uint16_t *)(b)) = (i);} macro 99 #define UINT16_TO_BYTE_ARRAY(i, b) {*((uint16_t *)(b)) = REVERSE_ENDIAN_16(i);} macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TpmFail.c | 122 UINT16_TO_BYTE_ARRAY(integer, *buffer); in MarshalUint16()
|
D | TableDrivenMarshal.c | 873 UINT16_TO_BYTE_ARRAY(amount, marshaledSize); in Marshal()
|
D | Marshal.c | 115 UINT16_TO_BYTE_ARRAY(*source, *buffer); in UINT16_Marshal() 4372 UINT16_TO_BYTE_ARRAY((result - 2), (*buffer - result)); in TPM2B_ECC_POINT_Marshal() 5094 UINT16_TO_BYTE_ARRAY((result - 2), (*buffer - result)); in TPM2B_PUBLIC_Marshal() 5256 UINT16_TO_BYTE_ARRAY((result - 2), (*buffer - result)); in TPM2B_SENSITIVE_Marshal() 5433 UINT16_TO_BYTE_ARRAY((result - 2), (*buffer - result)); in TPM2B_NV_PUBLIC_Marshal() 5562 UINT16_TO_BYTE_ARRAY((result - 2), (*buffer - result)); in TPM2B_CREATION_DATA_Marshal()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | Object.c | 802 UINT16_TO_BYTE_ARRAY(nameAlg, name->t.name); in ObjectComputeName() 871 UINT16_TO_BYTE_ARRAY(nameAlg, qualifiedName->t.name); in ComputeQualifiedName()
|
D | NvDynamic.c | 1204 UINT16_TO_BYTE_ARRAY(nvIndex->publicArea.nameAlg, name->b.buffer); in NvGetIndexName()
|