Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c200 _genhash_update_len(struct lws_genhash_ctx *ctx, const void *input, size_t ilen) in _genhash_update_len() function
416 if (_genhash_update_len(&ctx, pss->V_C, strlen(pss->V_C))) in kex_ecdh()
418 if (_genhash_update_len(&ctx, pss->vhd->ops->server_string, /* aka V_S */ in kex_ecdh()
421 if (_genhash_update_len(&ctx, kex->I_C, kex->I_C_payload_len)) in kex_ecdh()
423 if (_genhash_update_len(&ctx, kex->I_S, kex->I_S_payload_len)) in kex_ecdh()
436 if (_genhash_update_len(&ctx, keyt, strlen(keyt))) in kex_ecdh()
438 if (_genhash_update_len(&ctx, pss->K_S, LWS_SIZE_EC25519)) in kex_ecdh()
442 if (_genhash_update_len(&ctx, kex->Q_C, LWS_SIZE_EC25519)) in kex_ecdh()
444 if (_genhash_update_len(&ctx, kex->Q_S, LWS_SIZE_EC25519)) in kex_ecdh()