Searched refs:psa_sign_hash (Results 1 – 14 of 14) sorted by relevance
/mbedtls-development/tests/include/spe/ |
A D | crypto_spe.h | 121 #define psa_sign_hash \ macro 122 PSA_FUNCTION_NAME(psa_sign_hash)
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_entropy.function | 93 PSA_ASSERT( psa_sign_hash( key, alg, 105 psa_sign_hash( key, alg,
|
A D | test_suite_psa_crypto_se_driver_hal.function | 467 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 D | test_suite_psa_crypto_se_driver_hal_mocks.function | 611 TEST_ASSERT( psa_sign_hash( id, algorithm,
|
A D | test_suite_psa_crypto_driver_wrappers.function | 47 actual_status = psa_sign_hash( key, alg,
|
A D | test_suite_psa_crypto.function | 1407 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 D | crypto.h | 3026 psa_status_t psa_sign_hash(mbedtls_svc_key_id_t key,
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 327 PSA_ASSERT( psa_sign_hash( key, alg, in exercise_signature_key()
|
/mbedtls-development/library/ |
A D | pk_wrap.c | 1045 status = psa_sign_hash( *key, alg, hash, hash_len, in pk_opaque_sign_wrap()
|
A D | psa_crypto.c | 2944 psa_status_t psa_sign_hash( mbedtls_svc_key_id_t key, in psa_sign_hash() function
|
/mbedtls-development/docs/proposed/ |
A D | psa-conditional-inclusion-c.md | 228 … example, if there is no transparent implementation of RSA or ECDSA, `psa_sign_hash` and `psa_veri…
|
A D | psa-driver-interface.md | 175 …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 D | getting_started.md | 164 status = psa_sign_hash(key, PSA_ALG_RSA_PKCS1V15_SIGN_RAW,
|
/mbedtls-development/ |
A D | ChangeLog | 1130 * Rename psa_asymmetric_sign() to psa_sign_hash() and
|
Completed in 46 milliseconds