Searched refs:ecdhe_point (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h982 unsigned char ecdhe_point[133]; member in struct:__anon238
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c215 ctx->eng.ecdhe_point, ctx->eng.ecdhe_point_len);
259 * The point _from_ the server is taken from ecdhe_point[] if 'ecdhe'
274 point_src = ctx->eng.ecdhe_point;
452 T0_INT2(offsetof(br_ssl_engine_context, ecdhe_point)), 0x00, 0x00,
H A Dssl_hs_server.c260 * code). The encoded point is written in the ecdhe_point[] context buffer
298 glen = ctx->eng.iec->mulgen(ctx->eng.ecdhe_point,
312 ctx->eng.ecdhe_point, ctx->eng.ecdhe_point_len);
500 0x01, T0_INT2(offsetof(br_ssl_engine_context, ecdhe_point)), 0x00,

Completed in 65 milliseconds