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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c2093 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; local
2118 bnpub_key = BN_bin2bn(PACKET_data(&pub_key),
2120 if (p == NULL || g == NULL || bnpub_key == NULL) {
2127 if (BN_is_zero(bnpub_key)) {
2146 if (!DH_set0_key(dh, bnpub_key, NULL)) {
2151 bnpub_key = NULL;
2182 BN_free(bnpub_key);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c2029 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; local
2045 bnpub_key = BN_bin2bn(PACKET_data(&pub_key),
2047 if (p == NULL || g == NULL || bnpub_key == NULL) {
2057 bnpub_key)
2116 BN_free(bnpub_key);

Completed in 138 milliseconds