Home
last modified time | relevance | path

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

/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()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_kasumi_priv.h69 enum rte_crypto_auth_operation auth_op;
H A Dpmd_snow3g_priv.h70 enum rte_crypto_auth_operation auth_op;
H A Dpmd_zuc_priv.h69 enum rte_crypto_auth_operation auth_op;
H A Dpmd_aesni_mb_priv.h900 enum rte_crypto_auth_operation operation;
/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h375 enum rte_crypto_auth_operation { enum
392 enum rte_crypto_auth_operation op;
/dpdk/drivers/crypto/openssl/
H A Dopenssl_pmd_private.h117 enum rte_crypto_auth_operation operation;
/dpdk/app/test-crypto-perf/
H A Dcperf_options.h115 enum rte_crypto_auth_operation auth_op;
H A Dcperf_options_parsing.c644 opts->auth_op = (enum rte_crypto_auth_operation)id; in parse_auth_op()
/dpdk/drivers/crypto/armv8/
H A Darmv8_pmd_private.h154 enum rte_crypto_auth_operation operation;
/dpdk/app/test/
H A Dtest_cryptodev.c2432 enum rte_crypto_auth_operation op, in create_wireless_algo_hash_session()
2576 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_cipher_auth_session()
2637 enum rte_crypto_auth_operation auth_op, in create_wireless_cipher_auth_session()
2711 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_auth_cipher_session()
2779 enum rte_crypto_auth_operation op, in create_wireless_algo_hash_operation()
2829 enum rte_crypto_auth_operation op) in create_wireless_cipher_hash_operation()
2905 enum rte_crypto_auth_operation op, in create_wireless_algo_cipher_hash_operation()
8354 enum rte_crypto_auth_operation opa, in test_pdcp_proto()
8539 enum rte_crypto_auth_operation opa, in test_pdcp_proto_SGL()
11789 enum rte_crypto_auth_operation op, in MD5_HMAC_create_session()
[all …]
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c797 enum rte_crypto_auth_operation crypto_operation; in qat_sym_session_configure_aead()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1167 parse_auth_op(enum rte_crypto_auth_operation *op, char *optarg) in parse_auth_op()