Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h459 mbedtls_svc_key_id_t arg2_key);
460 #define psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) \ argument
461 mbedtls_test_wrap_psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key)
482 mbedtls_svc_key_id_t *arg2_key);
483 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ argument
484 mbedtls_test_wrap_psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key)
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c810 mbedtls_svc_key_id_t arg2_key) in mbedtls_test_wrap_psa_key_derivation_input_key() argument
812 psa_status_t status = (psa_key_derivation_input_key)(arg0_operation, arg1_step, arg2_key); in mbedtls_test_wrap_psa_key_derivation_input_key()
854 mbedtls_svc_key_id_t *arg2_key) in mbedtls_test_wrap_psa_key_derivation_output_key() argument
856 … psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key()