Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h266 const psa_crypto_driver_pake_inputs_t *arg0_inputs,
268 #define psa_crypto_driver_pake_get_cipher_suite(arg0_inputs, arg1_cipher_suite) \ argument
269 mbedtls_test_wrap_psa_crypto_driver_pake_get_cipher_suite(arg0_inputs, arg1_cipher_suite)
274 const psa_crypto_driver_pake_inputs_t *arg0_inputs,
278 #define psa_crypto_driver_pake_get_password(arg0_inputs, arg1_buffer, arg2_buffer_size, arg3_buffer… argument
279 …mbedtls_test_wrap_psa_crypto_driver_pake_get_password(arg0_inputs, arg1_buffer, arg2_buffer_size, …
284 const psa_crypto_driver_pake_inputs_t *arg0_inputs,
286 #define psa_crypto_driver_pake_get_password_len(arg0_inputs, arg1_password_len) \ argument
287 mbedtls_test_wrap_psa_crypto_driver_pake_get_password_len(arg0_inputs, arg1_password_len)
292 const psa_crypto_driver_pake_inputs_t *arg0_inputs,
[all …]
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c469 const psa_crypto_driver_pake_inputs_t *arg0_inputs, in mbedtls_test_wrap_psa_crypto_driver_pake_get_cipher_suite() argument
472 psa_status_t status = (psa_crypto_driver_pake_get_cipher_suite)(arg0_inputs, arg1_cipher_suite); in mbedtls_test_wrap_psa_crypto_driver_pake_get_cipher_suite()
480 const psa_crypto_driver_pake_inputs_t *arg0_inputs, in mbedtls_test_wrap_psa_crypto_driver_pake_get_password() argument
485 …psa_status_t status = (psa_crypto_driver_pake_get_password)(arg0_inputs, arg1_buffer, arg2_buffer_… in mbedtls_test_wrap_psa_crypto_driver_pake_get_password()
493 const psa_crypto_driver_pake_inputs_t *arg0_inputs, in mbedtls_test_wrap_psa_crypto_driver_pake_get_password_len() argument
496 psa_status_t status = (psa_crypto_driver_pake_get_password_len)(arg0_inputs, arg1_password_len); in mbedtls_test_wrap_psa_crypto_driver_pake_get_password_len()
504 const psa_crypto_driver_pake_inputs_t *arg0_inputs, in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer() argument
509 …psa_status_t status = (psa_crypto_driver_pake_get_peer)(arg0_inputs, arg1_peer_id, arg2_peer_id_si… in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer()
517 const psa_crypto_driver_pake_inputs_t *arg0_inputs, in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer_len() argument
520 psa_status_t status = (psa_crypto_driver_pake_get_peer_len)(arg0_inputs, arg1_peer_len); in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer_len()
[all …]