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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2856 EVP_PKEY *client_pub_pkey = NULL, *pk = NULL; local
2886 client_pub_pkey = X509_get_pubkey(s->session->peer);
2887 if (client_pub_pkey) {
2888 if (EVP_PKEY_derive_set_peer(pkey_ctx, client_pub_pkey) <= 0)
2922 EVP_PKEY_free(client_pub_pkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c2856 EVP_PKEY *client_pub_pkey = NULL, *pk = NULL; local
2886 client_pub_pkey = X509_get_pubkey(s->session->peer);
2887 if (client_pub_pkey) {
2888 if (EVP_PKEY_derive_set_peer(pkey_ctx, client_pub_pkey) <= 0)
2922 EVP_PKEY_free(client_pub_pkey);

Completed in 58 milliseconds