Home
last modified time | relevance | path

Searched refs:auth_type (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcn9k_ipsec.c192 ctl->auth_type = ROC_IE_ON_SA_AUTH_NULL; in ipsec_sa_ctl_set()
195 ctl->auth_type = ROC_IE_ON_SA_AUTH_MD5; in ipsec_sa_ctl_set()
198 ctl->auth_type = ROC_IE_ON_SA_AUTH_SHA1; in ipsec_sa_ctl_set()
201 ctl->auth_type = ROC_IE_ON_SA_AUTH_SHA2_224; in ipsec_sa_ctl_set()
204 ctl->auth_type = ROC_IE_ON_SA_AUTH_SHA2_256; in ipsec_sa_ctl_set()
207 ctl->auth_type = ROC_IE_ON_SA_AUTH_SHA2_384; in ipsec_sa_ctl_set()
210 ctl->auth_type = ROC_IE_ON_SA_AUTH_SHA2_512; in ipsec_sa_ctl_set()
213 ctl->auth_type = ROC_IE_ON_SA_AUTH_AES_GMAC; in ipsec_sa_ctl_set()
217 ctl->auth_type = ROC_IE_ON_SA_AUTH_AES_XCBC_128; in ipsec_sa_ctl_set()
370 ctl->auth_type == ROC_IE_ON_SA_AUTH_NULL || in cn9k_ipsec_outb_sa_create()
[all …]
H A Dcnxk_se.h1676 auth_type = ROC_SE_POLY1305; in fill_sess_aead()
1851 auth_type = ROC_SE_SHA1_TYPE; in fill_sess_auth()
1855 auth_type = ROC_SE_SHA2_SHA256; in fill_sess_auth()
1859 auth_type = ROC_SE_SHA2_SHA512; in fill_sess_auth()
1862 auth_type = ROC_SE_GMAC_TYPE; in fill_sess_auth()
1867 auth_type = ROC_SE_SHA2_SHA224; in fill_sess_auth()
1871 auth_type = ROC_SE_SHA2_SHA384; in fill_sess_auth()
1875 auth_type = ROC_SE_MD5_TYPE; in fill_sess_auth()
1890 auth_type = ROC_SE_ZUC_EIA3; in fill_sess_auth()
1894 auth_type = 0; in fill_sess_auth()
[all …]
H A Dcn10k_ipsec_la_ops.h69 sess->out_sa.w2.s.auth_type == ROC_IE_OT_SA_AUTH_AES_GMAC) in process_outb_sa()
/dpdk/drivers/common/cnxk/
H A Dcnxk_security.c111 w2->s.auth_type = ROC_IE_OT_SA_AUTH_NULL; in ot_ipsec_sa_common_param_fill()
144 w2->s.auth_type = ROC_IE_OT_SA_AUTH_NULL; in ot_ipsec_sa_common_param_fill()
147 w2->s.auth_type = ROC_IE_OT_SA_AUTH_SHA1; in ot_ipsec_sa_common_param_fill()
150 w2->s.auth_type = ROC_IE_OT_SA_AUTH_SHA2_256; in ot_ipsec_sa_common_param_fill()
153 w2->s.auth_type = ROC_IE_OT_SA_AUTH_SHA2_384; in ot_ipsec_sa_common_param_fill()
156 w2->s.auth_type = ROC_IE_OT_SA_AUTH_SHA2_512; in ot_ipsec_sa_common_param_fill()
159 w2->s.auth_type = ROC_IE_OT_SA_AUTH_AES_XCBC_128; in ot_ipsec_sa_common_param_fill()
162 w2->s.auth_type = ROC_IE_OT_SA_AUTH_AES_GMAC; in ot_ipsec_sa_common_param_fill()
207 w2->s.auth_type == ROC_IE_OT_SA_AUTH_AES_GMAC) { in ot_ipsec_sa_common_param_fill()
662 ctl->auth_type = ROC_IE_ON_SA_AUTH_NULL; in onf_ipsec_sa_common_param_fill()
[all …]
H A Droc_ie_on.h153 uint64_t auth_type : 4; member
265 uint64_t auth_type : 4; member
H A Droc_ie_ot.h215 uint64_t auth_type : 4; member
368 uint64_t auth_type : 4; member
491 uint64_t auth_type : 4; member
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2605 auth_type = POLY1305; in fill_sess_aead()
2776 auth_type = SHA1_TYPE; in fill_sess_auth()
2780 auth_type = SHA2_SHA256; in fill_sess_auth()
2784 auth_type = SHA2_SHA512; in fill_sess_auth()
2787 auth_type = GMAC_TYPE; in fill_sess_auth()
2792 auth_type = SHA2_SHA224; in fill_sess_auth()
2796 auth_type = SHA2_SHA384; in fill_sess_auth()
2800 auth_type = MD5_TYPE; in fill_sess_auth()
2815 auth_type = ZUC_EIA3; in fill_sess_auth()
2819 auth_type = 0; in fill_sess_auth()
[all …]
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c424 enum spu2_hash_type auth_type, in spu2_fmd_ctrl0_write() argument
441 if (is_inbound && auth_type != SPU2_HASH_TYPE_NONE) in spu2_fmd_ctrl0_write()
444 ctrl0 |= (((uint64_t)auth_type << SPU2_HASH_TYPE_SHIFT) | in spu2_fmd_ctrl0_write()
/dpdk/drivers/net/cnxk/
H A Dcn10k_ethdev_sec.c517 outb_sa->w2.s.auth_type == ROC_IE_OT_SA_AUTH_AES_GMAC) { in outb_dbg_iv_update()