Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h465 psa_key_derivation_step_t arg1_step,
468 #define psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_length) \ argument
469 …mbedtls_test_wrap_psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_l…
473 psa_key_derivation_step_t arg1_step,
475 #define psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value) \ argument
476 mbedtls_test_wrap_psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value)
480 psa_key_derivation_step_t arg1_step,
482 #define psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) \ argument
483 mbedtls_test_wrap_psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key)
487 psa_key_derivation_step_t arg1_step,
[all …]
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c813 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_bytes() argument
820 …psa_status_t status = (psa_key_derivation_input_bytes)(arg0_operation, arg1_step, arg2_data, arg3_… in mbedtls_test_wrap_psa_key_derivation_input_bytes()
830 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_integer() argument
833 psa_status_t status = (psa_key_derivation_input_integer)(arg0_operation, arg1_step, arg2_value); in mbedtls_test_wrap_psa_key_derivation_input_integer()
840 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_key() argument
843 psa_status_t status = (psa_key_derivation_input_key)(arg0_operation, arg1_step, arg2_key); in mbedtls_test_wrap_psa_key_derivation_input_key()
850 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_key_agreement() argument
858 …psa_status_t status = (psa_key_derivation_key_agreement)(arg0_operation, arg1_step, arg2_private_k… in mbedtls_test_wrap_psa_key_derivation_key_agreement()
1085 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_input() argument
1092 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
[all …]