Home
last modified time | relevance | path

Searched refs:pkdhp (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c2476 EVP_PKEY *pkdhp = NULL; in tls_construct_server_key_exchange() local
2484 pkdhp = pkdh; in tls_construct_server_key_exchange()
2486 pkdhp = cert->dh_tmp; in tls_construct_server_key_exchange()
2489 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()
2495 pkdhp = pkdh; in tls_construct_server_key_exchange()
2498 if (pkdhp == NULL) { in tls_construct_server_key_exchange()
2503 EVP_PKEY_get_security_bits(pkdhp), 0, pkdhp)) { in tls_construct_server_key_exchange()
2512 s->s3.tmp.pkey = ssl_generate_pkey(s, pkdhp); in tls_construct_server_key_exchange()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c2455 EVP_PKEY *pkdhp = NULL; in tls_construct_server_key_exchange() local
2463 pkdhp = pkdh; in tls_construct_server_key_exchange()
2465 pkdhp = cert->dh_tmp; in tls_construct_server_key_exchange()
2468 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()
2474 pkdhp = pkdh; in tls_construct_server_key_exchange()
2477 if (pkdhp == NULL) { in tls_construct_server_key_exchange()
2482 EVP_PKEY_get_security_bits(pkdhp), 0, pkdhp)) { in tls_construct_server_key_exchange()
2491 s->s3.tmp.pkey = ssl_generate_pkey(s, pkdhp); in tls_construct_server_key_exchange()

Completed in 9 milliseconds