Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c191 size_t arg2_nonce_length) in mbedtls_test_wrap_psa_aead_set_nonce() argument
194 MBEDTLS_TEST_MEMORY_POISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
196 psa_status_t status = (psa_aead_set_nonce)(arg0_operation, arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
198 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h126 size_t arg2_nonce_length);
127 #define psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length) \ argument
128 mbedtls_test_wrap_psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length)