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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssldh_link.c 191 const BIGNUM *priv_key1 = NULL, *priv_key2 = NULL; local
204 DH_get0_key(dh2, &pub_key2, &priv_key2);
214 if (priv_key1 != NULL || priv_key2 != NULL) {
215 if (priv_key1 == NULL || priv_key2 == NULL) {
218 if (BN_cmp(priv_key1, priv_key2) != 0) {
  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 34 const BIGNUM *pub_key2, *priv_key2; local
96 DH_get0_key(dh, &pub_key2, &priv_key2);
98 || !TEST_ptr_eq(priv_key2, priv_key))
103 || !TEST_ptr_eq(DH_get0_priv_key(dh), priv_key2))
113 DH_get0_key(dh, &pub_key2, &priv_key2);
115 || !TEST_ptr_eq(priv_key2, priv_key))
120 || !TEST_ptr_eq(DH_get0_priv_key(dh), priv_key2))
  /src/crypto/external/apache2/openssl/dist/test/
dhtest.c 43 const BIGNUM *pub_key2, *priv_key2; local
110 DH_get0_key(dh, &pub_key2, &priv_key2);
112 || !TEST_ptr_eq(priv_key2, priv_key))
117 || !TEST_ptr_eq(DH_get0_priv_key(dh), priv_key2))
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 43 const BIGNUM *pub_key2, *priv_key2; local
110 DH_get0_key(dh, &pub_key2, &priv_key2);
112 || !TEST_ptr_eq(priv_key2, priv_key))
117 || !TEST_ptr_eq(DH_get0_priv_key(dh), priv_key2))

Completed in 26 milliseconds