Home
last modified time | relevance | path

Searched refs:K_S (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c329 pss->K_S /* public key */, pri_key); in kex_ecdh()
402 * string K_S, the host key in kex_ecdh()
426 * K_S (host public 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()
476 * string server public host key and certificates (K_S) in kex_ecdh()
483 /* server public host key and certificates (K_S) */ in kex_ecdh()
488 lws_sized_blob(&p, pss->K_S, LWS_SIZE_EC25519); in kex_ecdh()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h516 uint8_t K_S[LWS_SIZE_EC25519]; /* server public key */ member

Completed in 3 milliseconds