Searched refs:st_public_key (Results 1 – 6 of 6) sorted by relevance
152 struct stpk st_public_key; member
756 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()
827 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()
83 sts_client->self_public_key = key_pair.st_public_key; in build_start_request_data()
895 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()
521 …ret = compute_sts_shared_secret(&(st_key_pair.st_private_key), &(st_key_pair.st_public_key), &shar…