Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECDSA_DETERMINISTIC (Results 1 – 20 of 20) sorted by relevance

/mbedtls-latest/include/mbedtls/
Decdsa.h86 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
103 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
165 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
282 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
Dmbedtls_config.h861 #define MBEDTLS_ECDSA_DETERMINISTIC macro
Dconfig_adjust_psa_from_legacy.h61 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
Dconfig_adjust_legacy_from_psa.h265 #define MBEDTLS_ECDSA_DETERMINISTIC macro
Dcheck_config.h203 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) && !defined(MBEDTLS_HMAC_DRBG_C)
/mbedtls-latest/library/
Decdsa.c23 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
110 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
196 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) || \
390 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
656 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) in mbedtls_ecdsa_write_signature_restartable()
835 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) in mbedtls_ecdsa_restart_init()
859 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) in mbedtls_ecdsa_restart_free()
Dpk_internal.h189 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
Dversion_features.c333 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
Dpk.c486 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) in mbedtls_pk_get_psa_attributes()
/mbedtls-latest/configs/
Dconfig-no-entropy.h31 #define MBEDTLS_ECDSA_DETERMINISTIC macro
/mbedtls-latest/tests/suites/
Dtest_suite_config.mbedtls_boolean.data331 Config: MBEDTLS_ECDSA_DETERMINISTIC
332 depends_on:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS_ECDSA_C
335 Config: !MBEDTLS_ECDSA_DETERMINISTIC
336 depends_on:!MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS_ECDSA_C
Dtest_suite_x509write.data50 depends_on:MBEDTLS_MD_CAN_SHA1:MBEDTLS_PK_CAN_ECDSA_SIGN:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS_ECP_HA…
158 depends_on:MBEDTLS_MD_CAN_SHA256:MBEDTLS_PK_CAN_ECDSA_SIGN:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS_ECP_…
162 depends_on:MBEDTLS_MD_CAN_SHA256:MBEDTLS_PK_CAN_ECDSA_SIGN:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS_ECP_…
Dtest_suite_ecdsa.function193 /* BEGIN_CASE depends_on:MBEDTLS_ECDSA_DETERMINISTIC */
428 /* BEGIN_CASE depends_on:MBEDTLS_ECP_RESTARTABLE:MBEDTLS_ECDSA_DETERMINISTIC */
Dtest_suite_pk.data1571 …ECP256R1:MBEDTLS_PK_CAN_ECDSA_SIGN:MBEDTLS_PK_CAN_ECDSA_VERIFY:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS…
1575 …ECP256R1:MBEDTLS_PK_CAN_ECDSA_SIGN:MBEDTLS_PK_CAN_ECDSA_VERIFY:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS…
1579 …ECP256R1:MBEDTLS_PK_CAN_ECDSA_SIGN:MBEDTLS_PK_CAN_ECDSA_VERIFY:MBEDTLS_ECDSA_DETERMINISTIC:MBEDTLS…
Dtest_suite_pk.function1232 /* BEGIN_CASE depends_on:MBEDTLS_ECP_RESTARTABLE:MBEDTLS_ECDSA_C:MBEDTLS_ECDSA_DETERMINISTIC */
2137 #if defined(MBEDTLS_ECDSA_DETERMINISTIC)
/mbedtls-latest/tests/scripts/
Dcomponents-configuration-crypto.sh214 scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC # requires HMAC_DRBG
242 scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC # requires HMAC_DRBG
276 scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC # requires HMAC_DRBG
298 scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC # requires HMAC_DRBG
366 scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC # needs HMAC_DRBG
2242 scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
/mbedtls-latest/programs/test/
Dquery_config.c959 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) in query_config()
962 MACRO_EXPANSION_TO_STR( MBEDTLS_ECDSA_DETERMINISTIC ); in query_config()
3973 #if defined(MBEDTLS_ECDSA_DETERMINISTIC) in list_config()
3974 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ECDSA_DETERMINISTIC); in list_config()
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md286 …age, the algorithm policy is `PSA_ALG_DETERMINISTIC_ECDSA` if `MBEDTLS_ECDSA_DETERMINISTIC` is ena…
312 …istic vs randomized will be based on the compile-time setting `MBEDTLS_ECDSA_DETERMINISTIC`, like …
/mbedtls-latest/docs/
Dpsa-transition.md968 …ithm `hash`. This is the same as the functionality offered by `MBEDTLS_ECDSA_DETERMINISTIC` in the…
/mbedtls-latest/
DChangeLog961 * When MBEDTLS_USE_PSA_CRYPTO and MBEDTLS_ECDSA_DETERMINISTIC are both