Searched refs:psa_verify_hash (Results 1 – 18 of 18) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 122 #define psa_verify_hash \ macro 123 PSA_FUNCTION_NAME(psa_verify_hash)
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 516 status = psa_verify_hash(key, alg, 725 SMOKE_ASSERT(psa_verify_hash(key, PSA_ALG_ECDSA_ANY, 1427 PSA_ASSERT(psa_verify_hash(sw_key, alg, 1431 psa_verify_hash(id, alg, 1438 TEST_EQUAL(psa_verify_hash(sw_key, alg, 1443 psa_verify_hash(id, alg,
|
D | test_suite_psa_crypto_op_fail.function | 267 psa_verify_hash(key_id, alg,
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 658 TEST_ASSERT(psa_verify_hash(id, algorithm,
|
D | test_suite_psa_crypto.function | 2552 status = psa_verify_hash(key, exercise_alg, 7206 PSA_ASSERT(psa_verify_hash(key, alg, 7215 TEST_EQUAL(psa_verify_hash(key, alg, 7427 PSA_ASSERT(psa_verify_hash(key, alg, 7592 actual_status = psa_verify_hash(key, alg,
|
D | test_suite_psa_crypto_driver_wrappers.function | 620 actual_status = psa_verify_hash(key, alg,
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 3045 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key,
|
/mbedtls-latest/library/ |
D | pk_wrap.c | 113 status = psa_verify_hash(key_id, psa_alg_md, hash, hash_len, in rsa_verify_wrap() 584 status = psa_verify_hash(key_id, psa_sig_md, hash, hash_len, in ecdsa_verify_psa()
|
D | pk.c | 1186 status = psa_verify_hash(key_id, psa_sig_alg, hash, in mbedtls_pk_verify_ext()
|
D | psa_crypto.c | 3344 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key, function
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 746 #define psa_verify_hash(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_signature, arg5_signa… macro
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 388 status = psa_verify_hash(key, alg, in exercise_signature_key()
|
D | psa_test_wrappers.c | 1319 …psa_status_t status = (psa_verify_hash)(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_sign… in mbedtls_test_wrap_psa_verify_hash()
|
/mbedtls-latest/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 237 … no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_verify_hash` may still be…
|
D | psa-driver-interface.md | 231 * `"verify_hash"`: verification of an already calculated hash. Called by `psa_verify_hash()` and po…
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 940 …or `mbedtls_pk_verify_ext` to verify an already calculated hash is [`psa_verify_hash`](https://mbe… 944 Generally, `psa_sign_hash` and `psa_verify_hash` require the input to have the correct length for t… 967 …part of the algorithm. It can only be used with `psa_sign_hash` and `psa_verify_hash`, with no con… 1306 …e_key`, `psa_export_public_key`, `psa_import_key`, `psa_sign_hash`, `psa_verify_hash`, etc.). Howe…
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 255 … about negative support: if `PSA_WANT_ALG_SHA_256` is disabled then `psa_verify_hash` must reject …
|
/mbedtls-latest/ |
D | ChangeLog | 2037 * psa_verify_hash() was relying on implementation-specific behavior of 2777 psa_asymmetric_verify() to psa_verify_hash().
|