Searched refs:arg2_nonce_length (Results 1 – 2 of 2) sorted by relevance
191 size_t arg2_nonce_length) in mbedtls_test_wrap_psa_aead_set_nonce() argument194 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()
126 size_t arg2_nonce_length);127 #define psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length) \ argument128 mbedtls_test_wrap_psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length)