Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst259 cap_cipher_algo = cap->sym.cipher.algo;
262 if (cap_cipher_algo == opt_cipher_algo) {
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1811 enum rte_crypto_cipher_algorithm cap_cipher_algo; in check_device_support_cipher_algo() local
1816 cap_cipher_algo = cap->sym.cipher.algo; in check_device_support_cipher_algo()
1818 if (cap_cipher_algo == opt_cipher_algo) { in check_device_support_cipher_algo()