Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c177 unsigned char *cpoint, size_t cpoint_len) in do_ecdh() argument
185 cpoint, &cpoint_len); in do_ecdh()
186 ecdh_common(ctx, prf_id, cpoint, cpoint_len, x); in do_ecdh()
198 unsigned char cpoint[133]; in do_static_ecdh() local
206 if (cpoint_len > sizeof cpoint) { in do_static_ecdh()
214 memcpy(cpoint, pk->key.ec.q, cpoint_len); in do_static_ecdh()
215 do_ecdh(ctx, prf_id, cpoint, cpoint_len); in do_static_ecdh()
334 unsigned char *cpoint, size_t cpoint_len) in do_ecdhe_part2() argument
345 ctl = ctx->eng.iec->mul(cpoint, cpoint_len, in do_ecdhe_part2()
348 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl); in do_ecdhe_part2()
H A Dssl_hs_server.t0122 unsigned char *cpoint, size_t cpoint_len)
130 cpoint, &cpoint_len);
131 ecdh_common(ctx, prf_id, cpoint, cpoint_len, x);
143 unsigned char cpoint[133];
151 if (cpoint_len > sizeof cpoint) {
159 memcpy(cpoint, pk->key.ec.q, cpoint_len);
160 do_ecdh(ctx, prf_id, cpoint, cpoint_len);
279 unsigned char *cpoint, size_t cpoint_len)
290 ctl = ctx->eng.iec->mul(cpoint, cpoint_len,
293 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl);
/freebsd/crypto/openssh/
H A DCREDITS54 Kees Cook <cook@cpoint.net> - scp fixes