Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
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()
Devp_pkey_provided_test.c923 unsigned char out_pub[ED448_KEYLEN]; in test_fromdata_ecx() local
1123 out_pub, sizeof(out_pub), &len)) in test_fromdata_ecx()
1124 || !TEST_mem_eq(out_pub, len, in test_fromdata_ecx()
1220 unsigned char out_pub[sizeof(ec_pub_keydata)]; in test_fromdata_ec() local
1331 out_pub, sizeof(out_pub), &len) in test_fromdata_ec()
1339 || !TEST_true(out_pub[0] == POINT_CONVERSION_UNCOMPRESSED) in test_fromdata_ec()
1340 || !TEST_mem_eq(out_pub + 1, len - 1, in test_fromdata_ec()