HomeSort by: relevance | last modified time | path
    Searched refs:bpriv_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);
175 || !TEST_ptr(cpriv_key = BN_dup(bpriv_key))
  /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);
204 || !TEST_ptr(cpriv_key = BN_dup(bpriv_key))
  /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);
204 || !TEST_ptr(cpriv_key = BN_dup(bpriv_key))

Completed in 30 milliseconds