Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h56 psa_algorithm_t arg1_alg,
66 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument
67 …mbedtls_test_wrap_psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio…
78 psa_algorithm_t arg1_alg,
88 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument
89 …mbedtls_test_wrap_psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio…
160 psa_algorithm_t arg1_alg,
168 #define psa_asymmetric_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, arg5_s… argument
169 …mbedtls_test_wrap_psa_asymmetric_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_s…
173 psa_algorithm_t arg1_alg,
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c62 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_aead_decrypt() argument
79 …psa_status_t status = (psa_aead_decrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_decrypt()
102 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_aead_encrypt() argument
119 …psa_status_t status = (psa_aead_encrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_encrypt()
265 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_asymmetric_decrypt() argument
279 …psa_status_t status = (psa_asymmetric_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_decrypt()
291 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_asymmetric_encrypt() argument
305 …psa_status_t status = (psa_asymmetric_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_encrypt()
325 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_cipher_decrypt() argument
336 …psa_status_t status = (psa_cipher_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_decrypt()
[all …]