HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 451 - 475 of 5424) sorted by null

<<11121314151617181920>>

  /external/tpm2/
Marshal_HMAC_Start.c 67 HMAC_Start_Out out; local
84 result = TPM2_HMAC_Start(&in, &out);
92 bytes_marshalled = HMAC_Start_Out_Marshal(&out, tag, &response_buffer,
Marshal_Hash.c 70 Hash_Out out; local
86 result = TPM2_Hash(&in, &out);
95 Hash_Out_Marshal(&out, tag, &response_buffer, &response_buffer_size);
Marshal_HashSequenceStart.c 65 HashSequenceStart_Out out; local
82 result = TPM2_HashSequenceStart(&in, &out);
90 bytes_marshalled = HashSequenceStart_Out_Marshal(&out, tag, &response_buffer,
Marshal_Import.c 79 Import_Out out; local
95 result = TPM2_Import(&in, &out);
104 Import_Out_Marshal(&out, tag, &response_buffer, &response_buffer_size);
Marshal_IncrementalSelfTest.c 61 IncrementalSelfTest_Out out; local
78 result = TPM2_IncrementalSelfTest(&in, &out);
87 &out, tag, &response_buffer, &response_buffer_size);
Marshal_Load.c 69 Load_Out out; local
85 result = TPM2_Load(&in, &out);
94 Load_Out_Marshal(&out, tag, &response_buffer, &response_buffer_size);
Marshal_LoadExternal.c 71 LoadExternal_Out out; local
88 result = TPM2_LoadExternal(&in, &out);
96 bytes_marshalled = LoadExternal_Out_Marshal(&out, tag, &response_buffer,
Marshal_MakeCredential.c 68 MakeCredential_Out out; local
85 result = TPM2_MakeCredential(&in, &out);
93 bytes_marshalled = MakeCredential_Out_Marshal(&out, tag, &response_buffer,
Marshal_NV_Certify.c 78 NV_Certify_Out out; local
95 result = TPM2_NV_Certify(&in, &out);
103 bytes_marshalled = NV_Certify_Out_Marshal(&out, tag, &response_buffer,
Marshal_NV_Read.c 68 NV_Read_Out out; local
84 result = TPM2_NV_Read(&in, &out);
93 NV_Read_Out_Marshal(&out, tag, &response_buffer, &response_buffer_size);
Marshal_NV_ReadPublic.c 59 NV_ReadPublic_Out out; local
76 result = TPM2_NV_ReadPublic(&in, &out);
84 bytes_marshalled = NV_ReadPublic_Out_Marshal(&out, tag, &response_buffer,
Marshal_ObjectChangeAuth.c 64 ObjectChangeAuth_Out out; local
81 result = TPM2_ObjectChangeAuth(&in, &out);
89 bytes_marshalled = ObjectChangeAuth_Out_Marshal(&out, tag, &response_buffer,
Marshal_PCR_Allocate.c 66 PCR_Allocate_Out out; local
83 result = TPM2_PCR_Allocate(&in, &out);
91 bytes_marshalled = PCR_Allocate_Out_Marshal(&out, tag, &response_buffer,