Searched refs:arg1_output (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 227 uint8_t *arg1_output, 230 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument 231 …mbedtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_len… 474 uint8_t *arg1_output, 476 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument 477 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) 576 psa_key_derivation_operation_t *arg1_output); 577 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ argument 578 mbedtls_test_wrap_psa_pake_get_implicit_key(arg0_operation, arg1_output)
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 389 uint8_t *arg1_output, in mbedtls_test_wrap_psa_cipher_finish() argument 394 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish() 396 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish() 398 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish() 837 uint8_t *arg1_output, in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument 841 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes() 843 …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() 845 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes() 1021 psa_key_derivation_operation_t *arg1_output) in mbedtls_test_wrap_psa_pake_get_implicit_key() argument 1023 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key()
|