Home
last modified time | relevance | path

Searched defs:auth_only_len (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c48 uint32_t auth_only_len; in build_raw_dp_chain_fd() local
197 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_raw_dp_aead_fd() local
H A Ddpaa2_sec_dpseci.c323 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_sg_fd() local
469 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_fd() local
613 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_authenc_sg_fd() local
760 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_authenc_fd() local
H A Ddpaa2_sec_priv.h151 uint16_t auth_only_len; /*!< Length of data for Auth only */ member
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1067 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_cipher_auth_sg() local
1210 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_cipher_auth() local
H A Dcaam_jr_pvt.h137 uint16_t auth_only_len; /* Length of data for Auth only */ member
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c453 int auth_only_len; in create_cipher_auth_sglist() local
615 int auth_only_len; in create_aead_gph() local
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c401 uint32_t auth_only_len; in build_dpaa_raw_dp_chain_fd() local
H A Ddpaa_sec.h189 uint16_t auth_only_len; member