Searched refs:psa_sign_message (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 2886 psa_status_t psa_sign_message(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 686 #define psa_sign_message(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_signature, arg5_signature_size, arg6_signature_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 1216 /* Wrapper for psa_sign_message */ 1230 psa_status_t status = (psa_sign_message)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_signature, arg5_signature_size, arg6_signature_length); in mbedtls_test_wrap_psa_sign_message()
|
H A D | psa_exercise_key.c | 406 status = psa_sign_message(key, alg, in exercise_signature_key()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 3083 psa_status_t psa_sign_message(mbedtls_svc_key_id_t key, in psa_sign_message() function
|
Completed in 21 milliseconds