Home
last modified time | relevance | path

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

/third_party/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.c914 unsigned char out_pub[ED448_KEYLEN]; in test_fromdata_ecx() local
1114 out_pub, sizeof(out_pub), &len)) in test_fromdata_ecx()
1115 || !TEST_mem_eq(out_pub, len, in test_fromdata_ecx()
1202 unsigned char out_pub[sizeof(ec_pub_keydata)]; in test_fromdata_ec() local
1304 out_pub, sizeof(out_pub), &len) in test_fromdata_ec()
1312 || !TEST_true(out_pub[0] == POINT_CONVERSION_UNCOMPRESSED) in test_fromdata_ec()
1313 || !TEST_mem_eq(out_pub + 1, len - 1, in test_fromdata_ec()

Completed in 4 milliseconds