Home
last modified time | relevance | path

Searched refs:session (Results 1 – 23 of 23) sorted by relevance

/optee_test-3.20.0/host/xtest/
A Dregression_1000.c53 TEEC_Session *session; member
243 TEEC_Session session = { }; in xtest_tee_test_1001() local
271 TEEC_CloseSession(&session); in xtest_tee_test_1001()
278 TEEC_Session session = { }; in xtest_tee_test_1002() local
328 TEEC_Session session = { }; in test_1003_thread() local
378 TEEC_Session session = { }; in xtest_tee_test_1003() local
453 TEEC_Session session = { }; in xtest_tee_test_1004() local
473 TEEC_Session session = { }; in xtest_tee_test_invalid_mem_access() local
504 TEEC_Session session = { }; in xtest_tee_test_invalid_mem_access2() local
565 TEEC_Session session = { }; in xtest_tee_test_1006() local
[all …]
A Dregression_2000.c264 TEEC_Session session = { }; in xtest_tee_test_2001() local
367 TEEC_CloseSession(&session); in xtest_tee_test_2001()
386 TEEC_CloseSession(&session); in xtest_tee_test_2001()
420 TEEC_Session session = { }; in xtest_tee_test_2002_thread() local
496 TEEC_CloseSession(&session); in xtest_tee_test_2002_thread()
559 TEEC_Session session = { }; in xtest_tee_test_2003() local
632 TEEC_CloseSession(&session); in xtest_tee_test_2003()
743 TEEC_Session session = { }; in xtest_tee_test_2004() local
839 TEEC_CloseSession(&session); in xtest_tee_test_2004()
854 TEEC_CloseSession(&session); in xtest_tee_test_2004()
[all …]
A Dpkcs11_1000.c595 C_Logout(session); in init_user_test_token()
624 C_Logout(session); in init_user_test_token()
625 C_CloseSession(session); in init_user_test_token()
782 rv = C_Logout(session); in test_login_logout()
795 rv = C_Logout(session); in test_login_logout()
809 rv = C_Logout(session); in test_login_logout()
822 rv = C_Logout(session); in test_login_logout()
834 rv = C_Logout(session); in test_login_logout()
892 rv = C_Logout(session); in test_set_pin()
905 rv2 = C_Logout(session); in test_set_pin()
[all …]
A Dregression_8000.c392 ta_crypt_cmd_set_operation_key(c, session, op, in xtest_test_derivation_hkdf()
397 ta_crypt_cmd_free_transient_object(c, session, in xtest_test_derivation_hkdf()
438 ta_crypt_cmd_free_operation(c, session, op))) in xtest_test_derivation_hkdf()
442 ta_crypt_cmd_free_transient_object(c, session, in xtest_test_derivation_hkdf()
557 ta_crypt_cmd_free_operation(c, session, op))) in xtest_test_derivation_concat_kdf()
689 ta_crypt_cmd_free_operation(c, session, op))) in xtest_test_derivation_pbkdf2()
714 TEEC_Session session = { }; in xtest_tee_test_8001() local
723 xtest_test_derivation_hkdf(c, &session); in xtest_tee_test_8001()
726 xtest_test_derivation_concat_kdf(c, &session); in xtest_tee_test_8001()
729 xtest_test_derivation_pbkdf2(c, &session); in xtest_tee_test_8001()
[all …]
A Dregression_4000.c997 TEEC_Session session = { }; in xtest_tee_test_4001() local
1101 TEEC_CloseSession(&session); in xtest_tee_test_4001()
1225 TEEC_Session session = { }; in xtest_tee_test_4002() local
1368 TEEC_CloseSession(&session); in xtest_tee_test_4002()
2148 TEEC_Session session = { }; in xtest_tee_test_4003() local
2338 TEEC_Session session = { }; in xtest_tee_test_4004() local
2462 TEEC_Session session = { }; in xtest_tee_test_4005() local
3656 TEEC_Session session = { }; in xtest_tee_test_4006() local
3771 create_key(c, &session, in xtest_tee_test_4006()
5007 &session, in xtest_tee_test_4009()
[all …]
A Dregression_4100.c611 TEEC_Session session = { }; in test_4101() local
681 TEEC_CloseSession(&session); in test_4101()
688 TEEC_Session session = { }; in test_4102() local
763 TEEC_CloseSession(&session); in test_4102()
770 TEEC_Session session = { }; in test_4103() local
894 TEEC_Session session = { }; in test_4104() local
1082 TEEC_Session session = { }; in test_4105() local
1161 TEEC_Session session = { }; in test_4106() local
1196 &session, h1, h2, 1))) in test_4106()
1261 TEEC_Session session = { }; in test_4107() local
[all …]
A Dregression_8100.c34 TEEC_Session session = { }; in test_8101() local
38 &session, &crypt_user_ta_uuid, in test_8101()
42 TEEC_InvokeCommand(&session, TA_CRYPT_CMD_MBEDTLS_SELF_TESTS, in test_8101()
44 TEEC_CloseSession(&session); in test_8101()
83 TEEC_Session session = { }; in test_8102() local
92 &session, &crypt_user_ta_uuid, in test_8102()
117 TEEC_InvokeCommand(&session, TA_CRYPT_CMD_MBEDTLS_CHECK_CERT, in test_8102()
122 TEEC_CloseSession(&session); in test_8102()
278 TEEC_Session session = { }; in test_8103() local
288 &session, &crypt_user_ta_uuid, in test_8103()
[all …]
A Dxtest_helpers.h29 TEEC_Result xtest_teec_open_session(TEEC_Session *session,
33 TEEC_Result xtest_teec_open_static_session(TEEC_Session *session,
94 TEEC_Result ta_os_test_cmd_client_identity(TEEC_Session *session,
A Dxtest_helpers.c29 TEEC_Result xtest_teec_open_session(TEEC_Session *session, in xtest_teec_open_session() argument
33 return TEEC_OpenSession(&xtest_teec_ctx, session, uuid, in xtest_teec_open_session()
409 TEEC_Result ta_os_test_cmd_client_identity(TEEC_Session *session, in ta_os_test_cmd_client_identity() argument
423 result = TEEC_InvokeCommand(session, TA_OS_TEST_CMD_CLIENT_IDENTITY, in ta_os_test_cmd_client_identity()
A Dregression_5000.c26 TEEC_Session session; member
152 TEEC_OpenSession(&cs->context, &cs->session, in OpenSession_error_notExistingTA()
A Dregression_6000.c1704 TEEC_Session session; member
1710 TEEC_Session sess = a->session; in test_6016_thread()
1772 xtest_teec_open_session(&arg[m].session, in xtest_tee_test_6016_loop()
1790 TEEC_CloseSession(&arg[i].session); in xtest_tee_test_6016_loop()
/optee_test-3.20.0/ta/crypt/
A Dderive_key_taf.c21 static TEE_Result derive_unique_key(TEE_TASessionHandle session, in derive_unique_key() argument
40 res = TEE_InvokeTACommand(session, TEE_TIMEOUT_INFINITE, in derive_unique_key()
55 TEE_TASessionHandle session = TEE_HANDLE_NULL; in derive_ta_unique_key_test() local
69 &session, &ret_origin); in derive_ta_unique_key_test()
78 res = derive_unique_key(session, key1, sizeof(key1), NULL, 0); in derive_ta_unique_key_test()
82 res = derive_unique_key(session, key2, sizeof(key2), NULL, 0); in derive_ta_unique_key_test()
184 TEE_CloseTASession(session); in derive_ta_unique_key_test()
193 TEE_TASessionHandle session = TEE_HANDLE_NULL; in derive_ta_unique_key_test_shm() local
203 &session, &ret_origin); in derive_ta_unique_key_test_shm()
213 res = TEE_InvokeTACommand(session, TEE_TIMEOUT_INFINITE, in derive_ta_unique_key_test_shm()
[all …]
/optee_test-3.20.0/host/xtest/gp/include/
A Dxml_client_api.h100 static TEEC_Session session[2]; variable
101 static TEEC_Session *SESSION01 = session;
102 static TEEC_Session *SESSION02 = session + 1;
196 #define INVOKE_REMEMBER_EXP_PARAM_TYPES(session, cmd, p0, p1, p2, p3, exp) \ argument
208 TEEC_InvokeCommand(session, cmd, OPERATION01, \
245 #define INVOKE_STORE_EXP_PARAM_INFO(session, cmd, paramNumber, paramType, \ argument
254 TEEC_InvokeCommand(session, cmd, OPERATION01, \
367 #define XML_InvokeCommand(c, session, cmd, operation, returnOrigin, expected) \ argument
372 TEEC_InvokeCommand(session, cmd, operation, \
A Dxml_common_api.h54 #define XML_OpenSession(c, context, session, destination, connectionMethod, \ argument
60 TEEC_OpenSession(context, session, destination, \
A Dxml_internal_api.h97 static TEEC_Session session[2]; variable
98 static TEEC_Session *SESSION01 = session;
99 static TEEC_Session *SESSION02 = session + 1;
A Dxml_datastorage_api.h221 static TEEC_Session session[2]; variable
222 static TEEC_Session *SESSION01 = session;
223 static TEEC_Session *SESSION02 = session + 1;
A Dxml_crypto_api.h211 static TEEC_Session session[2]; variable
212 static TEEC_Session *SESSION01 = session;
213 static TEEC_Session *SESSION02 = session + 1;
/optee_test-3.20.0/ta/tpm_log_test/
A Dta_entry.c18 TEE_TASessionHandle session = TEE_HANDLE_NULL; in invoke_system_pta() local
23 0, NULL, &session, &ret_origin); in invoke_system_pta()
27 res = TEE_InvokeTACommand(session, TEE_TIMEOUT_INFINITE, in invoke_system_pta()
30 TEE_CloseTASession(session); in invoke_system_pta()
/optee_test-3.20.0/ta/rpc_test/
A Dta_rpc.c136 TEE_TASessionHandle session = TEE_HANDLE_NULL; in rpc_open() local
148 res = TEE_OpenTASession(&uuid, TEE_TIMEOUT_INFINITE, 0, NULL, &session, in rpc_open()
156 TEE_InvokeTACommand(session, TEE_TIMEOUT_INFINITE, in rpc_open()
163 TEE_CloseTASession(session); in rpc_open()
/optee_test-3.20.0/host/openssl/include/openssl/
A Ddtls1.h143 SSL_SESSION *session; member
A Dkssl.h174 krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session);
A Dssl.h1539 SSL_SESSION *session; member
2242 int SSL_set_session(SSL *to, SSL_SESSION *session);
/optee_test-3.20.0/host/xtest/gp/patches/
A D0009-TEE_Internal_API.xml.patch85 …g any resources consumed by the session being closed. Note that the Trusted Application cannot ref…

Completed in 94 milliseconds