Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c12010 uint8_t *authciphertext, *plaintext, *auth_tag; in test_authenticated_encryt_with_esn() local
12112 authciphertext = rte_pktmbuf_mtod_offset(ut_params->ibuf, uint8_t *, in test_authenticated_encryt_with_esn()
12114 auth_tag = authciphertext + plaintext_pad_len; in test_authenticated_encryt_with_esn()
12115 debug_hexdump(stdout, "ciphertext:", authciphertext, in test_authenticated_encryt_with_esn()
12121 authciphertext, in test_authenticated_encryt_with_esn()