Home
last modified time | relevance | path

Searched refs:ssl_generate_param_group (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c632 if ((s->s3.peer_tmp = ssl_generate_param_group(s, ksgroup)) == NULL) { in tls_accept_ksgroup()
H A Dstatem_clnt.c2405 if ((s->s3.peer_tmp = ssl_generate_param_group(s, curve_id)) == NULL) { in tls_process_ske_ecdhe()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2864 __owur EVP_PKEY *ssl_generate_param_group(SSL_CONNECTION *s, uint16_t id);
H A Ds3_lib.c4949 EVP_PKEY *ssl_generate_param_group(SSL_CONNECTION *s, uint16_t id) in ssl_generate_param_group() function