Searched refs:DIR_ENC (Results 1 – 12 of 12) sorted by relevance
| /f-stack/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()
|
| H A D | sdap.h | 148 op = dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : DIR_DEC; in pdcp_sdap_insert_no_int_op() 245 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : in pdcp_sdap_insert_enc_only_op() 255 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : in pdcp_sdap_insert_enc_only_op() 271 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : in pdcp_sdap_insert_enc_only_op() 477 DIR_ENC); in pdcp_sdap_insert_snoop_op() 482 dir == OP_TYPE_ENCAP_PROTOCOL ? DIR_ENC : DIR_DEC); in pdcp_sdap_insert_snoop_op() 660 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in pdcp_sdap_insert_no_snoop_op()
|
| H A D | pdcp.h | 620 DIR_ENC); in pdcp_insert_cplane_int_only_op() 726 DIR_ENC); in pdcp_insert_cplane_int_only_op() 800 DIR_ENC); in pdcp_insert_cplane_int_only_op() 1209 DIR_ENC); in pdcp_insert_uplane_zuc_zuc_op() 1321 DIR_ENC); in pdcp_insert_uplane_aes_aes_op() 1583 DIR_ENC); in pdcp_insert_cplane_snow_aes_op() 1977 DIR_ENC); in pdcp_insert_cplane_snow_zuc_op() 2102 DIR_ENC); in pdcp_insert_cplane_aes_zuc_op() 2378 DIR_ENC); in pdcp_insert_cplane_zuc_aes_op() 3724 DIR_ENC); in cnstr_shdsc_pdcp_short_mac() [all …]
|
| H A D | ipsec.h | 969 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in cnstr_shdsc_ipsec_encap_des_aes_xcbc() 1087 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in cnstr_shdsc_ipsec_decap_des_aes_xcbc() 1562 dir == DIR_ENC ? ICV_CHECK_DISABLE : ICV_CHECK_ENABLE, in cnstr_shdsc_authenc() 1574 dir == DIR_ENC ? ICV_CHECK_DISABLE : ICV_CHECK_ENABLE, in cnstr_shdsc_authenc() 1641 if (dir == DIR_ENC) in cnstr_shdsc_authenc()
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 370 if (sess->dir == DIR_ENC) { in build_authenc_gcm_sg_fd() 520 if (sess->dir == DIR_ENC) { in build_authenc_gcm_fd() 662 if (sess->dir == DIR_ENC) { in build_authenc_sg_fd() 1863 DIR_ENC : DIR_DEC; in dpaa2_sec_cipher_init() 2004 DIR_ENC : DIR_DEC; in dpaa2_sec_auth_init() 2247 DIR_ENC : DIR_DEC; in dpaa2_sec_aead_init() 2476 DIR_ENC : DIR_DEC; in dpaa2_sec_aead_chain_init() 2672 DIR_ENC : DIR_DEC; in dpaa2_sec_ipsec_aead_init() 2918 session->dir = DIR_ENC; in dpaa2_sec_set_ipsec_session() 3140 DIR_ENC : DIR_DEC; in dpaa2_sec_set_pdcp_session() [all …]
|
| H A D | dpaa2_sec_priv.h | 43 #define DIR_ENC 1 macro
|
| /f-stack/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() 1891 session->dir = DIR_ENC; in caam_jr_set_ipsec_session()
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 225 return ses->dir == DIR_ENC; in is_encode() 276 if (ses->dir == DIR_ENC) in dpaa_sec_prep_pdcp_cdb() 297 if (ses->dir == DIR_ENC) { in dpaa_sec_prep_pdcp_cdb() 403 if (ses->dir == DIR_ENC) { in dpaa_sec_prep_ipsec_cdb() 532 if (ses->dir == DIR_ENC) in dpaa_sec_prep_cdb() 2051 DIR_ENC : DIR_DEC; in dpaa_sec_cipher_init() 2119 DIR_ENC : DIR_DEC; in dpaa_sec_auth_init() 2220 DIR_ENC : DIR_DEC; in dpaa_sec_chain_init() 2257 DIR_ENC : DIR_DEC; in dpaa_sec_aead_init() 2711 session->dir = DIR_ENC; in dpaa_sec_set_ipsec_session() [all …]
|
| H A D | dpaa_sec.h | 34 #define DIR_ENC 1 macro
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | operation_cmd.h | 309 case DIR_ENC: in rta_operation()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | desc.h | 79 #define DIR_ENC 1 macro
|