Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h122 #define psa_verify_hash \ macro
123 PSA_FUNCTION_NAME(psa_verify_hash)
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.function516 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,
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.function2552 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,
Dtest_suite_psa_crypto_driver_wrappers.function620 actual_status = psa_verify_hash(key, alg,
/mbedtls-latest/include/psa/
Dcrypto.h3045 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key,
/mbedtls-latest/library/
Dpk_wrap.c113 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()
Dpk.c1186 status = psa_verify_hash(key_id, psa_sig_alg, hash, in mbedtls_pk_verify_ext()
Dpsa_crypto.c3344 psa_status_t psa_verify_hash(mbedtls_svc_key_id_t key, function
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h746 #define psa_verify_hash(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_signature, arg5_signa… macro
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c388 status = psa_verify_hash(key, alg, in exercise_signature_key()
Dpsa_test_wrappers.c1319 …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/
Dpsa-conditional-inclusion-c.md237 … no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_verify_hash` may still be…
Dpsa-driver-interface.md231 * `"verify_hash"`: verification of an already calculated hash. Called by `psa_verify_hash()` and po…
/mbedtls-latest/docs/
Dpsa-transition.md940 …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/
Dmd-cipher-dispatch.md255 … about negative support: if `PSA_WANT_ALG_SHA_256` is disabled then `psa_verify_hash` must reject …
/mbedtls-latest/
DChangeLog2037 * psa_verify_hash() was relying on implementation-specific behavior of
2777 psa_asymmetric_verify() to psa_verify_hash().