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

  /src/crypto/external/bsd/openssl.old/dist/test/
evp_extra_test.c 1731 DH *x942dh, *pkcs3dh; local
1735 x942dh = DH_get_2048_256();
1739 if (!TEST_ptr(x942dh)
1745 if(!TEST_true(EVP_PKEY_set1_DH(pkey1, x942dh))
1758 DH_free(x942dh);
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 3089 DH *x942dh = NULL, *noqdh = NULL; local
3111 x942dh = DH_get_2048_256();
3114 if (!TEST_ptr(x942dh)
3118 || !TEST_true(DH_set0_key(x942dh, pubkey, NULL)))
3122 if (!TEST_true(EVP_PKEY_set1_DH(pkey1, x942dh))
3148 DH_free(x942dh);
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 4140 DH *x942dh = NULL, *noqdh = NULL; local
4162 x942dh = DH_get_2048_256();
4165 if (!TEST_ptr(x942dh)
4169 || !TEST_true(DH_set0_key(x942dh, pubkey, NULL)))
4173 if (!TEST_true(EVP_PKEY_set1_DH(pkey1, x942dh))
4199 DH_free(x942dh);

Completed in 39 milliseconds