Searched refs:arg3_nonce_length (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 58 size_t arg3_nonce_length, 66 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument 67 …mbedtls_test_wrap_psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio… 80 size_t arg3_nonce_length, 88 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument 89 …mbedtls_test_wrap_psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio… 113 size_t *arg3_nonce_length); 114 #define psa_aead_generate_nonce(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_nonce_length) \ argument 115 …s_test_wrap_psa_aead_generate_nonce(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_nonce_length)
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 64 size_t arg3_nonce_length, in mbedtls_test_wrap_psa_aead_decrypt() argument 74 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_decrypt() 79 …psa_status_t status = (psa_aead_decrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_decrypt() 81 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_decrypt() 104 size_t arg3_nonce_length, in mbedtls_test_wrap_psa_aead_encrypt() argument 114 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt() 119 …psa_status_t status = (psa_aead_encrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_encrypt() 121 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt() 166 size_t *arg3_nonce_length) in mbedtls_test_wrap_psa_aead_generate_nonce() argument 171 …status = (psa_aead_generate_nonce)(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_generate_nonce()
|