Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1539 char string_aead_op[MAX_STR_LEN]; in l2fwd_crypto_options_print() local
1552 strcpy(string_aead_op, "Authenticated encryption"); in l2fwd_crypto_options_print()
1554 strcpy(string_aead_op, "Authenticated decryption"); in l2fwd_crypto_options_print()
1587 printf("Input --> %s --> Output\n", string_aead_op); in l2fwd_crypto_options_print()