HomeSort by relevance Sort by last modified time
    Searched refs:curve_data (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/ec/
internal.h 289 /* curve_data contains data about a built-in elliptic curve. */
290 struct curve_data { struct
306 const struct curve_data *data;
ec.c 82 static const struct curve_data P224 = {
112 static const struct curve_data P256 = {
141 static const struct curve_data P384 = {
176 static const struct curve_data P521 = {
291 const struct curve_data *curve = OPENSSL_built_in_curves[i].data;
426 const struct curve_data *data = curve->data;

Completed in 190 milliseconds