Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c1228 #define QUOTE_512_BYTES (512) macro
1667 catch_22_quote, QUOTE_512_BYTES, 0); in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1720 ut_params->ibuf, QUOTE_512_BYTES); in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1723 sym_op->auth.data.length = QUOTE_512_BYTES; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1731 sym_op->cipher.data.length = QUOTE_512_BYTES; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1752 QUOTE_512_BYTES, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1853 QUOTE_512_BYTES, 0); in test_AES_CBC_HMAC_SHA512_decrypt_perform()
1878 ut_params->ibuf, QUOTE_512_BYTES); in test_AES_CBC_HMAC_SHA512_decrypt_perform()
1881 sym_op->auth.data.length = QUOTE_512_BYTES; in test_AES_CBC_HMAC_SHA512_decrypt_perform()
1888 sym_op->cipher.data.length = QUOTE_512_BYTES; in test_AES_CBC_HMAC_SHA512_decrypt_perform()
[all …]