Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-crypto/
H A Dmain.c1580 char string_cipher_op[MAX_STR_LEN]; in l2fwd_crypto_options_print() local
1585 strcpy(string_cipher_op, "Encrypt"); in l2fwd_crypto_options_print()
1587 strcpy(string_cipher_op, "Decrypt"); in l2fwd_crypto_options_print()
1635 string_cipher_op, string_auth_op); in l2fwd_crypto_options_print()
1641 string_auth_op, string_cipher_op); in l2fwd_crypto_options_print()
1650 printf("Input --> %s --> Output\n", string_cipher_op); in l2fwd_crypto_options_print()