Searched refs:arg1_alg (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 55 psa_algorithm_t arg1_alg, 65 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument 66 …mbedtls_test_wrap_psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio… 77 psa_algorithm_t arg1_alg, 87 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument 88 …mbedtls_test_wrap_psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio… 159 psa_algorithm_t arg1_alg, 167 #define psa_asymmetric_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, arg5_s… argument 168 …mbedtls_test_wrap_psa_asymmetric_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_s… 172 psa_algorithm_t arg1_alg, [all …]
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 61 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_aead_decrypt() argument 78 …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() 101 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_aead_encrypt() argument 118 …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() 264 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_asymmetric_decrypt() argument 278 …psa_status_t status = (psa_asymmetric_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_decrypt() 290 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_asymmetric_encrypt() argument 304 …psa_status_t status = (psa_asymmetric_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_encrypt() 324 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_cipher_decrypt() argument 335 …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 …]
|