Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h229 size_t *arg3_output_length);
230 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument
231 …dtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length)
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c391 size_t *arg3_output_length) in mbedtls_test_wrap_psa_cipher_finish() argument
396 …_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_output_length); in mbedtls_test_wrap_psa_cipher_finish()