Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dec.c80 static const struct curve_data P224 = {
110 static const struct curve_data P256 = {
139 static const struct curve_data P384 = {
174 static const struct curve_data P521 = {
336 const struct curve_data *data; in ec_group_new_from_data()
Dinternal.h344 struct curve_data { struct
360 const struct curve_data *data; argument