Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h228 size_t *arg3_output_length);
229 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument
230 …dtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length)
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c390 size_t *arg3_output_length) in mbedtls_test_wrap_psa_cipher_finish() argument
395 …_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_output_length); in mbedtls_test_wrap_psa_cipher_finish()