Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h152 struct stpk st_public_key; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c756 if (memcpy_s(out_key_pair->st_public_key.stpk, HC_ST_PUBLIC_KEY_LEN, in parse_x25519_output_param_set()
761 out_key_pair->st_public_key.length = pub_key_param->blob.size; in parse_x25519_output_param_set()
H A Dhuks_adapter_mock_for_pake.c827 if (memcpy_s(out_key_pair->st_public_key.stpk, HC_ST_PUBLIC_KEY_LEN, in parse_x25519_output_param_set()
832 out_key_pair->st_public_key.length = pub_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.c83 sts_client->self_public_key = key_pair.st_public_key; in build_start_request_data()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c895 if (memcpy_s(out_key_pair->st_public_key.stpk, HC_ST_PUBLIC_KEY_LEN, in parse_x25519_output_param_set()
900 out_key_pair->st_public_key.length = pub_key_param->blob.size; in parse_x25519_output_param_set()
/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…