Searched defs:arg1_input (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 | 138 #define psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_siz… argument 145 #define psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length) \ argument 255 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_s… argument 381 #define psa_hash_compare(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_length) \ argument 391 #define psa_hash_compute(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_size, arg5_h… argument 412 #define psa_hash_update(arg0_operation, arg1_input, arg2_input_length) \ argument 542 #define psa_mac_update(arg0_operation, arg1_input, arg2_input_length) \ argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_test_wrappers.c | 207 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_aead_update() 228 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_aead_update_ad() 439 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_cipher_update() 649 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_hash_compare() 669 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_hash_compute() 716 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_hash_update() 950 const uint8_t *arg1_input, in mbedtls_test_wrap_psa_mac_update()
|