Searched refs:mbedtls_ecdh_can_do (Results 1 – 11 of 11) sorted by relevance
1136 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()
151 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid);
164 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid);
1199 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()1231 if (!mbedtls_ecdh_can_do(curve_info->grp_id)) { in main()
39 int mbedtls_ecdh_can_do(mbedtls_ecp_group_id gid) in mbedtls_ecdh_can_do() function
904 TEST_EQUAL(mbedtls_ecdh_can_do(id), 1);
916 TEST_EQUAL(mbedtls_ecdh_can_do(id), 1);
1267 There is no PSA equivalent of `mbedtls_ecdsa_can_do` and `mbedtls_ecdh_can_do` to query the capabil…
2421 mbedtls_ecdh_can_do() on each result to check whether each algorithm is
2681 mbedtls_ecdh_can_do() on each result to check whether each algorithm is