Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_aead_test_vectors.h9 #define MAX_AAD_LENGTH 65536 macro
12 static uint8_t gcm_aad_zero_text[MAX_AAD_LENGTH] = { 0 };
14 static uint8_t gcm_aad_text[MAX_AAD_LENGTH] = {
H A Dtest_cryptodev.c7646 for (i = 32; i < MAX_AAD_LENGTH; i += 32) in test_authenticated_encryption()
9272 for (i = 32; i < MAX_AAD_LENGTH; i += 32) in test_authenticated_decryption()