Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_set_max_ops (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdsa.function378 mbedtls_ecp_set_max_ops(max_ops);
448 mbedtls_ecp_set_max_ops(max_ops);
H A Dtest_suite_pk.function626 mbedtls_ecp_set_max_ops(1);
779 mbedtls_ecp_set_max_ops(max_ops);
856 mbedtls_ecp_set_max_ops(42000);
H A Dtest_suite_ecdh.function279 mbedtls_ecp_set_max_ops(max_ops);
H A Dtest_suite_ecp.function201 mbedtls_ecp_set_max_ops((unsigned) max_ops);
288 mbedtls_ecp_set_max_ops((unsigned) max_ops);
H A Dtest_suite_x509parse.function636 mbedtls_ecp_set_max_ops(max_ops);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdsa.function378 mbedtls_ecp_set_max_ops(max_ops);
448 mbedtls_ecp_set_max_ops(max_ops);
H A Dtest_suite_ecdh.function279 mbedtls_ecp_set_max_ops(max_ops);
H A Dtest_suite_pk.function1098 mbedtls_ecp_set_max_ops(1);
1277 mbedtls_ecp_set_max_ops(max_ops);
1355 mbedtls_ecp_set_max_ops(42000);
H A Dtest_suite_ecp.function201 mbedtls_ecp_set_max_ops((unsigned) max_ops);
288 mbedtls_ecp_set_max_ops((unsigned) max_ops);
H A Dtest_suite_x509parse.function667 mbedtls_ecp_set_max_ops(max_ops);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h520 void mbedtls_ecp_set_max_ops(unsigned max_ops);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h521 void mbedtls_ecp_set_max_ops(unsigned max_ops);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c2058 mbedtls_ecp_set_max_ops(opt.ec_max_ops); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c2138 mbedtls_ecp_set_max_ops(opt.ec_max_ops); in main()
/aosp_15_r20/external/mbedtls/library/
H A Decp.c108 void mbedtls_ecp_set_max_ops(unsigned max_ops) in mbedtls_ecp_set_max_ops() function
H A Dpsa_crypto.c3643 mbedtls_ecp_set_max_ops(max_ops); in mbedtls_psa_interruptible_set_max_ops()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decp.c108 void mbedtls_ecp_set_max_ops(unsigned max_ops) in mbedtls_ecp_set_max_ops() function
H A Dpsa_crypto.c3772 mbedtls_ecp_set_max_ops(max_ops); in mbedtls_psa_interruptible_set_max_ops()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md993 …e number of basic operations per call. This is the same unit as `mbedtls_ecp_set_max_ops`. You can…
/aosp_15_r20/external/mbedtls/
H A DChangeLog2802 configured by mbedtls_ecp_set_max_ops() at runtime. It applies to the new
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog3062 configured by mbedtls_ecp_set_max_ops() at runtime. It applies to the new