HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 51 - 75 of 3164) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tpm2/
Marshal_PCR_SetAuthPolicy.c 3 // found in the LICENSE file.
40 PCR_SetAuthPolicy_In in; local
48 result = PCR_SetAuthPolicy_In_Unmarshal(&in, request_handles,
55 result = TPM2_PCR_SetAuthPolicy(&in);
Marshal_PCR_SetAuthValue.c 3 // found in the LICENSE file.
35 PCR_SetAuthValue_In in; local
43 result = PCR_SetAuthValue_In_Unmarshal(&in, request_handles,
50 result = TPM2_PCR_SetAuthValue(&in);
Marshal_PP_Commands.c 3 // found in the LICENSE file.
39 PP_Commands_In in; local
48 PP_Commands_In_Unmarshal(&in, request_handles, request_parameter_buffer,
54 result = TPM2_PP_Commands(&in);
Marshal_PolicyAuthValue.c 3 // found in the LICENSE file.
30 PolicyAuthValue_In in; local
38 result = PolicyAuthValue_In_Unmarshal(&in, request_handles,
45 result = TPM2_PolicyAuthValue(&in);
Marshal_PolicyAuthorize.c 3 // found in the LICENSE file.
47 PolicyAuthorize_In in; local
55 result = PolicyAuthorize_In_Unmarshal(&in, request_handles,
62 result = TPM2_PolicyAuthorize(&in);
Marshal_PolicyCommandCode.c 3 // found in the LICENSE file.
35 PolicyCommandCode_In in; local
43 result = PolicyCommandCode_In_Unmarshal(&in, request_handles,
50 result = TPM2_PolicyCommandCode(&in);
Marshal_PolicyCounterTimer.c 3 // found in the LICENSE file.
43 PolicyCounterTimer_In in; local
51 result = PolicyCounterTimer_In_Unmarshal(&in, request_handles,
58 result = TPM2_PolicyCounterTimer(&in);
Marshal_PolicyCpHash.c 3 // found in the LICENSE file.
35 PolicyCpHash_In in; local
44 PolicyCpHash_In_Unmarshal(&in, request_handles, request_parameter_buffer,
50 result = TPM2_PolicyCpHash(&in);
Marshal_PolicyDuplicationSelect.c 3 // found in the LICENSE file.
43 PolicyDuplicationSelect_In in; local
51 result = PolicyDuplicationSelect_In_Unmarshal(&in, request_handles,
58 result = TPM2_PolicyDuplicationSelect(&in);