Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1390 static unsigned char ec_pub[] = { variable
1473 ec_pub, sizeof(ec_pub)))) in test_EC_priv_pub()
1495 ec_pub, sizeof(ec_pub))) in test_EC_priv_pub()
1588 ec_pub, sizeof(ec_pub))) in test_evp_get_ec_pub()
1604 if (!TEST_ptr(pad = OPENSSL_zalloc(sizeof(ec_pub)))) in test_evp_get_ec_pub()
1607 pad[0] = ec_pub[0]; in test_evp_get_ec_pub()
1610 if (!TEST_true(memcmp(ec_pub, pad, sizeof(ec_pub)) == 0)) in test_evp_get_ec_pub()
1719 if (!TEST_ptr(x = BN_bin2bn(&ec_pub[1], 32, NULL))) in test_evp_get_ec_pub_legacy()
1722 if (!TEST_ptr(y = BN_bin2bn(&ec_pub[33], 32, NULL))) in test_evp_get_ec_pub_legacy()
1740 if (!TEST_ptr(pad = OPENSSL_zalloc(sizeof(ec_pub)))) in test_evp_get_ec_pub_legacy()
[all …]