Home
last modified time | relevance | path

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

/modules/hal_silabs/simplicity_sdk/
A DKconfig20 string "RAIL PA custom curve header file"
23 Name of custom PA curve header file for use by PA initialization.
24 See AN1127 for information on how to create a custom PA curve.
28 string "RAIL PA curve types header file"
31 Name of custom PA curve type header file for use by PA initialization.
32 See AN1127 for information on how to create a custom PA curve.
A DCMakeLists.txt98 …# PA curve for the modules comes from their config archive - omit the compilation of the SoC curve…
/modules/mbedtls/
A DKconfig.mbedtls196 bool "SECP192R1 elliptic curve"
199 bool "SECP224R1 elliptic curve"
202 bool "SECP256R1 elliptic curve"
205 bool "SECP384R1 elliptic curve"
208 bool "SECP521R1 elliptic curve"
211 bool "SECP192K1 elliptic curve"
214 bool "SECP224K1 elliptic curve"
220 bool "BP256R1 elliptic curve"
223 bool "BP384R1 elliptic curve"
226 bool "BP512R1 elliptic curve"
[all …]
/modules/hostap/src/
A Dsupp_api.c2161 static const char *dpp_params_to_args_curve(int curve) argument
2163 switch (curve) {
2239 if (params->configurator_add.curve) {
2241 dpp_params_to_args_curve(params->configurator_add.curve));
2347 if (params->bootstrap_gen.curve) {
2349 dpp_params_to_args_curve(params->bootstrap_gen.curve));
2392 if (params->configurator_set.curve) {
2394 dpp_params_to_args_curve(params->configurator_set.curve));

Completed in 13 milliseconds