HomeSort by: relevance | last modified time | path
    Searched defs:bnpub_key (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c 2290 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; local
2307 bnpub_key = BN_bin2bn(PACKET_data(&pub_key),
2309 if (p == NULL || g == NULL || bnpub_key == NULL) {
2319 bnpub_key)
2378 BN_free(bnpub_key);
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c 2029 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);
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c 2093 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);

Completed in 30 milliseconds