Searched defs:arg2_input_length (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 | 208 size_t arg2_input_length, in mbedtls_test_wrap_psa_aead_update() 229 size_t arg2_input_length) in mbedtls_test_wrap_psa_aead_update_ad() 440 size_t arg2_input_length, in mbedtls_test_wrap_psa_cipher_update() 650 size_t arg2_input_length, in mbedtls_test_wrap_psa_hash_compare() 670 size_t arg2_input_length, in mbedtls_test_wrap_psa_hash_compute() 717 size_t arg2_input_length) in mbedtls_test_wrap_psa_hash_update() 951 size_t arg2_input_length) in mbedtls_test_wrap_psa_mac_update()
|