Searched defs:arg1_input (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 137 #define psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_siz… argument 144 #define psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length) \ argument 254 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_s… argument 403 #define psa_hash_compare(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_length) \ argument 413 #define psa_hash_compute(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_size, arg5_h… argument 434 #define psa_hash_update(arg0_operation, arg1_input, arg2_input_length) \ argument 574 #define psa_mac_update(arg0_operation, arg1_input, arg2_input_length) \ argument
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 206 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_aead_update() 227 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_aead_update_ad() 438 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_cipher_update() 680 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_hash_compare() 700 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_hash_compute() 747 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_hash_update() 1000 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_mac_update()
|