HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 351 - 375 of 3847) sorted by null

<<11121314151617181920>>

  /external/tpm2/
Marshal_ActivateCredential.c 3 // found in the LICENSE file.
67 ActivateCredential_In in; local
78 result = ActivateCredential_In_Unmarshal(&in, request_handles,
85 result = TPM2_ActivateCredential(&in, &out);
Marshal_Certify.c 3 // found in the LICENSE file.
68 Certify_In in; local
79 result = Certify_In_Unmarshal(&in, request_handles, request_parameter_buffer,
85 result = TPM2_Certify(&in, &out);
Marshal_CertifyCreation.c 3 // found in the LICENSE file.
76 CertifyCreation_In in; local
87 result = CertifyCreation_In_Unmarshal(&in, request_handles,
94 result = TPM2_CertifyCreation(&in, &out);
Marshal_Commit.c 3 // found in the LICENSE file.
73 Commit_In in; local
84 result = Commit_In_Unmarshal(&in, request_handles, request_parameter_buffer,
90 result = TPM2_Commit(&in, &out);
Marshal_ContextLoad.c 3 // found in the LICENSE file.
60 ContextLoad_In in; local
72 ContextLoad_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_ContextLoad(&in, &out);
Marshal_ContextSave.c 3 // found in the LICENSE file.
57 ContextSave_In in; local
69 ContextSave_In_Unmarshal(&in, request_handles, request_parameter_buffer,
75 result = TPM2_ContextSave(&in, &out);
Marshal_Create.c 3 // found in the LICENSE file.
79 Create_In in; local
90 result = Create_In_Unmarshal(&in, request_handles, request_parameter_buffer,
96 result = TPM2_Create(&in, &out);
Marshal_CreatePrimary.c 3 // found in the LICENSE file.
81 CreatePrimary_In in; local
93 CreatePrimary_In_Unmarshal(&in, request_handles, request_parameter_buffer,
99 result = TPM2_CreatePrimary(&in, &out);
Marshal_Duplicate.c 3 // found in the LICENSE file.
70 Duplicate_In in; local
82 Duplicate_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_Duplicate(&in, &out);
Marshal_ECC_Parameters.c 3 // found in the LICENSE file.
61 ECC_Parameters_In in; local
72 result = ECC_Parameters_In_Unmarshal(&in, request_handles,
79 result = TPM2_ECC_Parameters(&in, &out);
Marshal_ECDH_KeyGen.c 3 // found in the LICENSE file.
58 ECDH_KeyGen_In in; local
70 ECDH_KeyGen_In_Unmarshal(&in, request_handles, request_parameter_buffer,
76 result = TPM2_ECDH_KeyGen(&in, &out);
Marshal_ECDH_ZGen.c 3 // found in the LICENSE file.
62 ECDH_ZGen_In in; local
74 ECDH_ZGen_In_Unmarshal(&in, request_handles, request_parameter_buffer,
80 result = TPM2_ECDH_ZGen(&in, &out);
Marshal_EC_Ephemeral.c 3 // found in the LICENSE file.
61 EC_Ephemeral_In in; local
73 EC_Ephemeral_In_Unmarshal(&in, request_handles, request_parameter_buffer,
79 result = TPM2_EC_Ephemeral(&in, &out);
Marshal_EncryptDecrypt.c 3 // found in the LICENSE file.
75 EncryptDecrypt_In in; local
86 result = EncryptDecrypt_In_Unmarshal(&in, request_handles,
93 result = TPM2_EncryptDecrypt(&in, &out);
Marshal_EventSequenceComplete.c 3 // found in the LICENSE file.
63 EventSequenceComplete_In in; local
74 result = EventSequenceComplete_In_Unmarshal(&in, request_handles,
81 result = TPM2_EventSequenceComplete(&in, &out);
Marshal_FieldUpgradeData.c 3 // found in the LICENSE file.
61 FieldUpgradeData_In in; local
72 result = FieldUpgradeData_In_Unmarshal(&in, request_handles,
79 result = TPM2_FieldUpgradeData(&in, &out);
Marshal_FirmwareRead.c 3 // found in the LICENSE file.
60 FirmwareRead_In in; local
72 FirmwareRead_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_FirmwareRead(&in, &out);
Marshal_GetCapability.c 3 // found in the LICENSE file.
70 GetCapability_In in; local
82 GetCapability_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_GetCapability(&in, &out);
Marshal_GetCommandAuditDigest.c 3 // found in the LICENSE file.
68 GetCommandAuditDigest_In in; local
79 result = GetCommandAuditDigest_In_Unmarshal(&in, request_handles,
86 result = TPM2_GetCommandAuditDigest(&in, &out);
Marshal_GetRandom.c 3 // found in the LICENSE file.
60 GetRandom_In in; local
72 GetRandom_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_GetRandom(&in, &out);
Marshal_GetSessionAuditDigest.c 3 // found in the LICENSE file.
69 GetSessionAuditDigest_In in; local
80 result = GetSessionAuditDigest_In_Unmarshal(&in, request_handles,
87 result = TPM2_GetSessionAuditDigest(&in, &out);
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);

Completed in 48 milliseconds

<<11121314151617181920>>