Searched refs:ecdhe_point (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.c | 215 ctx->eng.ecdhe_point, ctx->eng.ecdhe_point_len); in verify_SKE_sig() 274 point_src = ctx->eng.ecdhe_point; in make_pms_ecdh() 452 T0_INT2(offsetof(br_ssl_engine_context, ecdhe_point)), 0x00, 0x00,
|
H A D | ssl_hs_server.c | 298 glen = ctx->eng.iec->mulgen(ctx->eng.ecdhe_point, in do_ecdhe_part1() 312 ctx->eng.ecdhe_point, ctx->eng.ecdhe_point_len); in do_ecdhe_part1() 500 0x01, T0_INT2(offsetof(br_ssl_engine_context, ecdhe_point)), 0x00,
|
H A D | ssl_hs_client.t0 | 160 ctx->eng.ecdhe_point, ctx->eng.ecdhe_point_len); 204 * The point _from_ the server is taken from ecdhe_point[] if 'ecdhe' 219 point_src = ctx->eng.ecdhe_point; 865 addr-ecdhe_point swap read-blob
|
H A D | ssl_hs_server.t0 | 205 * code). The encoded point is written in the ecdhe_point[] context buffer 243 glen = ctx->eng.iec->mulgen(ctx->eng.ecdhe_point, 257 ctx->eng.ecdhe_point, ctx->eng.ecdhe_point_len); 1038 addr-ecdhe_point addr-ecdhe_point_len get8 write-blob-head8
|
H A D | ssl_hs_common.t0 | 168 addr-eng: ecdhe_point
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ssl.h | 982 unsigned char ecdhe_point[133]; member
|