Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
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-latest/library/
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
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-latest/tests/suites/
Dtest_suite_psa_crypto.function6854 * 3. Test that the number of ops done prior to start and after abort is zero
6855 * and that each successful stage completes some ops (this is not mandated by
6859 * complete() calls does not alter the number of ops returned.
6928 * (completes some ops), which is true of the internal
6936 * number of ops as previously reported. */
7029 * 3. Test that the number of ops done prior to start and after abort is zero
7030 * and that each successful stage completes some ops (this is not mandated by
7124 * (completes some ops), which is true of the internal
7250 * 4. Test that the number of ops done prior to starting signing and after abort
7251 * is zero and that each successful signing stage completes some ops (this is
[all …]
Dtest_suite_psa_crypto.data4366 PSA sign hash int (ops=inf): det ECDSA SECP256R1 SHA-256
4370 PSA sign hash int (ops=min): det ECDSA SECP256R1 SHA-256
4374 PSA sign hash int (ops=inf) det ECDSA SECP256R1 SHA-384
4378 PSA sign hash int (ops=min): det ECDSA SECP256R1 SHA-384
4382 PSA sign hash int (ops=inf): det ECDSA SECP384R1 SHA-256
4386 PSA sign hash int (ops=min): det ECDSA SECP384R1 SHA-256
4454 PSA sign hash int (ops=inf): det ECDSA SECP256R1 SHA-256, out buf too small
4458 PSA sign hash int (ops=min): det ECDSA SECP256R1 SHA-256, out buf too small
4462 PSA sign hash int (ops=inf): det ECDSA SECP256R1 SHA-256, empty out buf
4466 PSA sign hash int (ops=min): det ECDSA SECP256R1 SHA-256, empty out buf
[all …]
/mbedtls-latest/docs/architecture/
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…