Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_clnt.c2093 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; in tls_process_ske_dhe() local
2118 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2120 if (p == NULL || g == NULL || bnpub_key == NULL) { in tls_process_ske_dhe()
2127 if (BN_is_zero(bnpub_key)) { in tls_process_ske_dhe()
2146 if (!DH_set0_key(dh, bnpub_key, NULL)) { in tls_process_ske_dhe()
2151 bnpub_key = NULL; in tls_process_ske_dhe()
2182 BN_free(bnpub_key); in tls_process_ske_dhe()