Searched refs:ssl_generate_param_group (Results 1 – 7 of 7) sorted by relevance
708 if ((s->s3->peer_tmp = ssl_generate_param_group(group_id)) == NULL) { in tls_parse_ctos_key_share()
2221 if ((s->s3->peer_tmp = ssl_generate_param_group(curve_id)) == NULL) { in tls_process_ske_ecdhe()
2525 __owur EVP_PKEY *ssl_generate_param_group(uint16_t id);
4753 EVP_PKEY *ssl_generate_param_group(uint16_t id) in ssl_generate_param_group() function
2664 __owur EVP_PKEY *ssl_generate_param_group(SSL *s, uint16_t id);
4735 EVP_PKEY *ssl_generate_param_group(SSL *s, uint16_t id) in ssl_generate_param_group() function
2145 if ((s->s3.peer_tmp = ssl_generate_param_group(s, curve_id)) == NULL) { in tls_process_ske_ecdhe()