Home
last modified time | relevance | path

Searched defs:aad_size (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym.c129 int rc = 0, aad_size = 0; in process_crypto_combined_op() local
H A Dbcmfs_sym_engine.c796 uint64_t aad_size = (aad != NULL) ? in bcmfs_crypto_build_chain_request() local
990 uint64_t aad_size = (aad != NULL) ? fsattr_sz(aad) : 0; in bcmfs_crypto_build_aead_request() local
/dpdk/app/test/
H A Dtest_cryptodev_crosscheck.c53 uint16_t aad_size; member
679 uint16_t aad_size, digest_size, plaintext_len; in operation_create() local
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h120 struct rte_crypto_param_range aad_size; global() member
152 struct rte_crypto_param_range aad_size; global() member
H A Drte_cryptodev.c533 rte_cryptodev_sym_capability_check_aead(const struct rte_cryptodev_symmetric_capability * capability,uint16_t key_size,uint16_t digest_size,uint16_t aad_size,uint16_t iv_size) rte_cryptodev_sym_capability_check_aead() argument
/dpdk/lib/pipeline/
H A Drte_swx_ipsec.c754 uint32_t aad_size; member
/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_hw.h316 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD_UPPER(aad_size) \ argument