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

  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 519 DH *dhB = NULL;
530 || !TEST_ptr(dhB = td->get_param()))
540 || !TEST_true( DH_set0_key(dhB, pub_key, priv_key)))
545 || !TEST_uint_eq(td->Z_len, (size_t)DH_size(dhB)))
549 || !TEST_ptr(Z2 = OPENSSL_malloc(DH_size(dhB))))
555 DH_get0_key(dhB, &pub_key_tmp, NULL);
560 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1))
569 DH_free(dhB);
570 dhB = NULL;
608 DH_free(dhB);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
dhtest.c 581 DH *dhB = NULL;
593 || !TEST_ptr(dhB = td->get_param()))
603 || !TEST_true(DH_set0_key(dhB, pub_key, priv_key)))
608 || !TEST_int_gt(szB = DH_size(dhB), 0)
620 DH_get0_key(dhB, &pub_key_tmp, NULL);
625 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1))
634 DH_free(dhB);
635 dhB = NULL;
645 DH_free(dhB);
655 DH_free(dhB);
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 581 DH *dhB = NULL;
593 || !TEST_ptr(dhB = td->get_param()))
603 || !TEST_true( DH_set0_key(dhB, pub_key, priv_key)))
608 || !TEST_int_gt(szB = DH_size(dhB), 0)
620 DH_get0_key(dhB, &pub_key_tmp, NULL);
625 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1))
634 DH_free(dhB);
635 dhB = NULL;
645 DH_free(dhB);
655 DH_free(dhB);
    [all...]

Completed in 25 milliseconds