Searched refs:TPM2B_PUBLIC_KEY_RSA_Marshal (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatcher.h | 425 *respParmSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&out->outData, 446 *respParmSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&out->message,
|
D | TableMarshalDefines.h | 1283 #define TPM2B_PUBLIC_KEY_RSA_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 4204 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/ |
D | Marshal_fp.h | 1863 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA *source,
|