Home
last modified time | relevance | path

Searched refs:TPM2B_PUBLIC_KEY_RSA_Marshal (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h425 *respParmSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&out->outData,
446 *respParmSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&out->message,
DTableMarshalDefines.h1283 #define TPM2B_PUBLIC_KEY_RSA_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4204 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA *source, BYTE **buffer, INT32 *size) in TPM2B_PUBLIC_KEY_RSA_Marshal() function
4537 …result = (UINT16)(result + TPM2B_PUBLIC_KEY_RSA_Marshal((TPM2B_PUBLIC_KEY_RSA *)&(source->sig), bu… in TPMS_SIGNATURE_RSA_Marshal()
4884 … return TPM2B_PUBLIC_KEY_RSA_Marshal((TPM2B_PUBLIC_KEY_RSA *)&(source->rsa), buffer, size); in TPMU_PUBLIC_ID_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1863 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA *source,