Searched refs:Esys_TRSess_SetAttributes (Results 1 – 15 of 15) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | esys-get-random.int.c | 67 r = Esys_TRSess_SetAttributes(esys_context, session, TPMA_SESSION_AUDIT, in test_esys_get_random() 95 r = Esys_TRSess_SetAttributes(esys_context, session, TPMA_SESSION_AUDIT, in test_esys_get_random() 123 r = Esys_TRSess_SetAttributes(esys_context, session, TPMA_SESSION_AUDIT, in test_esys_get_random() 151 r = Esys_TRSess_SetAttributes(esys_context, session, TPMA_SESSION_AUDIT, in test_esys_get_random() 179 r = Esys_TRSess_SetAttributes(esys_context, session, TPMA_SESSION_AUDIT, in test_esys_get_random()
|
D | esys-session-attributes.int.c | 120 r = Esys_TRSess_SetAttributes(esys_context, session, in test_esys_session_attributes() 151 r = Esys_TRSess_SetAttributes(esys_context, session, in test_esys_session_attributes()
|
D | esys-tr-fromTpmPublic-session.int.c | 75 r = Esys_TRSess_SetAttributes(ectx, new_handle, in test_esys_tr_fromTpmPublic_session()
|
D | esys-create-session-auth.int.c | 248 r = Esys_TRSess_SetAttributes(esys_context, outerSession, TPMA_SESSION_AUDIT, in test_esys_create_session_auth() 271 r = Esys_TRSess_SetAttributes(esys_context, session, sessionAttributes, in test_esys_create_session_auth()
|
D | esys-auto-session-flags.int.c | 74 r = Esys_TRSess_SetAttributes(esys_context, session_enc, sessionAttributes, 0xFF); in test_esys_auto_flags()
|
D | esys-policy-nv-undefine-special.int.c | 168 r = Esys_TRSess_SetAttributes(esys_context, session, sessionAttributes, 0xFF); in test_esys_policy_nv_undefine_special()
|
D | esys-audit.int.c | 159 r = Esys_TRSess_SetAttributes(esys_context, session, sessionAttributes, in test_esys_audit()
|
/external/tpm2-tss/lib/ |
D | tss2-esys.def | 337 Esys_TRSess_SetAttributes
|
D | tss2-esys.map | 335 Esys_TRSess_SetAttributes;
|
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_Encrypt.c | 307 r = Esys_TRSess_SetAttributes(context->esys, context->session1, in Fapi_Encrypt_Finish()
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_tr.c | 498 Esys_TRSess_SetAttributes(ESYS_CONTEXT * esys_context, ESYS_TR esys_handle, in Esys_TRSess_SetAttributes() function
|
/external/tpm2-tss/ |
D | CHANGELOG.md | 112 - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes 137 - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes 180 - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes
|
/external/tpm2-tss/src/tss2-fapi/ |
D | fapi_util.c | 132 r = Esys_TRSess_SetAttributes(esys, *session, sessionAttributes, in ifapi_get_session_finish() 1828 r = Esys_TRSess_SetAttributes(context->esys, *session, 0, TPMA_SESSION_CONTINUESESSION); in ifapi_authorize_object()
|
/external/tpm2-tss/include/tss2/ |
D | tss2_esys.h | 158 Esys_TRSess_SetAttributes(
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 55 …\fn TSS2_RC Esys_TRSess_SetAttributes(ESYS_CONTEXT * esys_context, ESYS_TR esys_handle, TPMA_SESSI…
|