Searched refs:ecdhe_key_len (Results 1 – 3 of 3) sorted by relevance
293 ctx->ecdhe_key_len = olen; in do_ecdhe_part1()346 ctx->ecdhe_key, ctx->ecdhe_key_len, curve); in do_ecdhe_part2()355 memset(ctx->ecdhe_key, 0, ctx->ecdhe_key_len); in do_ecdhe_part2()
238 ctx->ecdhe_key_len = olen;291 ctx->ecdhe_key, ctx->ecdhe_key_len, curve);300 memset(ctx->ecdhe_key, 0, ctx->ecdhe_key_len);
3461 size_t ecdhe_key_len; member