Searched refs:TPMA_LOCALITY_Marshal (Results 1 – 5 of 5) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
D | PolicyLocality.c | 66 marshalSize = TPMA_LOCALITY_Marshal(&in->locality, &buffer, NULL); in TPM2_PolicyLocality() 75 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in TPM2_PolicyLocality()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 1043 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in CheckPolicyAuthSession()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 506 TPMA_LOCALITY_Marshal(TPMA_LOCALITY *source, BYTE **buffer, INT32 *size); 508 #define TPMA_LOCALITY_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 746 #define TPMA_LOCALITY_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 689 TPMA_LOCALITY_Marshal(TPMA_LOCALITY *source, BYTE **buffer, INT32 *size) in TPMA_LOCALITY_Marshal() function 5542 …result = (UINT16)(result + TPMA_LOCALITY_Marshal((TPMA_LOCALITY *)&(source->locality), buffer, siz… in TPMS_CREATION_DATA_Marshal()
|