Searched refs:DIR_ENC (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | algo.h | 82 int dir = chk_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_zuca() 237 int dir = chk_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_snow_f9() 424 dir = do_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_hmac() 524 dir = do_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_hash() 613 int dir = chk_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_kasumi_f9() 670 OP_ALG_AS_FINALIZE, 0, DIR_ENC); in cnstr_shdsc_crc() 727 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in cnstr_shdsc_gcm_encap() 905 dir = do_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_aes_mac()
|
| H A D | pdcp.h | 482 DIR_ENC); in pdcp_insert_cplane_int_only_op() 537 DIR_ENC); in pdcp_insert_cplane_int_only_op() 589 DIR_ENC); in pdcp_insert_cplane_int_only_op() 933 DIR_ENC); in pdcp_insert_uplane_zuc_zuc_op() 1044 DIR_ENC); in pdcp_insert_uplane_aes_aes_op() 1232 DIR_ENC); in pdcp_insert_cplane_snow_aes_op() 1544 DIR_ENC); in pdcp_insert_cplane_snow_zuc_op() 1648 DIR_ENC); in pdcp_insert_cplane_aes_zuc_op() 1883 DIR_ENC); in pdcp_insert_cplane_zuc_aes_op() 3034 DIR_ENC); in cnstr_shdsc_pdcp_short_mac() [all …]
|
| H A D | sdap.h | 173 op = dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : DIR_DEC; in pdcp_sdap_insert_no_int_op() 266 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : in pdcp_sdap_insert_enc_only_op() 276 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : in pdcp_sdap_insert_enc_only_op() 287 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : in pdcp_sdap_insert_enc_only_op() 492 DIR_ENC); in pdcp_sdap_insert_snoop_op() 497 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : DIR_DEC); in pdcp_sdap_insert_snoop_op() 666 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in pdcp_sdap_insert_no_snoop_op()
|
| H A D | ipsec.h | 961 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in cnstr_shdsc_ipsec_encap_des_aes_xcbc() 1081 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in cnstr_shdsc_ipsec_decap_des_aes_xcbc() 1544 dir == DIR_ENC ? ICV_CHECK_DISABLE : ICV_CHECK_ENABLE, in cnstr_shdsc_authenc() 1557 dir == DIR_ENC ? ICV_CHECK_DISABLE : ICV_CHECK_ENABLE, in cnstr_shdsc_authenc() 1562 dir == DIR_ENC ? ICV_CHECK_DISABLE : ICV_CHECK_ENABLE, in cnstr_shdsc_authenc() 1629 if (dir == DIR_ENC) in cnstr_shdsc_authenc()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 394 if (sess->dir == DIR_ENC) { in build_authenc_gcm_sg_fd() 545 if (sess->dir == DIR_ENC) { in build_authenc_gcm_fd() 687 if (sess->dir == DIR_ENC) { in build_authenc_sg_fd() 2169 DIR_ENC : DIR_DEC; in dpaa2_sec_cipher_init() 2307 DIR_ENC : DIR_DEC; in dpaa2_sec_auth_init() 2565 DIR_ENC : DIR_DEC; in dpaa2_sec_aead_init() 2799 DIR_ENC : DIR_DEC; in dpaa2_sec_aead_chain_init() 2994 DIR_ENC : DIR_DEC; in dpaa2_sec_ipsec_aead_init() 3249 session->dir = DIR_ENC; in dpaa2_sec_set_ipsec_session() 3471 DIR_ENC : DIR_DEC; in dpaa2_sec_set_pdcp_session() [all …]
|
| H A D | dpaa2_sec_raw_dp.c | 91 op_fle->length = (sess->dir == DIR_ENC) ? in build_raw_dp_chain_fd() 126 if (sess->dir == DIR_ENC) { in build_raw_dp_chain_fd() 141 ip_fle->length = (sess->dir == DIR_ENC) ? in build_raw_dp_chain_fd() 240 op_fle->length = (sess->dir == DIR_ENC) ? in build_raw_dp_aead_fd() 273 if (sess->dir == DIR_ENC) { in build_raw_dp_aead_fd() 286 ip_fle->length = (sess->dir == DIR_ENC) ? in build_raw_dp_aead_fd()
|
| H A D | dpaa2_sec_priv.h | 55 #define DIR_ENC 1 macro
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | operation_cmd.h | 293 case DIR_ENC: in rta_operation() 392 case DIR_ENC: in rta_operation2()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_pvt.h | 25 #define DIR_ENC 1 macro
|
| H A D | caam_jr.c | 194 return ses->dir == DIR_ENC; in is_encode() 367 if (ses->dir == DIR_ENC) in caam_jr_prep_cdb() 434 if (ses->dir == DIR_ENC) { in caam_jr_prep_cdb() 1569 DIR_ENC : DIR_DEC; in caam_jr_cipher_init() 1592 DIR_ENC : DIR_DEC; in caam_jr_auth_init() 1618 DIR_ENC : DIR_DEC; in caam_jr_aead_init() 1898 session->dir = DIR_ENC; in caam_jr_set_ipsec_session()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 232 return ses->dir == DIR_ENC; in is_encode() 300 if (ses->dir == DIR_ENC) in dpaa_sec_prep_pdcp_cdb() 322 if (ses->dir == DIR_ENC) { in dpaa_sec_prep_pdcp_cdb() 428 if (ses->dir == DIR_ENC) { in dpaa_sec_prep_ipsec_cdb() 579 if (ses->dir == DIR_ENC) in dpaa_sec_prep_cdb() 2254 DIR_ENC : DIR_DEC; in dpaa_sec_cipher_init() 2357 DIR_ENC : DIR_DEC; in dpaa_sec_auth_init() 2470 DIR_ENC : DIR_DEC; in dpaa_sec_chain_init() 2507 DIR_ENC : DIR_DEC; in dpaa_sec_aead_init() 2975 session->dir = DIR_ENC; in dpaa_sec_set_ipsec_session() [all …]
|
| H A D | dpaa_sec.h | 42 #define DIR_ENC 1 macro
|
| H A D | dpaa_sec_raw_dp.c | 33 return ses->dir == DIR_ENC; in is_encode()
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | desc.h | 79 #define DIR_ENC 1 macro
|