Home
last modified time | relevance | path

Searched refs:st_private_key (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h153 struct stsk st_private_key; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhuks_adapter_test.cpp521 …ret = compute_sts_shared_secret(&(st_key_pair.st_private_key), &(st_key_pair.st_public_key), &shar…
535 ret = compute_sts_shared_secret(&(key_pair.st_private_key), &peer_public_key, &shared_secret);
553 ret = compute_sts_shared_secret(&(key_pair.st_private_key), &stpk_test, &shared_secret);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c763 if (memcpy_s(out_key_pair->st_private_key.stsk, HC_ST_PRIVATE_KEY_LEN, in parse_x25519_output_param_set()
768 out_key_pair->st_private_key.length = priv_key_param->blob.size; in parse_x25519_output_param_set()
H A Dhuks_adapter_mock_for_pake.c834 if (memcpy_s(out_key_pair->st_private_key.stsk, HC_ST_PRIVATE_KEY_LEN, in parse_x25519_output_param_set()
839 out_key_pair->st_private_key.length = priv_key_param->blob.size; in parse_x25519_output_param_set()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c82 sts_client->self_private_key = key_pair.st_private_key; in build_start_request_data()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c902 if (memcpy_s(out_key_pair->st_private_key.stsk, HC_ST_PRIVATE_KEY_LEN, in parse_x25519_output_param_set()
907 out_key_pair->st_private_key.length = priv_key_param->blob.size; in parse_x25519_output_param_set()