Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.h90 enum rte_crypto_auth_operation aop,
100 enum rte_crypto_auth_operation aop,
H A Dbcmfs_sym_session.h48 enum rte_crypto_auth_operation op;
H A Dbcmfs_sym_engine.c558 enum rte_crypto_auth_operation auth_op, in bcmfs_crypto_build_auth_req()
772 enum rte_crypto_auth_operation auth_op, in bcmfs_crypto_build_chain_request()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Dkasumi_pmd_private.h68 enum rte_crypto_auth_operation auth_op;
/f-stack/dpdk/drivers/crypto/snow3g/
H A Dsnow3g_pmd_private.h66 enum rte_crypto_auth_operation auth_op;
/f-stack/dpdk/drivers/crypto/zuc/
H A Dzuc_pmd_private.h65 enum rte_crypto_auth_operation auth_op;
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_sym.h351 enum rte_crypto_auth_operation { enum
368 enum rte_crypto_auth_operation op;
/f-stack/dpdk/drivers/crypto/openssl/
H A Dopenssl_pmd_private.h117 enum rte_crypto_auth_operation operation;
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options.h112 enum rte_crypto_auth_operation auth_op;
H A Dcperf_options_parsing.c617 opts->auth_op = (enum rte_crypto_auth_operation)id; in parse_auth_op()
/f-stack/dpdk/drivers/crypto/armv8/
H A Darmv8_pmd_private.h154 enum rte_crypto_auth_operation operation;
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Daesni_mb_pmd_private.h259 enum rte_crypto_auth_operation operation;
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2001 enum rte_crypto_auth_operation op, in create_wireless_algo_hash_session()
2139 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_cipher_auth_session()
2200 enum rte_crypto_auth_operation auth_op, in create_wireless_cipher_auth_session()
2274 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_auth_cipher_session()
2342 enum rte_crypto_auth_operation op, in create_wireless_algo_hash_operation()
2392 enum rte_crypto_auth_operation op) in create_wireless_cipher_hash_operation()
2468 enum rte_crypto_auth_operation op, in create_wireless_algo_cipher_hash_operation()
7749 enum rte_crypto_auth_operation opa, in test_pdcp_proto()
7934 enum rte_crypto_auth_operation opa, in test_pdcp_proto_SGL()
10132 enum rte_crypto_auth_operation op, in MD5_HMAC_create_session()
[all …]
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c866 enum rte_crypto_auth_operation crypto_operation; in qat_sym_session_configure_aead()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1137 parse_auth_op(enum rte_crypto_auth_operation *op, char *optarg) in parse_auth_op()