Searched refs:arg1_signature (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 1184 uint8_t *arg1_signature, in mbedtls_test_wrap_psa_sign_hash_complete() argument 1189 MBEDTLS_TEST_MEMORY_POISON(arg1_signature, arg2_signature_size); in mbedtls_test_wrap_psa_sign_hash_complete() 1191 …psa_status_t status = (psa_sign_hash_complete)(arg0_operation, arg1_signature, arg2_signature_size… in mbedtls_test_wrap_psa_sign_hash_complete() 1193 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_signature, arg2_signature_size); in mbedtls_test_wrap_psa_sign_hash_complete()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 663 uint8_t *arg1_signature, 666 #define psa_sign_hash_complete(arg0_operation, arg1_signature, arg2_signature_size, arg3_signature_… argument 667 …mbedtls_test_wrap_psa_sign_hash_complete(arg0_operation, arg1_signature, arg2_signature_size, arg3…
|