Searched refs:arg1_output (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 226 uint8_t *arg1_output, 229 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument 230 …mbedtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_len… 496 uint8_t *arg1_output, 498 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument 499 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) 611 psa_key_derivation_operation_t *arg1_output); 612 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ argument 613 mbedtls_test_wrap_psa_pake_get_implicit_key(arg0_operation, arg1_output)
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 388 uint8_t *arg1_output, in mbedtls_test_wrap_psa_cipher_finish() argument 393 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish() 395 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish() 397 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish() 868 uint8_t *arg1_output, in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument 872 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes() 874 …psa_status_t status = (psa_key_derivation_output_bytes)(arg0_operation, arg1_output, arg2_output_l… in mbedtls_test_wrap_psa_key_derivation_output_bytes() 876 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes() 1074 psa_key_derivation_operation_t *arg1_output) in mbedtls_test_wrap_psa_pake_get_implicit_key() argument 1076 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key()
|