Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_srvr.c708 if ((s->s3->peer_tmp = ssl_generate_param_group(group_id)) == NULL) { in tls_parse_ctos_key_share()
H A Dstatem_clnt.c2221 if ((s->s3->peer_tmp = ssl_generate_param_group(curve_id)) == NULL) { in tls_process_ske_ecdhe()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h2525 __owur EVP_PKEY *ssl_generate_param_group(uint16_t id);
H A Ds3_lib.c4753 EVP_PKEY *ssl_generate_param_group(uint16_t id) in ssl_generate_param_group() function
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h2664 __owur EVP_PKEY *ssl_generate_param_group(SSL *s, uint16_t id);
H A Ds3_lib.c4735 EVP_PKEY *ssl_generate_param_group(SSL *s, uint16_t id) in ssl_generate_param_group() function
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c2145 if ((s->s3.peer_tmp = ssl_generate_param_group(s, curve_id)) == NULL) { in tls_process_ske_ecdhe()