Searched refs:eph_keyA (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_crypto_api.c | 2129 TEE_ObjectHandle keyA = NULL, eph_keyA = NULL; in rk_sm2_kep_genkey() local 2184 res = TEE_AllocateTransientObject(TEE_TYPE_SM2_KEP_KEYPAIR, keysize, &eph_keyA); in rk_sm2_kep_genkey() 2207 res = TEE_PopulateTransientObject(eph_keyA, params, param_count); in rk_sm2_kep_genkey() 2213 res = TEE_SetOperationKey2(derive_op, keyA, eph_keyA); in rk_sm2_kep_genkey() 2221 TEE_FreeTransientObject(eph_keyA); in rk_sm2_kep_genkey() 2222 eph_keyA = NULL; in rk_sm2_kep_genkey() 2295 if (eph_keyA) in rk_sm2_kep_genkey() 2296 TEE_FreeTransientObject(eph_keyA); in rk_sm2_kep_genkey()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_4000.c | 5147 TEE_ObjectHandle eph_keyA = TEE_HANDLE_NULL; in xtest_tee_test_4014() local 5215 TEE_TYPE_SM2_KEP_KEYPAIR, 256, &eph_keyA))) in xtest_tee_test_4014() 5233 ta_crypt_cmd_populate_transient_object(c, &session, eph_keyA, in xtest_tee_test_4014() 5241 eph_keyA))) in xtest_tee_test_4014() 5251 ta_crypt_cmd_free_transient_object(c, &session, eph_keyA))) in xtest_tee_test_4014()
|