Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 6 of 6) sorted by relevance

/mbedtls/include/mbedtls/
A Decp.h404 unsigned ops);
407 #define MBEDTLS_ECP_BUDGET(ops) \ argument
409 (unsigned) (ops)));
413 #define MBEDTLS_ECP_BUDGET(ops) /* no-op; for compatibility */ argument
/mbedtls/library/
A Decdsa.c149 #define ECDSA_BUDGET(ops) \ argument
150 MBEDTLS_MPI_CHK(mbedtls_ecp_check_budget(grp, ECDSA_RS_ECP, ops));
189 #define ECDSA_BUDGET(ops) /* no-op; for compatibility */ argument
A Decp.c248 unsigned ops) in mbedtls_ecp_check_budget() argument
254 ops *= 4; in mbedtls_ecp_check_budget()
256 ops *= 2; in mbedtls_ecp_check_budget()
265 ops > ecp_max_ops - rs_ctx->ops_done)) { in mbedtls_ecp_check_budget()
270 rs_ctx->ops_done += ops; in mbedtls_ecp_check_budget()
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto.function6879 * complete() calls does not alter the number of ops returned.
6948 * (completes some ops), which is true of the internal
6956 * number of ops as previously reported. */
7144 * (completes some ops), which is true of the internal
7346 * (completes some ops), which is true of the internal
7476 * complete() calls does not alter the number of ops returned.
7539 * (completes some ops), which is true of the internal
7547 * number of ops as previously reported. */
8087 /* Check that default max ops gets set if we don't set it. */
8105 /* Check that max ops gets set properly. */
[all …]
A Dtest_suite_psa_crypto.data4350 PSA sign hash int (ops=inf): det ECDSA SECP256R1 SHA-256
4354 PSA sign hash int (ops=min): det ECDSA SECP256R1 SHA-256
4358 PSA sign hash int (ops=inf) det ECDSA SECP256R1 SHA-384
4362 PSA sign hash int (ops=min): det ECDSA SECP256R1 SHA-384
4366 PSA sign hash int (ops=inf): det ECDSA SECP384R1 SHA-256
4370 PSA sign hash int (ops=min): det ECDSA SECP384R1 SHA-256
4474 PSA sign hash int (ops=inf): det ECDSA not supported
4478 PSA sign hash int (ops=min): det ECDSA not supported
4530 PSA sign/vrfy hash int (ops=inf): det ECDSA SECP256R1 SHA-256
4534 PSA sign/vrfy hash int (ops=min): det ECDSA SECP256R1 SHA-256
[all …]
/mbedtls/docs/architecture/
A Dpsa-shared-memory.md258 * Copy bypass is simpler as we can just replace these functions with no-ops in a single place.
616 …ing to be easily disabled by defining alternate macros that function as no-ops. Since buffer copyi…

Completed in 49 milliseconds