Home
last modified time | relevance | path

Searched defs:auth_op (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/crypto/kasumi/
H A Dkasumi_pmd_private.h68 enum rte_crypto_auth_operation auth_op; member
/f-stack/dpdk/drivers/crypto/snow3g/
H A Dsnow3g_pmd_private.h66 enum rte_crypto_auth_operation auth_op; member
/f-stack/dpdk/drivers/crypto/zuc/
H A Dzuc_pmd_private.h65 enum rte_crypto_auth_operation auth_op; member
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.h72 enum icp_qat_hw_auth_op auth_op; member
/f-stack/dpdk/drivers/crypto/bcmfs/
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/app/test-crypto-perf/
H A Dcperf_options.h112 enum rte_crypto_auth_operation auth_op; member
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2139 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()
10838 enum rte_crypto_auth_operation auth_op) in create_gmac_session()
11487 enum rte_crypto_auth_operation auth_op) in create_auth_session()
11520 enum rte_crypto_auth_operation auth_op, in create_auth_cipher_session()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3322 uint16_t auth_op = sess->cpt_op & CPT_OP_AUTH_MASK; in fill_digest_params() local