Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem_clnt.c2087 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; in tls_process_ske_dhe() local
2112 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2114 if (p == NULL || g == NULL || bnpub_key == NULL) { in tls_process_ske_dhe()
2121 if (BN_is_zero(bnpub_key)) { in tls_process_ske_dhe()
2140 if (!DH_set0_key(dh, bnpub_key, NULL)) { in tls_process_ske_dhe()
2145 bnpub_key = NULL; in tls_process_ske_dhe()
2176 BN_free(bnpub_key); in tls_process_ske_dhe()