/external/tpm2/ |
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);
|
Marshal_SequenceComplete.c | 3 // found in the LICENSE file. 67 SequenceComplete_In in; local 78 result = SequenceComplete_In_Unmarshal(&in, request_handles, 85 result = TPM2_SequenceComplete(&in, &out);
|
Marshal_Sign.c | 3 // found in the LICENSE file. 70 Sign_In in; local 81 result = Sign_In_Unmarshal(&in, request_handles, request_parameter_buffer, 87 result = TPM2_Sign(&in, &out);
|
Marshal_StartAuthSession.c | 3 // found in the LICENSE file. 83 StartAuthSession_In in; local 94 result = StartAuthSession_In_Unmarshal(&in, request_handles, 101 result = TPM2_StartAuthSession(&in, &out);
|
Marshal_Unseal.c | 3 // found in the LICENSE file. 57 Unseal_In in; local 68 result = Unseal_In_Unmarshal(&in, request_handles, request_parameter_buffer, 74 result = TPM2_Unseal(&in, &out);
|