Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decp.h598 const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name(const char *name);
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Dgen_key.c319 if ((curve_info = mbedtls_ecp_curve_info_from_name(q)) == NULL) { in main()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c492 mbedtls_ecp_curve_info_from_name(string); in set_ecp_curve()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function114 by_name = mbedtls_ecp_curve_info_from_name(name);
892 crv_name = mbedtls_ecp_curve_info_from_name(crv->name);
/openthread-latest/third_party/mbedtls/repo/library/
Decp.c464 const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name(const char *name) in mbedtls_ecp_curve_info_from_name() function
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md1241 * The `name` field of `mbedtls_ecp_curve_info`, and the function `mbedtls_ecp_curve_info_from_name`…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4513 mbedtls_ecp_curve_info_from_name()