Home
last modified time | relevance | path

Searched refs:auth_only_len (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c299 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_sg_fd() local
347 if (auth_only_len) in build_authenc_gcm_sg_fd()
395 if (auth_only_len) { in build_authenc_gcm_sg_fd()
426 if (auth_only_len) { in build_authenc_gcm_sg_fd()
444 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_fd() local
507 if (auth_only_len) in build_authenc_gcm_fd()
544 if (auth_only_len) { in build_authenc_gcm_fd()
566 if (auth_only_len) { in build_authenc_gcm_fd()
639 if (auth_only_len) in build_authenc_sg_fd()
713 if (auth_only_len) { in build_authenc_sg_fd()
[all …]
H A Ddpaa2_sec_priv.h140 uint16_t auth_only_len; /*!< Length of data for Auth only */ member
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c453 int auth_only_len; in create_cipher_auth_sglist() local
457 auth_only_len = op->sym->auth.data.length - op->sym->cipher.data.length; in create_cipher_auth_sglist()
458 if (unlikely(auth_only_len < 0)) in create_cipher_auth_sglist()
469 auth_only_len); in create_cipher_auth_sglist()
615 int auth_only_len; in create_aead_gph() local
632 auth_only_len = authlen - cryptlen; in create_aead_gph()
633 gph->param2 = rte_cpu_to_be_16(ivlen + auth_only_len); in create_aead_gph()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_pvt.h137 uint16_t auth_only_len; /* Length of data for Auth only */ member
H A Dcaam_jr.c1067 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_cipher_auth_sg() local
1186 if (auth_only_len) in build_cipher_auth_sg()
1188 (jobdescr)->dpovrd = 0x80000000 | auth_only_len; in build_cipher_auth_sg()
1210 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_cipher_auth() local
1297 if (auth_only_len) in build_cipher_auth()
1299 (jobdescr)->dpovrd = 0x80000000 | auth_only_len; in build_cipher_auth()
1605 session->auth_only_len = xform->aead.aad_length; in caam_jr_aead_init()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c1118 if (ses->auth_only_len) in build_cipher_auth_gcm_sg()
1182 + ses->auth_only_len; in build_cipher_auth_gcm_sg()
1185 + ses->auth_only_len + ses->digest_length; in build_cipher_auth_gcm_sg()
1198 if (ses->auth_only_len) { in build_cipher_auth_gcm_sg()
1201 sg->length = ses->auth_only_len; in build_cipher_auth_gcm_sg()
1272 if (ses->auth_only_len) { in build_cipher_auth_gcm()
1275 sg->length = ses->auth_only_len; in build_cipher_auth_gcm()
1292 if (ses->auth_only_len) { in build_cipher_auth_gcm()
1295 sg->length = ses->auth_only_len; in build_cipher_auth_gcm()
1804 auth_hdr_len = ses->auth_only_len; in dpaa_sec_enqueue_burst()
[all …]
H A Ddpaa_sec.h160 uint16_t auth_only_len; member