Home
last modified time | relevance | path

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

/openssl/test/
H A Ddsatest.c50 static unsigned char out_g[] = { variable
108 j = sizeof(out_g); in dsa_test()
109 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_g, i)) in dsa_test()
356 || !TEST_ptr(g = BN_bin2bn(out_g, sizeof(out_g), NULL)) in test_dsa_sig_infinite_loop()
445 || !TEST_ptr(g = BN_bin2bn(out_g, sizeof(out_g), NULL)) in test_dsa_sig_neg_param()

Completed in 6 milliseconds