Searched refs:K_S (Results 1 – 2 of 2) sorted by relevance
329 pss->K_S /* public key */, pri_key); in kex_ecdh()438 if (_genhash_update_len(&ctx, pss->K_S, LWS_SIZE_EC25519)) in kex_ecdh()464 n = crypto_sign_ed25519_open(temp, &l, payload_sig, smlen, pss->K_S); in kex_ecdh()488 lws_sized_blob(&p, pss->K_S, LWS_SIZE_EC25519); in kex_ecdh()
507 uint8_t K_S[LWS_SIZE_EC25519]; /* server public key */ member