Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c337 const struct built_in_curve *curve = &curves->curves[i]; in EC_KEY_parse_curve_name()
358 const struct built_in_curve *curve = &curves->curves[i]; in EC_KEY_marshal_curve_name()
389 const struct built_in_curve *curve = &curves->curves[i]; in EC_KEY_parse_parameters()
/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h471 struct built_in_curve { struct
489 struct built_in_curve curves[OPENSSL_NUM_BUILT_IN_CURVES]; argument
Dec.c415 static EC_GROUP *ec_group_new_from_data(const struct built_in_curve *curve) { in ec_group_new_from_data()
509 const struct built_in_curve *curve = NULL; in DEFINE_BSS_GET()