Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test.c1126 static unsigned char ec_pub[] = { variable
1209 ec_pub, sizeof(ec_pub)))) in test_EC_priv_pub()
1231 ec_pub, sizeof(ec_pub))) in test_EC_priv_pub()
1321 ec_pub, sizeof(ec_pub))) in test_evp_get_ec_pub()
1337 if (!TEST_ptr(pad = OPENSSL_zalloc(sizeof(ec_pub)))) in test_evp_get_ec_pub()
1340 pad[0] = ec_pub[0]; in test_evp_get_ec_pub()
1343 if (!TEST_true(memcmp(ec_pub, pad, sizeof(ec_pub)) == 0)) in test_evp_get_ec_pub()
1452 if (!TEST_ptr(x = BN_bin2bn(&ec_pub[1], 32, NULL))) in test_evp_get_ec_pub_legacy()
1455 if (!TEST_ptr(y = BN_bin2bn(&ec_pub[33], 32, NULL))) in test_evp_get_ec_pub_legacy()
1476 pad[0] = ec_pub[0]; in test_evp_get_ec_pub_legacy()
[all …]

Completed in 16 milliseconds