Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-crypto/
H A Dmain.c1582 char string_aead_op[MAX_STR_LEN]; in l2fwd_crypto_options_print() local
1595 strcpy(string_aead_op, "Authenticated encryption"); in l2fwd_crypto_options_print()
1597 strcpy(string_aead_op, "Authenticated decryption"); in l2fwd_crypto_options_print()
1630 printf("Input --> %s --> Output\n", string_aead_op); in l2fwd_crypto_options_print()