Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c2037 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; in tls_process_ske_dhe() local
2053 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2055 if (p == NULL || g == NULL || bnpub_key == NULL) { in tls_process_ske_dhe()
2065 bnpub_key) in tls_process_ske_dhe()
2124 BN_free(bnpub_key); in tls_process_ske_dhe()
/third_party/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()

Completed in 8 milliseconds