Home
last modified time | relevance | path

Searched defs:aead (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/test/
H A Dtest_security_proto.c60 struct rte_crypto_sym_xform *aead) in test_sec_crypto_caps_aead_verify()
H A Dtest_cryptodev_security_ipsec.h44 bool aead; member
58 struct rte_crypto_sym_xform aead; member
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.h83 } aead; member
/dpdk/lib/pipeline/
H A Drte_swx_ipsec.h276 struct rte_swx_ipsec_sa_aead_params aead; global() member
H A Drte_table_action.h787 } aead; global() member
H A Drte_table_action.c1704 } aead; global() member
[all...]
/dpdk/lib/ipsec/
H A Dsa.c23 struct rte_crypto_aead_xform *aead; member
[all...]
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h156 } aead; global() member
221 enum rte_crypto_aead_algorithm aead; global() member
H A Drte_crypto_sym.h587 struct rte_crypto_aead_xform aead; global() member
698 } aead; global() member
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c45 } aead; member
H A Dfips_validation.h86 } aead; global() member
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c1500 add_mapping(const char * str,uint16_t cdev_id,uint16_t qp,struct lcore_params * params,struct ipsec_ctx * ipsec_ctx,const struct rte_cryptodev_capabilities * cipher,const struct rte_cryptodev_capabilities * auth,const struct rte_cryptodev_capabilities * aead) add_mapping() argument