| /dpdk/lib/vhost/ |
| H A D | virtio_crypto.h | 144 uint32_t aad_len; member 173 uint32_t aad_len; member 296 uint32_t aad_len; member 336 uint32_t aad_len; member
|
| H A D | vhost_user.h | 102 uint32_t aad_len; member
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_se.h | 419 aad_len = fc_params->aad_buf.size; in cpt_enc_hmac_prep() 446 passthrough_len = 16 + aad_len; in cpt_enc_hmac_prep() 448 auth_data_len = aad_len; in cpt_enc_hmac_prep() 613 aad_len ? passthrough_len : 0; in cpt_enc_hmac_prep() 643 aad_len ? passthrough_len : 0; in cpt_enc_hmac_prep() 719 aad_len = fc_params->aad_buf.size; in cpt_dec_hmac_prep() 746 passthrough_len = 16 + aad_len; in cpt_dec_hmac_prep() 748 auth_data_len = aad_len; in cpt_dec_hmac_prep() 949 aad_len ? passthrough_len : 0; in cpt_dec_hmac_prep() 2154 uint16_t aad_len; in fill_fc_params() local [all …]
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_aesni_gcm_priv.h | 86 const uint8_t *aad, uint64_t aad_len, 95 uint64_t aad_len);
|
| H A D | pmd_aesni_mb.c | 752 sess->aead.aad_len = xform->aead.aad_length; in aesni_mb_session_configure() 756 sess->aead.aad_len = xform->aead.aad_length; in aesni_mb_session_configure() 1014 job->u.CCM.aad_len_in_bytes = session->aead.aad_len; in set_cpu_mb_job_params() 1031 job->u.GCM.aad_len_in_bytes = session->aead.aad_len; in set_cpu_mb_job_params() 1045 session->aead.aad_len; in set_cpu_mb_job_params() 1161 job->u.CCM.aad_len_in_bytes = session->aead.aad_len; in set_mb_job_params() 1177 job->u.GCM.aad_len_in_bytes = session->aead.aad_len; in set_mb_job_params() 1208 session->aead.aad_len; in set_mb_job_params()
|
| H A D | pmd_aesni_mb_priv.h | 948 uint16_t aad_len; member
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 691 aad_len = fc_params->aad_buf.size; in cpt_enc_hmac_prep() 743 passthrough_len = 16 + aad_len; in cpt_enc_hmac_prep() 745 auth_data_len = aad_len; in cpt_enc_hmac_prep() 924 aad_len ? passthrough_len : 0; in cpt_enc_hmac_prep() 958 aad_len ? passthrough_len : 0; in cpt_enc_hmac_prep() 1067 aad_len = fc_params->aad_buf.size; in cpt_dec_hmac_prep() 1093 passthrough_len = 16 + aad_len; in cpt_dec_hmac_prep() 1095 auth_data_len = aad_len; in cpt_dec_hmac_prep() 1366 uint32_t aad_offset = aad_len ? in cpt_dec_hmac_prep() 3129 uint16_t aad_len; in fill_fc_params() local [all …]
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 62 uint8_t aad_len; member 180 .aad_len = 8, 189 .aad_len = 8, 198 .aad_len = 8, 207 .aad_len = 8, 216 .aad_len = 8, 225 .aad_len = 8, 234 .aad_len = 8, 599 rule->aad_len = algo->aad_len; in parse_sa_tokens() 1296 sa->aad_len + aad_length; in sa_add_rules()
|
| H A D | ipsec.h | 137 uint16_t aad_len; member
|
| /dpdk/lib/ipsec/ |
| H A D | esp_outb.c | 175 if (tlen + sa->aad_len > rte_pktmbuf_tailroom(ml)) in outb_tun_pkt_prepare() 262 if (sa->aad_len != 0) { in outb_pkt_xprepare() 268 if (sa->aad_len != 0) { in outb_pkt_xprepare() 274 if (sa->aad_len != 0) { in outb_pkt_xprepare() 384 if (tlen + sa->aad_len > rte_pktmbuf_tailroom(ml)) in outb_trs_pkt_prepare()
|
| H A D | esp_inb.c | 230 if (sa->aad_len != 0) { in inb_pkt_xprepare() 236 if (sa->aad_len != 0) { in inb_pkt_xprepare() 242 if (sa->aad_len != 0) { in inb_pkt_xprepare() 323 if (sa->aad_len + sa->sqh_len > rte_pktmbuf_tailroom(ml)) in inb_prepare()
|
| H A D | sa.c | 400 sa->aad_len = sizeof(struct aead_gcm_aad); in esp_sa_init() 409 sa->aad_len = sizeof(struct aead_ccm_aad); in esp_sa_init() 418 sa->aad_len = sizeof(struct aead_chacha20_poly1305_aad); in esp_sa_init()
|
| H A D | sa.h | 106 uint8_t aad_len; member
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 610 session->aad_len = aead_xform->aad_length; in qat_sym_session_handle_single_pass() 1632 cdesc->aad_len); in qat_sym_cd_cipher_set() 1661 req_ucs->spc_aad_sz = cdesc->aad_len; in qat_sym_cd_cipher_set() 1665 req_cipher->spc_aad_sz = cdesc->aad_len; in qat_sym_cd_cipher_set() 1695 uint32_t *aad_len = NULL; in qat_sym_cd_auth_set() local 1882 aad_len = (uint32_t *)(cdesc->cd_cur_ptr + in qat_sym_cd_auth_set() 1885 *aad_len = rte_bswap32(aad_length); in qat_sym_cd_auth_set() 1886 cdesc->aad_len = aad_length; in qat_sym_cd_auth_set() 1955 cdesc->aad_len = aad_length; in qat_sym_cd_auth_set()
|
| H A D | qat_sym.h | 393 if (aad && ctx->aad_len > 0) in qat_sym_debug_log_dump() 395 ctx->aad_len); in qat_sym_debug_log_dump()
|
| H A D | qat_sym_session.h | 95 uint8_t aad_len; member
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_rxtx.c | 157 req_data->u.sym_req.u.chain.para.aad_len = session->aad.length; in virtqueue_crypto_sym_pkt_header_arrange() 172 req_data->u.sym_req.u.chain.para.aad_len = in virtqueue_crypto_sym_pkt_header_arrange() 173 chain_para->aad_len; in virtqueue_crypto_sym_pkt_header_arrange()
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation.h | 147 uint32_t aad_len; member
|
| /dpdk/app/test/ |
| H A D | test_ipsec_perf.c | 112 uint8_t aad_len; member 142 .aad_len = 8,
|
| H A D | test_cryptodev.c | 7986 const uint16_t aad_len, const uint8_t auth_len, in create_aead_session() argument 8028 const uint8_t aad_len, const uint8_t auth_len, in create_aead_xform() argument 8046 sym_op->xform->aead.aad_length = aad_len; in create_aead_xform() 14198 unsigned int aad_len = tdata->aad.len; in create_aead_operation_SGL() local 14232 aad_len = RTE_ALIGN_CEIL(aad_len + 18, 16); in create_aead_operation_SGL() 14235 ut_params->ibuf, aad_len); in create_aead_operation_SGL() 14241 memset(sym_op->aead.aad.data, 0, aad_len); in create_aead_operation_SGL() 14247 sym_op->aead.aad.data, aad_len); in create_aead_operation_SGL() 14254 aad_len_pad = RTE_ALIGN_CEIL(aad_len, 16); in create_aead_operation_SGL() 14263 memset(sym_op->aead.aad.data, 0, aad_len); in create_aead_operation_SGL() [all …]
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 750 if (ctx->aad_len > ICP_QAT_HW_CCM_AAD_DATA_OFFSET) { in enqueue_one_aead_job_gen1() 752 aad_ccm_real_len = ctx->aad_len - in enqueue_one_aead_job_gen1()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.c | 1696 uint16_t aad_len; member 1855 data->aead.aad_len = aead_xform->aad_length; in sym_crypto_apply() 2060 data->aead.aad_len); in pkt_work_sym_crypto()
|