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

  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 39 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; local
167 DH_get0_key(a, &apub_key, NULL);
187 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
192 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1))
629 const BIGNUM *apub_key = NULL, *bpub_key = NULL; local
649 DH_get0_key(a, &apub_key, NULL);
666 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
  /src/crypto/external/apache2/openssl/dist/test/
dhtest.c 48 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; local
196 DH_get0_key(a, &apub_key, NULL);
216 || !TEST_int_gt((bout = DH_compute_key(bbuf, apub_key, b)), 0))
221 || !TEST_int_gt((cout = DH_compute_key(cbuf, apub_key, c)), 0))
665 const BIGNUM *apub_key = NULL, *bpub_key = NULL; local
685 DH_get0_key(a, &apub_key, NULL);
702 || !TEST_int_gt((bout = DH_compute_key(bbuf, apub_key, b)), 0))
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 48 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; local
196 DH_get0_key(a, &apub_key, NULL);
216 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))
221 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1))
665 const BIGNUM *apub_key = NULL, *bpub_key = NULL; local
685 DH_get0_key(a, &apub_key, NULL);
702 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1))

Completed in 36 milliseconds