Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c111 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
120 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
133 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
142 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
152 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
173 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
214 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
288 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
444 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
563 snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN, in test_blockcipher_one_case()
[all …]
H A Dtest_cryptodev_blockcipher.h8 #ifndef BLOCKCIPHER_TEST_MSG_LEN
9 #define BLOCKCIPHER_TEST_MSG_LEN 256 macro