Home
last modified time | relevance | path

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

/openssl/test/
H A Ddsatest.c35 static unsigned char out_p[] = { variable
103 j = sizeof(out_p); in dsa_test()
104 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i)) in dsa_test()
354 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL)) in test_dsa_sig_infinite_loop()
443 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL)) in test_dsa_sig_neg_param()

Completed in 6 milliseconds