| /dpdk/app/test/ |
| H A D | test_cryptodev_security_pdcp_test_vectors.h | 715 .auth_alg = 0, 724 .auth_alg = 0, 733 .auth_alg = 0, 742 .auth_alg = 0, 751 .auth_alg = 0, 760 .auth_alg = 0, 769 .auth_alg = 0, 778 .auth_alg = 0, 787 .auth_alg = 0, 796 .auth_alg = 0, [all …]
|
| H A D | test_cryptodev_security_pdcp_sdap_test_vectors.h | 43 .auth_alg = 0, 72 .auth_alg = 0, 101 .auth_alg = 0, 131 .auth_alg = 0, 160 .auth_alg = 0, 190 .auth_alg = 0, 219 .auth_alg = 0, 248 .auth_alg = 0, 1818 .auth_alg = 0, 1848 .auth_alg = 0, [all …]
|
| H A D | test_cryptodev.c | 8360 enum rte_crypto_auth_algorithm auth_alg, in test_pdcp_proto() argument 8414 if (auth_alg != 0) { in test_pdcp_proto() 8417 ut_params->auth_xform.auth.algo = auth_alg; in test_pdcp_proto() 8694 if (pdcp_test_params[i].auth_alg != 0) { in test_pdcp_proto_SGL() 8850 pdcp_test_params[i].auth_alg, pdcp_test_auth_key[i], in test_pdcp_proto_cplane_encap() 9021 cur_test->param.auth_alg, in test_PDCP_SDAP_PROTO_encap_all() 9062 0, cur_test->param.auth_alg, in test_PDCP_PROTO_short_mac() 9108 cur_test->param.auth_alg, cur_test->auth_key, in test_PDCP_SDAP_PROTO_decap_all() 9509 enum rte_crypto_auth_algorithm auth_alg; in test_ipsec_proto_all() local 9512 auth_alg = td_outb->xform.chain.auth.auth.algo; in test_ipsec_proto_all() [all …]
|
| /dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 114 .auth_alg = SAM_AUTH_NONE }, 117 .auth_alg = SAM_AUTH_HMAC_MD5 }, 120 .auth_alg = SAM_AUTH_HASH_MD5 }, 123 .auth_alg = SAM_AUTH_HMAC_SHA1 }, 126 .auth_alg = SAM_AUTH_HASH_SHA1 }, 129 .auth_alg = SAM_AUTH_HMAC_SHA2_224 }, 132 .auth_alg = SAM_AUTH_HASH_SHA2_224 }, 135 .auth_alg = SAM_AUTH_HMAC_SHA2_256 }, 138 .auth_alg = SAM_AUTH_HASH_SHA2_256 }, 153 .auth_alg = SAM_AUTH_AES_GMAC }, [all …]
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 2389 session->auth_alg = RTE_CRYPTO_AUTH_SHA1; in dpaa2_sec_auth_init() 2398 session->auth_alg = RTE_CRYPTO_AUTH_MD5; in dpaa2_sec_auth_init() 3038 session->auth_alg = auth_xform->algo; in dpaa2_sec_ipsec_proto_init() 3050 switch (session->auth_alg) { in dpaa2_sec_ipsec_proto_init() 3099 session->auth_alg); in dpaa2_sec_ipsec_proto_init() 3103 session->auth_alg); in dpaa2_sec_ipsec_proto_init() 3529 session->auth_alg = auth_xform->algo; in dpaa2_sec_set_pdcp_session() 3533 session->auth_alg = 0; in dpaa2_sec_set_pdcp_session() 3540 if (session->auth_alg) { in dpaa2_sec_set_pdcp_session() 3541 switch (session->auth_alg) { in dpaa2_sec_set_pdcp_session() [all …]
|
| H A D | dpaa2_sec_raw_dp.c | 401 if (sess->auth_alg == RTE_CRYPTO_AUTH_SNOW3G_UIA2) { in build_raw_dp_auth_fd() 404 } else if (sess->auth_alg == RTE_CRYPTO_AUTH_ZUC_EIA3) { in build_raw_dp_auth_fd()
|
| H A D | dpaa2_sec_priv.h | 196 enum rte_crypto_auth_algorithm auth_alg; /*!< Authentication Algorithm*/ member
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 159 (ses->auth_alg == RTE_CRYPTO_AUTH_NULL)); in is_cipher_only() 166 (ses->auth_alg != RTE_CRYPTO_AUTH_NULL)); in is_auth_only() 173 (ses->auth_alg == 0) && in is_aead() 181 (ses->auth_alg != RTE_CRYPTO_AUTH_NULL) && in is_auth_cipher() 206 switch (ses->auth_alg) { in caam_auth_alg() 1579 session->auth_alg = xform->auth.algo; in caam_jr_auth_init() 1642 session->auth_alg = RTE_CRYPTO_AUTH_NULL; in caam_jr_set_session_parameters() 1800 session->auth_alg = RTE_CRYPTO_AUTH_SHA1_HMAC; in caam_jr_set_ipsec_session() 1803 session->auth_alg = RTE_CRYPTO_AUTH_MD5_HMAC; in caam_jr_set_ipsec_session() 1815 session->auth_alg = RTE_CRYPTO_AUTH_AES_CMAC; in caam_jr_set_ipsec_session() [all …]
|
| H A D | caam_jr_pvt.h | 114 enum rte_crypto_auth_algorithm auth_alg; /* Authentication Algorithm*/ member
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 226 (ses->auth_alg == 0) && in is_aead() 261 if (ses->auth_alg) { in dpaa_sec_prep_pdcp_cdb() 515 switch (ses->auth_alg) { in dpaa_sec_prep_cdb() 2265 session->auth_alg = xform->auth.algo; in dpaa_sec_auth_init() 2404 session->auth_alg = auth_xform->algo; in dpaa_sec_chain_init() 2839 session->auth_alg = auth_xform->algo; in dpaa_sec_ipsec_proto_init() 2847 switch (session->auth_alg) { in dpaa_sec_ipsec_proto_init() 2896 session->auth_alg); in dpaa_sec_ipsec_proto_init() 2900 session->auth_alg); in dpaa_sec_ipsec_proto_init() 3217 session->auth_alg); in dpaa_sec_set_pdcp_session() [all …]
|
| H A D | dpaa_sec_raw_dp.c | 164 if (ses->auth_alg == RTE_CRYPTO_AUTH_SNOW3G_UIA2) { in build_dpaa_raw_dp_auth_fd() 167 } else if (ses->auth_alg == RTE_CRYPTO_AUTH_ZUC_EIA3) { in build_dpaa_raw_dp_auth_fd()
|
| H A D | dpaa_sec.h | 154 enum rte_crypto_auth_algorithm auth_alg; /*!< Authentication Algorithm*/ member
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_engine.c | 219 spu2_hash_xlate(enum rte_crypto_auth_algorithm auth_alg, in spu2_hash_xlate() argument 226 switch (auth_alg) { in spu2_hash_xlate() 771 enum rte_crypto_auth_algorithm auth_alg, in bcmfs_crypto_build_chain_request() argument 811 ret = spu2_hash_xlate(auth_alg, auth_key, &spu2_auth_type, in bcmfs_crypto_build_chain_request()
|
| /dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | sdap.h | 30 rta_inline_pdcp_sdap_query(enum auth_type_pdcp auth_alg, in rta_inline_pdcp_sdap_query() argument 36 (auth_alg != PDCP_AUTH_TYPE_NULL)) in rta_inline_pdcp_sdap_query()
|
| H A D | pdcp.h | 283 rta_inline_pdcp_query(enum auth_type_pdcp auth_alg, in rta_inline_pdcp_query() argument 306 auth_alg == PDCP_AUTH_TYPE_AES) || in rta_inline_pdcp_query() 308 auth_alg == PDCP_AUTH_TYPE_SNOW) || in rta_inline_pdcp_query() 310 auth_alg == PDCP_AUTH_TYPE_SNOW) || in rta_inline_pdcp_query() 312 auth_alg == PDCP_AUTH_TYPE_SNOW))) { in rta_inline_pdcp_query()
|