Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c13940 uint8_t *authciphertext, *plaintext, *auth_tag; in test_authenticated_encrypt_with_esn() local
14047 authciphertext = rte_pktmbuf_mtod_offset(ut_params->ibuf, uint8_t *, in test_authenticated_encrypt_with_esn()
14049 auth_tag = authciphertext + plaintext_pad_len; in test_authenticated_encrypt_with_esn()
14050 debug_hexdump(stdout, "ciphertext:", authciphertext, in test_authenticated_encrypt_with_esn()
14056 authciphertext, in test_authenticated_encrypt_with_esn()