Searched defs:arg3_nonce_length (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 65 #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 113 #define psa_aead_generate_nonce(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_nonce_length) \ argument
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 63 size_t arg3_nonce_length, in mbedtls_test_wrap_psa_aead_decrypt() 103 size_t arg3_nonce_length, in mbedtls_test_wrap_psa_aead_encrypt() 165 size_t *arg3_nonce_length) in mbedtls_test_wrap_psa_aead_generate_nonce()
|