Searched refs:aad_buf (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_se.h | 419 aad_len = fc_params->aad_buf.size; in cpt_enc_hmac_prep() 420 aad_buf = &fc_params->aad_buf; in cpt_enc_hmac_prep() 578 &size, aad_buf, aad_offset); in cpt_enc_hmac_prep() 624 aad_buf, aad_offset); in cpt_enc_hmac_prep() 654 aad_buf, aad_offset); in cpt_enc_hmac_prep() 719 aad_len = fc_params->aad_buf.size; in cpt_dec_hmac_prep() 720 aad_buf = &fc_params->aad_buf; in cpt_dec_hmac_prep() 871 aad_buf, aad_offset); in cpt_dec_hmac_prep() 907 aad_buf, aad_offset); in cpt_dec_hmac_prep() 958 &size, aad_buf, aad_offset); in cpt_dec_hmac_prep() [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_se.h | 272 struct roc_se_buf_ptr aad_buf __plt_cache_aligned; 276 PLT_STATIC_ASSERT((offsetof(struct roc_se_fc_params, aad_buf) % 128) == 0);
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 666 buf_ptr_t *meta_p, *aad_buf = NULL; in cpt_enc_hmac_prep() local 691 aad_len = fc_params->aad_buf.size; in cpt_enc_hmac_prep() 692 aad_buf = &fc_params->aad_buf; in cpt_enc_hmac_prep() 893 aad_buf, aad_offset); in cpt_enc_hmac_prep() 938 aad_buf, in cpt_enc_hmac_prep() 972 aad_buf, in cpt_enc_hmac_prep() 1041 buf_ptr_t *meta_p, *aad_buf = NULL; in cpt_dec_hmac_prep() local 1068 aad_buf = &fc_params->aad_buf; in cpt_dec_hmac_prep() 1289 aad_buf, in cpt_dec_hmac_prep() 1327 aad_buf, in cpt_dec_hmac_prep() [all …]
|
| H A D | cpt_mcode_defines.h | 409 buf_ptr_t aad_buf; member
|