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

  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 40 const BIGNUM *bpub_key = NULL, *bpriv_key = NULL; local
171 DH_get0_key(b, &bpub_key, &bpriv_key);
182 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
629 const BIGNUM *apub_key = NULL, *bpub_key = NULL; local
657 DH_get0_key(b, &bpub_key, NULL);
661 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
  /src/crypto/external/apache2/openssl/dist/test/
dhtest.c 49 const BIGNUM *bpub_key = NULL, *bpriv_key = NULL; local
200 DH_get0_key(b, &bpub_key, &bpriv_key);
211 || !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0))
665 const BIGNUM *apub_key = NULL, *bpub_key = NULL; local
693 DH_get0_key(b, &bpub_key, NULL);
697 || !TEST_int_gt((aout = DH_compute_key(abuf, bpub_key, a)), 0))
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 49 const BIGNUM *bpub_key = NULL, *bpriv_key = NULL; local
200 DH_get0_key(b, &bpub_key, &bpriv_key);
211 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
665 const BIGNUM *apub_key = NULL, *bpub_key = NULL; local
693 DH_get0_key(b, &bpub_key, NULL);
697 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))

Completed in 93 milliseconds