Searched refs:arg2_nonce_length (Results 1 – 2 of 2) sorted by relevance
192 size_t arg2_nonce_length) in mbedtls_test_wrap_psa_aead_set_nonce() argument195 MBEDTLS_TEST_MEMORY_POISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()197 psa_status_t status = (psa_aead_set_nonce)(arg0_operation, arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()199 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
127 size_t arg2_nonce_length);128 #define psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length) \ argument129 mbedtls_test_wrap_psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length)