Home
last modified time | relevance | path

Searched refs:aad_size (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_capabilities.c29 .aad_size = { 0 }
72 .aad_size = { 0 }
94 .aad_size = { 0 }
116 .aad_size = { 0 }
138 .aad_size = { 0 }
160 .aad_size = { 0 }
182 .aad_size = { 0 }
204 .aad_size = { 0 }
490 .aad_size = {
712 .aad_size = {
[all …]
H A Dbcmfs_sym_engine.c796 uint64_t aad_size = (aad != NULL) ? in bcmfs_crypto_build_chain_request() local
880 if (aad_size != 0) { in bcmfs_crypto_build_chain_request()
883 sreq->msgs.srcs_len[src_index] += aad_size; in bcmfs_crypto_build_chain_request()
887 sreq->msgs.srcs_len[src_index] = aad_size; in bcmfs_crypto_build_chain_request()
891 aad_size); in bcmfs_crypto_build_chain_request()
1068 spu2_fmd_ctrl2_write(fmd, aad_size, 0, 0, in bcmfs_crypto_build_aead_request()
1100 if (aad_size != 0) { in bcmfs_crypto_build_aead_request()
1101 if (aad_size < BCMFS_AAD_THRESH_LEN) { in bcmfs_crypto_build_aead_request()
1103 sreq->msgs.srcs_len[src_index] += aad_size; in bcmfs_crypto_build_aead_request()
1107 sreq->msgs.srcs_len[src_index] = aad_size; in bcmfs_crypto_build_aead_request()
[all …]
H A Dbcmfs_sym.c129 int rc = 0, aad_size = 0; in process_crypto_combined_op() local
171 aad_size = sym_op->auth.data.length - sym_op->cipher.data.length; in process_crypto_combined_op()
173 if (aad_size > 0) { in process_crypto_combined_op()
174 fsattr_sz(&aad) = aad_size; in process_crypto_combined_op()
189 (aad_size > 0) ? (&aad) : NULL, in process_crypto_combined_op()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_pmd_ops.c33 .aad_size = { 0 } \
54 .aad_size = { 0 } \
75 .aad_size = { 0 } \
96 .aad_size = { 0 } \
117 .aad_size = { 0 } \
138 .aad_size = { 0 } \
159 .aad_size = { 0 } \
180 .aad_size = { 0 } \
201 .aad_size = { 0 } \
327 .aad_size = { 0 } \
[all …]
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_capabilities.h257 .aad_size = { 0 }, \
299 .aad_size = { \
329 .aad_size = { \
720 .aad_size = { \
/f-stack/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_hw.h265 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD_UPPER(aad_size) \ argument
267 typeof(aad_size) aad_size1 = aad_size; \
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_capabilities.c128 .aad_size = {
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.h114 struct rte_crypto_param_range aad_size; member
140 struct rte_crypto_param_range aad_size; member
292 uint16_t key_size, uint16_t digest_size, uint16_t aad_size,
H A Drte_cryptodev.c398 uint16_t key_size, uint16_t digest_size, uint16_t aad_size, in rte_cryptodev_sym_capability_check_aead() argument
407 if (param_range_check(aad_size, &capability->aead.aad_size) != 0) in rte_cryptodev_sym_capability_check_aead()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_capabilities.c360 .aad_size = {
571 .aad_size = {
757 .aad_size = {
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_capabilities.c151 .aad_size = {
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd_ops.c416 .aad_size = {
467 .aad_size = {
674 .aad_size = {
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2040 cap->sym.aead.aad_size.min, in check_capabilities()
2041 cap->sym.aead.aad_size.max, in check_capabilities()
2042 cap->sym.aead.aad_size.increment) in check_capabilities()
2056 cap->sym.aead.aad_size.min, in check_capabilities()
2057 cap->sym.aead.aad_size.max, in check_capabilities()
2058 cap->sym.aead.aad_size.increment) in check_capabilities()
2371 cap->sym.auth.aad_size.min; in initialize_cryptodevs()
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd_ops.c56 .aad_size = {
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_capabilities.c583 .aad_size = {
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd_ops.c325 .aad_size = {
355 .aad_size = {
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h386 .aad_size = {
/f-stack/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd_ops.c338 .aad_size = {
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_priv.h494 .aad_size = {
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c544 .aad_size = { in ixgbe_crypto_capabilities_get()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c55 .aad_size = {
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst299 * Removed ``aad_size`` parameter from
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_security.rst433 .aad_size = { 0 },
H A Dcryptodev_lib.rst233 .aad_size = { 0 },