Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c329 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()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h507 uint8_t K_S[LWS_SIZE_EC25519]; /* server public key */ member