Searched refs:psa_verify_hash (Results 1 – 15 of 15) sorted by relevance
/mbedtls-3.5.0/tests/include/spe/ |
D | crypto_spe.h | 134 #define psa_verify_hash \ macro 135 PSA_FUNCTION_NAME(psa_verify_hash)
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 503 status = psa_verify_hash(key, alg, 712 SMOKE_ASSERT(psa_verify_hash(key, PSA_ALG_ECDSA_ANY, 1412 PSA_ASSERT(psa_verify_hash(sw_key, alg, 1416 psa_verify_hash(id, alg, 1423 TEST_EQUAL(psa_verify_hash(sw_key, alg, 1428 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 | 2204 status = psa_verify_hash(key, exercise_alg, 6854 PSA_ASSERT(psa_verify_hash(key, alg, 6863 TEST_EQUAL(psa_verify_hash(key, alg, 7075 PSA_ASSERT(psa_verify_hash(key, alg, 7240 actual_status = psa_verify_hash(key, alg,
|
D | test_suite_psa_crypto_driver_wrappers.function | 604 actual_status = psa_verify_hash(key, alg,
|
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 3047 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key,
|
/mbedtls-3.5.0/library/ |
D | pk_wrap.c | 246 status = psa_verify_hash(key_id, psa_alg_md, hash, hash_len, in rsa_verify_wrap() 779 status = psa_verify_hash(key_id, psa_sig_md, in ecdsa_verify_wrap()
|
D | pk.c | 560 status = psa_verify_hash(key_id, psa_sig_alg, hash, in mbedtls_pk_verify_ext()
|
D | psa_crypto.c | 3077 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key, function
|
/mbedtls-3.5.0/tests/src/ |
D | psa_exercise_key.c | 334 TEST_EQUAL(psa_verify_hash(key, alg, in exercise_signature_key()
|
/mbedtls-3.5.0/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 228 … no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_verify_hash` may still be…
|
D | psa-driver-interface.md | 229 * `"verify_hash"`: verification of an already calculated hash. Called by `psa_verify_hash()` and po…
|
/mbedtls-3.5.0/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 199 … about negative support: if `PSA_WANT_ALG_SHA_256` is disabled then `psa_verify_hash` must reject …
|
/mbedtls-3.5.0/ |
D | ChangeLog | 1261 * psa_verify_hash() was relying on implementation-specific behavior of 2001 psa_asymmetric_verify() to psa_verify_hash().
|