Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_can_do (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1136 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()
1183 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()
1239 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdh.h151 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h164 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1199 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()
1231 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c39 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid) in mbedtls_ecdh_can_do() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c39 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid) in mbedtls_ecdh_can_do() function
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function904 TEST_EQUAL(mbedtls_ecdh_can_do(id), 1);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function916 TEST_EQUAL(mbedtls_ecdh_can_do(id), 1);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1267 There is no PSA equivalent of `mbedtls_ecdsa_can_do` and `mbedtls_ecdh_can_do` to query the capabil…
/aosp_15_r20/external/mbedtls/
H A DChangeLog2421 mbedtls_ecdh_can_do() on each result to check whether each algorithm is
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2681 mbedtls_ecdh_can_do() on each result to check whether each algorithm is