| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_capabilities.c | 29 .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 D | bcmfs_sym_engine.c | 796 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 D | bcmfs_sym.c | 129 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 D | ccp_pmd_ops.c | 33 .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 D | qat_sym_capabilities.h | 257 .aad_size = { 0 }, \ 299 .aad_size = { \ 329 .aad_size = { \ 720 .aad_size = { \
|
| /f-stack/dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_hw.h | 265 #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 D | nitrox_sym_capabilities.c | 128 .aad_size = {
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev.h | 114 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 D | rte_cryptodev.c | 398 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 D | otx2_cryptodev_capabilities.c | 360 .aad_size = { 571 .aad_size = { 757 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_capabilities.c | 151 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd_ops.c | 416 .aad_size = { 467 .aad_size = { 674 .aad_size = {
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2040 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 D | aesni_gcm_pmd_ops.c | 56 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_capabilities.c | 583 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd_ops.c | 325 .aad_size = { 355 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.h | 386 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd_ops.c | 338 .aad_size = {
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_priv.h | 494 .aad_size = {
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ipsec.c | 544 .aad_size = { in ixgbe_crypto_capabilities_get()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec.c | 55 .aad_size = {
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 299 * Removed ``aad_size`` parameter from
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 433 .aad_size = { 0 },
|
| H A D | cryptodev_lib.rst | 233 .aad_size = { 0 },
|