Searched refs:DIR_DEC (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() 298 const bool need_dk = (dir == DIR_DEC) && in cnstr_shdsc_blkcipher() 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() 834 OP_ALG_AS_INITFINAL, ICV_CHECK_ENABLE, DIR_DEC); in cnstr_shdsc_gcm_decap() 905 dir = do_icv ? DIR_DEC : DIR_ENC; in cnstr_shdsc_aes_mac()
|
| H A D | sdap.h | 173 op = dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : DIR_DEC; in pdcp_sdap_insert_no_int_op() 267 DIR_DEC); in pdcp_sdap_insert_enc_only_op() 277 DIR_DEC); in pdcp_sdap_insert_enc_only_op() 288 DIR_DEC); in pdcp_sdap_insert_enc_only_op() 497 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : DIR_DEC); in pdcp_sdap_insert_snoop_op() 623 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_DEC); in pdcp_sdap_insert_no_snoop_op() 713 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_DEC); in pdcp_sdap_insert_no_snoop_op() 739 OP_ALG_AS_INITFINAL, ICV_CHECK_ENABLE, DIR_DEC); in pdcp_sdap_insert_no_snoop_op()
|
| H A D | pdcp.h | 831 DIR_DEC); in pdcp_insert_uplane_snow_snow_op() 1022 DIR_DEC); in pdcp_insert_uplane_aes_aes_op() 1066 DIR_DEC); in pdcp_insert_uplane_aes_aes_op() 1090 DIR_DEC); in pdcp_insert_uplane_aes_aes_op() 1209 DIR_DEC); in pdcp_insert_cplane_snow_aes_op() 1297 DIR_DEC); in pdcp_insert_cplane_snow_aes_op() 1325 DIR_DEC); in pdcp_insert_cplane_snow_aes_op() 1441 DIR_DEC); in pdcp_insert_cplane_aes_snow_op() 1770 DIR_DEC); in pdcp_insert_cplane_zuc_snow_op() 1862 DIR_DEC); in pdcp_insert_cplane_zuc_aes_op() [all …]
|
| H A D | ipsec.h | 1083 OP_ALG_AS_INITFINAL, ICV_CHECK_ENABLE, DIR_DEC); in cnstr_shdsc_ipsec_decap_des_aes_xcbc() 1492 const bool need_dk = (dir == DIR_DEC) && in cnstr_shdsc_authenc() 1593 if (dir == DIR_DEC) { in cnstr_shdsc_authenc()
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | operation_cmd.h | 287 case DIR_DEC: in rta_operation() 386 case DIR_DEC: in rta_operation2()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_pvt.h | 26 #define DIR_DEC 0 macro
|
| H A D | caam_jr.c | 200 return ses->dir == DIR_DEC; in is_decode() 441 } else if (ses->dir == DIR_DEC) { 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() 1905 session->dir = DIR_DEC; in caam_jr_set_ipsec_session()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 441 if (sess->dir == DIR_DEC) { in build_authenc_gcm_sg_fd() 581 if (sess->dir == DIR_DEC) { in build_authenc_gcm_fd() 728 if (sess->dir == DIR_DEC) { in build_authenc_sg_fd() 872 if (sess->dir == DIR_DEC) { in build_authenc_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() 3357 session->dir = DIR_DEC; in dpaa2_sec_set_ipsec_session() [all …]
|
| H A D | dpaa2_sec_raw_dp.c | 162 if (sess->dir == DIR_DEC) { in build_raw_dp_chain_fd() 314 if (sess->dir == DIR_DEC) { in build_raw_dp_aead_fd() 430 if (sess->dir == DIR_DEC) { in build_raw_dp_auth_fd()
|
| H A D | dpaa2_sec_priv.h | 56 #define DIR_DEC 0 macro
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 237 return ses->dir == DIR_DEC; in is_decode() 309 else if (ses->dir == DIR_DEC) in dpaa_sec_prep_pdcp_cdb() 343 } else if (ses->dir == DIR_DEC) { in dpaa_sec_prep_pdcp_cdb() 435 } else if (ses->dir == DIR_DEC) { in dpaa_sec_prep_ipsec_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() 2977 session->dir = DIR_DEC; in dpaa_sec_set_ipsec_session() 3182 DIR_ENC : DIR_DEC; in dpaa_sec_set_pdcp_session()
|
| H A D | dpaa_sec.h | 43 #define DIR_DEC 0 macro
|
| H A D | dpaa_sec_raw_dp.c | 38 return ses->dir == DIR_DEC; in is_decode()
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | desc.h | 80 #define DIR_DEC 0 macro
|