Home
last modified time | relevance | path

Searched defs:auth_only_len (Results 1 – 6 of 6) 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
444 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_fd() local
588 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_authenc_sg_fd() local
735 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_authenc_fd() local
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
615 int auth_only_len; in create_aead_gph() local
/f-stack/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
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h160 uint16_t auth_only_len; member