Home
last modified time | relevance | path

Searched refs:badq (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Ddsatest.c333 BIGNUM *badq = NULL, *badpriv = NULL; in test_dsa_sig_infinite_loop() local
360 || !TEST_ptr(badq = BN_new()) in test_dsa_sig_infinite_loop()
361 || !TEST_true(BN_set_word(badq, 1)) in test_dsa_sig_infinite_loop()
399 if (!TEST_true(DSA_set0_pqg(dsa, NULL, badq, NULL))) in test_dsa_sig_infinite_loop()
401 badq = NULL; in test_dsa_sig_infinite_loop()
407 BN_free(badq); in test_dsa_sig_infinite_loop()

Completed in 5 milliseconds