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.c1235 static unsigned char ec_pub[] = { variable
1318 ec_pub, sizeof(ec_pub)))) in test_EC_priv_pub()
1340 ec_pub, sizeof(ec_pub))) in test_EC_priv_pub()
1433 ec_pub, sizeof(ec_pub))) in test_evp_get_ec_pub()
1449 if (!TEST_ptr(pad = OPENSSL_zalloc(sizeof(ec_pub)))) in test_evp_get_ec_pub()
1452 pad[0] = ec_pub[0]; in test_evp_get_ec_pub()
1455 if (!TEST_true(memcmp(ec_pub, pad, sizeof(ec_pub)) == 0)) in test_evp_get_ec_pub()
1564 if (!TEST_ptr(x = BN_bin2bn(&ec_pub[1], 32, NULL))) in test_evp_get_ec_pub_legacy()
1567 if (!TEST_ptr(y = BN_bin2bn(&ec_pub[33], 32, NULL))) in test_evp_get_ec_pub_legacy()
1585 if (!TEST_ptr(pad = OPENSSL_zalloc(sizeof(ec_pub)))) in test_evp_get_ec_pub_legacy()
[all …]