Lines Matching refs:cpoint_len
177 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()
199 size_t cpoint_len; in do_static_ecdh() local
205 cpoint_len = pk->key.ec.qlen; in do_static_ecdh()
206 if (cpoint_len > sizeof cpoint) { in do_static_ecdh()
212 cpoint_len = 2; 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()