/openthread-latest/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 120 #define psa_sign_hash \ macro 121 PSA_FUNCTION_NAME(psa_sign_hash)
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_entropy.function | 123 PSA_ASSERT(psa_sign_hash(key, alg, 135 psa_sign_hash(key, alg,
|
D | test_suite_psa_crypto_se_driver_hal.function | 469 status = psa_sign_hash(key, alg, 709 SMOKE_ASSERT(psa_sign_hash(key, PSA_ALG_ECDSA_ANY, 1397 psa_sign_hash(id, alg, 1404 PSA_ASSERT(psa_sign_hash(sw_key, alg,
|
D | test_suite_psa_crypto_op_fail.function | 244 psa_sign_hash(key_id, alg,
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 598 TEST_ASSERT(psa_sign_hash(id, algorithm,
|
D | test_suite_psa_crypto.function | 2561 status = psa_sign_hash(key, exercise_alg, 6841 PSA_ASSERT(psa_sign_hash(key, alg, 7017 actual_status = psa_sign_hash(key, alg, 7217 PSA_ASSERT(psa_sign_hash(key, alg,
|
D | test_suite_pk.function | 2725 PSA_ASSERT(psa_sign_hash(priv_key_id, psa_alg_for_test, in_buf, in_buf_len,
|
D | test_suite_psa_crypto_driver_wrappers.function | 543 actual_status = psa_sign_hash(key, alg,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pk_wrap.c | 210 status = psa_sign_hash(key_id, alg, hash, hash_len, in mbedtls_pk_psa_rsa_sign_ext() 712 status = psa_sign_hash(key_id, in ecdsa_sign_psa() 721 status = psa_sign_hash(key_id, in ecdsa_sign_psa() 1533 status = psa_sign_hash(pk->priv_id, alg, hash, hash_len, sig, sig_size, sig_len); in rsa_opaque_sign_wrap()
|
D | pk.c | 1364 status = psa_sign_hash(ctx->priv_id, sign_alg, in mbedtls_pk_sign_ext()
|
D | psa_crypto.c | 3215 psa_status_t psa_sign_hash(mbedtls_svc_key_id_t key, in psa_sign_hash() function
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 2991 psa_status_t psa_sign_hash(mbedtls_svc_key_id_t key,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 653 #define psa_sign_hash(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_signature, arg5_signatu… macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 372 status = psa_sign_hash(key, alg, in exercise_signature_key()
|
D | psa_test_wrappers.c | 1165 …psa_status_t status = (psa_sign_hash)(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_signat… in mbedtls_test_wrap_psa_sign_hash()
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 237 … example, if there is no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_veri…
|
D | psa-driver-interface.md | 181 …ular function in the PSA Cryptography API. For example, if a call to `psa_sign_hash()` is dispatch… 230 * `"sign_hash"`: signature of an already calculated hash. Called by `psa_sign_hash()` and possibly …
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 836 psa_sign_hash(key_id, ...); 935 …ign` or `mbedtls_pk_sign_ext` to sign an already calculated hash is [`psa_sign_hash`](https://mbed… 944 Generally, `psa_sign_hash` and `psa_verify_hash` require the input to have the correct length for t… 967 …specifying a hash as part of the algorithm. It can only be used with `psa_sign_hash` and `psa_veri… 1306 … API (`psa_generate_key`, `psa_export_public_key`, `psa_import_key`, `psa_sign_hash`, `psa_verify_…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 239 * When called from `psa_sign_hash` and other PSA functions, it must call the PSA hash accelerator i…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 2581 * Rename psa_asymmetric_sign() to psa_sign_hash() and
|