Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h65 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument
87 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument
167 #define psa_asymmetric_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, arg5_s… argument
180 #define psa_asymmetric_encrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, arg5_s… argument
196 #define psa_cipher_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_out… argument
214 #define psa_cipher_encrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_out… argument
427 #define psa_hash_setup(arg0_operation, arg1_alg) \ argument
536 #define psa_key_derivation_setup(arg0_operation, arg1_alg) \ argument
552 #define psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size,… argument
584 #define psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length… argument
[all …]
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c61 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_aead_decrypt()
101 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_aead_encrypt()
264 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_asymmetric_decrypt()
290 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_asymmetric_encrypt()
324 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_cipher_decrypt()
356 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_cipher_encrypt()
738 psa_algorithm_t arg1_alg) in mbedtls_test_wrap_psa_hash_setup()
934 psa_algorithm_t arg1_alg) in mbedtls_test_wrap_psa_key_derivation_setup()
951 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_mac_compute()
1016 psa_algorithm_t arg1_alg, in mbedtls_test_wrap_psa_mac_verify()
[all …]