Searched defs:arg1_step (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/ |
H A D | psa_test_wrappers.h | 446 #define psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_length) \ argument 453 #define psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value) \ argument 460 #define psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) \ argument 469 #define psa_key_derivation_key_agreement(arg0_operation, arg1_step, arg2_private_key, arg3_peer_key… argument 585 #define psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length) \ argument 594 #define psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_lengt… argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_test_wrappers.c | 782 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_bytes() 799 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_integer() 809 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_key() 819 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_key_agreement() 1030 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_input() 1047 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_output()
|