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

  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_pmeth.c 401 BIGNUM *dhpubbn; local
413 dhpubbn = dhpub->pub_key;
420 ret = DH_compute_key_padded(key, dhpubbn, dh);
422 ret = DH_compute_key(key, dhpubbn, dh);
445 if (DH_compute_key_padded(Z, dhpubbn, dh) <= 0)
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_pmeth.c 405 BIGNUM *dhpubbn; local
417 dhpubbn = dhpub->pub_key;
424 ret = DH_compute_key_padded(key, dhpubbn, dh);
426 ret = DH_compute_key(key, dhpubbn, dh);
452 if (DH_compute_key_padded(Z, dhpubbn, dh) <= 0)

Completed in 38 milliseconds