Home
last modified time | relevance | path

Searched refs:psa_verify_hash (Results 1 – 15 of 15) sorted by relevance

/mbedtls-3.5.0/tests/include/spe/
Dcrypto_spe.h134 #define psa_verify_hash \ macro
135 PSA_FUNCTION_NAME(psa_verify_hash)
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.function503 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,
Dtest_suite_psa_crypto_op_fail.function267 psa_verify_hash(key_id, alg,
Dtest_suite_psa_crypto_se_driver_hal_mocks.function658 TEST_ASSERT(psa_verify_hash(id, algorithm,
Dtest_suite_psa_crypto.function2204 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,
Dtest_suite_psa_crypto_driver_wrappers.function604 actual_status = psa_verify_hash(key, alg,
/mbedtls-3.5.0/include/psa/
Dcrypto.h3047 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key,
/mbedtls-3.5.0/library/
Dpk_wrap.c246 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()
Dpk.c560 status = psa_verify_hash(key_id, psa_sig_alg, hash, in mbedtls_pk_verify_ext()
Dpsa_crypto.c3077 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key, function
/mbedtls-3.5.0/tests/src/
Dpsa_exercise_key.c334 TEST_EQUAL(psa_verify_hash(key, alg, in exercise_signature_key()
/mbedtls-3.5.0/docs/proposed/
Dpsa-conditional-inclusion-c.md228 … no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_verify_hash` may still be…
Dpsa-driver-interface.md229 * `"verify_hash"`: verification of an already calculated hash. Called by `psa_verify_hash()` and po…
/mbedtls-3.5.0/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md199 … about negative support: if `PSA_WANT_ALG_SHA_256` is disabled then `psa_verify_hash` must reject …
/mbedtls-3.5.0/
DChangeLog1261 * psa_verify_hash() was relying on implementation-specific behavior of
2001 psa_asymmetric_verify() to psa_verify_hash().