Searched refs:psa_sign_message (Results 1 – 7 of 7) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 2950 psa_status_t psa_sign_message( mbedtls_svc_key_id_t key,
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 356 PSA_ASSERT( psa_sign_message( key, alg, in exercise_signature_key()
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 1165 status = psa_sign_message( key, exercise_alg, 3850 PSA_ASSERT( psa_sign_message( key, alg, 3897 actual_status = psa_sign_message( key, alg, 3948 PSA_ASSERT( psa_sign_message( key, alg,
|
D | test_suite_psa_crypto_driver_wrappers.function | 161 actual_status = psa_sign_message( key, alg,
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 224 …sh. Called by `psa_sign_hash()` and possibly `psa_sign_message()`. To sign a message with `psa_sig… 226 * `"sign_message"`: signature of a message. Called by `psa_sign_message()`.
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 2870 psa_status_t psa_sign_message( mbedtls_svc_key_id_t key, in psa_sign_message() function
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 156 * Implement psa_sign_message() and psa_verify_message().
|