Searched refs:arg2_nonce (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 62 const uint8_t *arg2_nonce, in mbedtls_test_wrap_psa_aead_decrypt() argument 73 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_decrypt() 78 …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() 80 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_decrypt() 102 const uint8_t *arg2_nonce, in mbedtls_test_wrap_psa_aead_encrypt() argument 113 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt() 118 …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() 120 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 56 const uint8_t *arg2_nonce, 65 #define psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument 66 …mbedtls_test_wrap_psa_aead_decrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio… 78 const uint8_t *arg2_nonce, 87 #define psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additional_data, a… argument 88 …mbedtls_test_wrap_psa_aead_encrypt(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_additio…
|