/external/tpm2/ |
Marshal_GetTime.c | 3 // found in the LICENSE file. 68 GetTime_In in; local 79 result = GetTime_In_Unmarshal(&in, request_handles, request_parameter_buffer, 85 result = TPM2_GetTime(&in, &out);
|
Marshal_HMAC.c | 3 // found in the LICENSE file. 66 HMAC_In in; local 77 result = HMAC_In_Unmarshal(&in, request_handles, request_parameter_buffer, 83 result = TPM2_HMAC(&in, &out);
|
Marshal_HMAC_Start.c | 3 // found in the LICENSE file. 66 HMAC_Start_In in; local 78 HMAC_Start_In_Unmarshal(&in, request_handles, request_parameter_buffer, 84 result = TPM2_HMAC_Start(&in, &out);
|
Marshal_Hash.c | 3 // found in the LICENSE file. 69 Hash_In in; local 80 result = Hash_In_Unmarshal(&in, request_handles, request_parameter_buffer, 86 result = TPM2_Hash(&in, &out);
|
Marshal_HashSequenceStart.c | 3 // found in the LICENSE file. 64 HashSequenceStart_In in; local 75 result = HashSequenceStart_In_Unmarshal(&in, request_handles, 82 result = TPM2_HashSequenceStart(&in, &out);
|
Marshal_Import.c | 3 // found in the LICENSE file. 78 Import_In in; local 89 result = Import_In_Unmarshal(&in, request_handles, request_parameter_buffer, 95 result = TPM2_Import(&in, &out);
|
Marshal_IncrementalSelfTest.c | 3 // found in the LICENSE file. 60 IncrementalSelfTest_In in; local 71 result = IncrementalSelfTest_In_Unmarshal(&in, request_handles, 78 result = TPM2_IncrementalSelfTest(&in, &out);
|
Marshal_Load.c | 3 // found in the LICENSE file. 68 Load_In in; local 79 result = Load_In_Unmarshal(&in, request_handles, request_parameter_buffer, 85 result = TPM2_Load(&in, &out);
|
Marshal_LoadExternal.c | 3 // found in the LICENSE file. 70 LoadExternal_In in; local 82 LoadExternal_In_Unmarshal(&in, request_handles, request_parameter_buffer, 88 result = TPM2_LoadExternal(&in, &out);
|
Marshal_MakeCredential.c | 3 // found in the LICENSE file. 67 MakeCredential_In in; local 78 result = MakeCredential_In_Unmarshal(&in, request_handles, 85 result = TPM2_MakeCredential(&in, &out);
|
Marshal_NV_Certify.c | 3 // found in the LICENSE file. 77 NV_Certify_In in; local 89 NV_Certify_In_Unmarshal(&in, request_handles, request_parameter_buffer, 95 result = TPM2_NV_Certify(&in, &out);
|
Marshal_NV_Read.c | 3 // found in the LICENSE file. 67 NV_Read_In in; local 78 result = NV_Read_In_Unmarshal(&in, request_handles, request_parameter_buffer, 84 result = TPM2_NV_Read(&in, &out);
|
Marshal_NV_ReadPublic.c | 3 // found in the LICENSE file. 58 NV_ReadPublic_In in; local 70 NV_ReadPublic_In_Unmarshal(&in, request_handles, request_parameter_buffer, 76 result = TPM2_NV_ReadPublic(&in, &out);
|
Marshal_ObjectChangeAuth.c | 3 // found in the LICENSE file. 63 ObjectChangeAuth_In in; local 74 result = ObjectChangeAuth_In_Unmarshal(&in, request_handles, 81 result = TPM2_ObjectChangeAuth(&in, &out);
|
Marshal_PCR_Allocate.c | 3 // found in the LICENSE file. 65 PCR_Allocate_In in; local 77 PCR_Allocate_In_Unmarshal(&in, request_handles, request_parameter_buffer, 83 result = TPM2_PCR_Allocate(&in, &out);
|
Marshal_PCR_Event.c | 3 // found in the LICENSE file. 62 PCR_Event_In in; local 74 PCR_Event_In_Unmarshal(&in, request_handles, request_parameter_buffer, 80 result = TPM2_PCR_Event(&in, &out);
|
Marshal_PCR_Read.c | 3 // found in the LICENSE file. 63 PCR_Read_In in; local 74 result = PCR_Read_In_Unmarshal(&in, request_handles, request_parameter_buffer, 80 result = TPM2_PCR_Read(&in, &out);
|
Marshal_PolicyGetDigest.c | 3 // found in the LICENSE file. 57 PolicyGetDigest_In in; local 68 result = PolicyGetDigest_In_Unmarshal(&in, request_handles, 75 result = TPM2_PolicyGetDigest(&in, &out);
|
Marshal_PolicySecret.c | 3 // found in the LICENSE file. 76 PolicySecret_In in; local 88 PolicySecret_In_Unmarshal(&in, request_handles, request_parameter_buffer, 94 result = TPM2_PolicySecret(&in, &out);
|
Marshal_PolicySigned.c | 3 // found in the LICENSE file. 80 PolicySigned_In in; local 92 PolicySigned_In_Unmarshal(&in, request_handles, request_parameter_buffer, 98 result = TPM2_PolicySigned(&in, &out);
|
Marshal_Quote.c | 3 // found in the LICENSE file. 71 Quote_In in; local 82 result = Quote_In_Unmarshal(&in, request_handles, request_parameter_buffer, 88 result = TPM2_Quote(&in, &out);
|
Marshal_RSA_Decrypt.c | 3 // found in the LICENSE file. 70 RSA_Decrypt_In in; local 82 RSA_Decrypt_In_Unmarshal(&in, request_handles, request_parameter_buffer, 88 result = TPM2_RSA_Decrypt(&in, &out);
|
Marshal_RSA_Encrypt.c | 3 // found in the LICENSE file. 70 RSA_Encrypt_In in; local 82 RSA_Encrypt_In_Unmarshal(&in, request_handles, request_parameter_buffer, 88 result = TPM2_RSA_Encrypt(&in, &out);
|
Marshal_ReadPublic.c | 3 // found in the LICENSE file. 59 ReadPublic_In in; local 71 ReadPublic_In_Unmarshal(&in, request_handles, request_parameter_buffer, 77 result = TPM2_ReadPublic(&in, &out);
|
Marshal_Rewrap.c | 3 // found in the LICENSE file. 73 Rewrap_In in; local 84 result = Rewrap_In_Unmarshal(&in, request_handles, request_parameter_buffer, 90 result = TPM2_Rewrap(&in, &out);
|