Searched refs:K_S (Results 1 - 2 of 2) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | kex-25519.c | 329 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 D | lws-ssh.h | 516 uint8_t K_S[LWS_SIZE_EC25519]; /* server public key */ member
|
Completed in 4 milliseconds