Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2029 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; in tls_process_ske_dhe() local
2045 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2047 if (p == NULL || g == NULL || bnpub_key == NULL) { in tls_process_ske_dhe()
2057 bnpub_key) in tls_process_ske_dhe()
2116 BN_free(bnpub_key); in tls_process_ske_dhe()