Home
last modified time | relevance | path

Searched refs:arg1_target_operation (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h371 psa_hash_operation_t *arg1_target_operation);
372 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ argument
373 mbedtls_test_wrap_psa_hash_clone(arg0_source_operation, arg1_target_operation)
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c640 psa_hash_operation_t *arg1_target_operation) in mbedtls_test_wrap_psa_hash_clone() argument
642 psa_status_t status = (psa_hash_clone)(arg0_source_operation, arg1_target_operation); in mbedtls_test_wrap_psa_hash_clone()