Searched refs:pubkey (Results 1 – 2 of 2) sorted by relevance
613 uint8_t *pubkey, uint8_t *premaster, in curve_x25519_compute_pubkey_and_premaster() argument624 curve25519(pubkey, privkey, NULL /* "use base point of x25519" */); in curve_x25519_compute_pubkey_and_premaster()
1494 static void sp_ecc_make_key_256(sp_digit privkey[8], uint8_t *pubkey) in sp_ecc_make_key_256() argument1503 sp_256_to_bin_8(point->x, pubkey); in sp_ecc_make_key_256()1504 sp_256_to_bin_8(point->y, pubkey + 32); in sp_ecc_make_key_256()