Home
last modified time | relevance | path

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

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