Searched refs:sta_session (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_derive_key_api.c | 13 TEE_TASessionHandle sta_session = TEE_HANDLE_NULL; in rk_derive_ta_unique_key() local 27 res = TEE_OpenTASession(&sta_uuid, 0, nParamTypes, taParams, &sta_session, &origin); in rk_derive_ta_unique_key() 41 res = TEE_InvokeTACommand(sta_session, 0, PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY, in rk_derive_ta_unique_key() 46 TEE_CloseTASession(sta_session); in rk_derive_ta_unique_key()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/ |
| H A D | rktest_crypto_hw.c | 54 TEE_TASessionHandle sta_session = TEE_HANDLE_NULL; in rk_user_ta_cipher() local 69 res = TEE_OpenTASession(&sta_uuid, 0, nParamTypes, taParams, &sta_session, &origin); in rk_user_ta_cipher() 88 res = TEE_InvokeTACommand(sta_session, 0, 3, nParamTypes, taParams, &origin); in rk_user_ta_cipher() 96 TEE_CloseTASession(sta_session); in rk_user_ta_cipher() 100 sta_session = TEE_HANDLE_NULL; in rk_user_ta_cipher()
|