Home
last modified time | relevance | path

Searched refs:psa_sign_hash (Results 1 – 14 of 14) sorted by relevance

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h121 #define psa_sign_hash \ macro
122 PSA_FUNCTION_NAME(psa_sign_hash)
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_entropy.function93 PSA_ASSERT( psa_sign_hash( key, alg,
105 psa_sign_hash( key, alg,
A Dtest_suite_psa_crypto_se_driver_hal.function467 status = psa_sign_hash( key, alg,
708 SMOKE_ASSERT( psa_sign_hash( key, PSA_ALG_ECDSA_ANY,
1384 psa_sign_hash( id, alg,
1391 PSA_ASSERT( psa_sign_hash( sw_key, alg,
A Dtest_suite_psa_crypto_se_driver_hal_mocks.function611 TEST_ASSERT( psa_sign_hash( id, algorithm,
A Dtest_suite_psa_crypto_driver_wrappers.function47 actual_status = psa_sign_hash( key, alg,
A Dtest_suite_psa_crypto.function1407 status = psa_sign_hash( key, exercise_alg,
5074 PSA_ASSERT( psa_sign_hash( key, alg,
5121 actual_status = psa_sign_hash( key, alg,
5173 PSA_ASSERT( psa_sign_hash( key, alg,
/mbedtls-development/include/psa/
A Dcrypto.h3026 psa_status_t psa_sign_hash(mbedtls_svc_key_id_t key,
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c327 PSA_ASSERT( psa_sign_hash( key, alg, in exercise_signature_key()
/mbedtls-development/library/
A Dpk_wrap.c1045 status = psa_sign_hash( *key, alg, hash, hash_len, in pk_opaque_sign_wrap()
A Dpsa_crypto.c2944 psa_status_t psa_sign_hash( mbedtls_svc_key_id_t key, in psa_sign_hash() function
/mbedtls-development/docs/proposed/
A Dpsa-conditional-inclusion-c.md228 … example, if there is no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_veri…
A Dpsa-driver-interface.md175 …ular function in the PSA Cryptography API. For example, if a call to `psa_sign_hash()` is dispatch…
224 * `"sign_hash"`: signature of an already calculated hash. Called by `psa_sign_hash()` and possibly …
/mbedtls-development/docs/
A Dgetting_started.md164 status = psa_sign_hash(key, PSA_ALG_RSA_PKCS1V15_SIGN_RAW,
/mbedtls-development/
A DChangeLog1130 * Rename psa_asymmetric_sign() to psa_sign_hash() and

Completed in 46 milliseconds