Home
last modified time | relevance | path

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

/openssl/test/
H A Ddsatest.c344 static unsigned char out_pub[] = { in test_dsa_sig_infinite_loop() local
357 || !TEST_ptr(pub = BN_bin2bn(out_pub, sizeof(out_pub), NULL)) in test_dsa_sig_infinite_loop()
433 static unsigned char out_pub[] = { in test_dsa_sig_neg_param() local
446 || !TEST_ptr(pub = BN_bin2bn(out_pub, sizeof(out_pub), NULL)) in test_dsa_sig_neg_param()
H A Devp_pkey_provided_test.c1319 unsigned char out_pub[ED448_KEYLEN]; in test_fromdata_ecx() local
1519 out_pub, sizeof(out_pub), &len)) in test_fromdata_ecx()
1520 || !TEST_mem_eq(out_pub, len, in test_fromdata_ecx()
1617 unsigned char out_pub[sizeof(ec_pub_keydata)]; in test_fromdata_ec() local
1728 out_pub, sizeof(out_pub), &len) in test_fromdata_ec()
1736 || !TEST_true(out_pub[0] == POINT_CONVERSION_UNCOMPRESSED) in test_fromdata_ec()
1737 || !TEST_mem_eq(out_pub + 1, len - 1, in test_fromdata_ec()

Completed in 21 milliseconds