Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1537 char string_cipher_op[MAX_STR_LEN]; in l2fwd_crypto_options_print() local
1542 strcpy(string_cipher_op, "Encrypt"); in l2fwd_crypto_options_print()
1544 strcpy(string_cipher_op, "Decrypt"); in l2fwd_crypto_options_print()
1592 string_cipher_op, string_auth_op); in l2fwd_crypto_options_print()
1598 string_auth_op, string_cipher_op); in l2fwd_crypto_options_print()
1607 printf("Input --> %s --> Output\n", string_cipher_op); in l2fwd_crypto_options_print()