Home
last modified time | relevance | path

Searched refs:pubkey (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtls_fe.c613 uint8_t *pubkey, uint8_t *premaster, in curve_x25519_compute_pubkey_and_premaster() argument
624 curve25519(pubkey, privkey, NULL /* "use base point of x25519" */); in curve_x25519_compute_pubkey_and_premaster()
Dtls_sp_c32.c1494 static void sp_ecc_make_key_256(sp_digit privkey[8], uint8_t *pubkey) in sp_ecc_make_key_256() argument
1503 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()