Home
last modified time | relevance | path

Searched refs:Esys_TR_SetAuth (Results 1 – 25 of 42) sorted by relevance

12

/external/tpm2-tss/test/integration/
Desys-object-changeauth.int.c119 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_object_changeauth()
129 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_object_changeauth()
218 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_object_changeauth()
293 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &auth); in test_esys_tr_setauth()
296 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, NULL); in test_esys_tr_setauth()
Desys-tpm-clear-auth.int.c66 Esys_TR_SetAuth(esys_context, ESYS_TR_RH_LOCKOUT, &auth); in test_esys_clear_auth()
100 Esys_TR_SetAuth(esys_context, ESYS_TR_RH_PLATFORM, &auth); in test_esys_clear_auth()
110 Esys_TR_SetAuth(esys_context, ESYS_TR_RH_PLATFORM, &auth); in test_esys_clear_auth()
Desys-unseal-password-auth.int.c135 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_unseal_password_auth()
155 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_unseal_password_auth()
275 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_unseal_password_auth()
Desys-evict-control-serialization.int.c125 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_evict_control_serialization()
144 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_evict_control_serialization()
233 r = Esys_TR_SetAuth(esys_context, persistent_handle2, &authValuePrimary); in test_esys_evict_control_serialization()
Desys-create-session-auth.int.c183 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_create_session_auth()
202 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_create_session_auth()
214 r = Esys_TR_SetAuth(esys_context, primaryHandle_AuthSession, &authValuePrimary); in test_esys_create_session_auth()
407 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_create_session_auth()
Desys-encrypt-decrypt.int.c130 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_encrypt_decrypt()
141 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_encrypt_decrypt()
229 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_encrypt_decrypt()
Desys-create-password-auth.int.c168 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_create_password_auth()
187 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_create_password_auth()
294 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_create_password_auth()
Desys-quote.int.c126 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_quote()
145 r = Esys_TR_SetAuth(esys_context, primaryHandle, in test_esys_quote()
Desys-save-and-load-context.int.c173 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_save_and_load_context()
192 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_save_and_load_context()
316 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle2, &authKey2); in test_esys_save_and_load_context()
Desys-get-time.int.c128 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_get_time()
147 r = Esys_TR_SetAuth(esys_context, signHandle, in test_esys_get_time()
Desys-hierarchychangeauth.int.c141 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &newAuth); in test_esys_hierarchychangeauth()
184 if (Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &newAuth) != TSS2_RC_SUCCESS) { in test_esys_hierarchychangeauth()
Desys-rsa-encrypt-decrypt.int.c116 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_rsa_encrypt_decrypt()
154 r = Esys_TR_SetAuth(esys_context, primaryHandle, in test_esys_rsa_encrypt_decrypt()
Desys-make-credential.int.c192 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_make_credential()
211 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_make_credential()
349 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_make_credential()
Desys-create-fail.int.c163 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_create_fail()
183 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_create_fail()
Desys-duplicate.int.c197 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_duplicate()
230 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_duplicate()
323 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_duplicate()
Desys-hmacsequencestart.int.c125 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_hmacsequencestart()
149 r = Esys_TR_SetAuth(esys_context, sequenceHandle, &auth); in test_esys_hmacsequencestart()
Desys-import.int.c194 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_import()
227 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_import()
320 r = Esys_TR_SetAuth(esys_context, loadedKeyHandle, &authKey2); in test_esys_import()
Desys-policy-password.int.c170 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_policy_password()
205 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_policy_password()
Desys-event-sequence-complete.int.c60 r = Esys_TR_SetAuth(esys_context, sequenceHandle_handle, &auth); in test_esys_event_sequence_complete()
Desys-createloaded.int.c175 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_createloaded()
185 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_createloaded()
Desys-policy-ticket.int.c137 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_policy_ticket()
216 r = Esys_TR_SetAuth(esys_context, sequenceHandle_handle, &auth); in test_esys_policy_ticket()
Desys-hashsequencestart.int.c89 r = Esys_TR_SetAuth(esys_context, sequenceHandle_handle, &auth); in test_esys_hashsequencestart()
Desys-hmac.int.c93 r = Esys_TR_SetAuth(esys_context, primaryHandle, &authValuePrimary); in test_esys_hmac()
Desys-certify.int.c124 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_certify()
Desys-certify-creation.int.c124 r = Esys_TR_SetAuth(esys_context, ESYS_TR_RH_OWNER, &authValue); in test_esys_certify_creation()

12