Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c192 size_t arg2_nonce_length) in mbedtls_test_wrap_psa_aead_set_nonce() argument
195 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()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h127 size_t arg2_nonce_length);
128 #define psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length) \ argument
129 mbedtls_test_wrap_psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length)