Home
last modified time | relevance | path

Searched refs:OP_ALG_AS_INITFINAL (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dalgo.h53 OP_ALG_AS_INITFINAL, 0, dir); in cnstr_shdsc_zuce()
103 OP_ALG_AS_INITFINAL, chk_icv, dir); in cnstr_shdsc_zuca()
150 OP_ALG_AS_INITFINAL, 0, dir); in cnstr_shdsc_snow_f8()
259 OP_ALG_AS_INITFINAL, chk_icv, dir); in cnstr_shdsc_snow_f9()
328 OP_ALG_AAI_DK, OP_ALG_AS_INITFINAL, in cnstr_shdsc_blkcipher()
439 OP_ALG_AS_INITFINAL, opicv, dir); in cnstr_shdsc_hmac()
445 OP_ALG_AS_INITFINAL, opicv, dir); in cnstr_shdsc_hmac()
542 OP_ALG_AS_INITFINAL, opicv, dir); in cnstr_shdsc_hash()
587 OP_ALG_AS_INITFINAL, 0, dir); in cnstr_shdsc_kasumi_f8()
635 OP_ALG_AS_INITFINAL, chk_icv, dir); in cnstr_shdsc_kasumi_f9()
[all …]
H A Dpdcp.h479 OP_ALG_AS_INITFINAL, in pdcp_insert_cplane_int_only_op()
534 OP_ALG_AS_INITFINAL, in pdcp_insert_cplane_int_only_op()
586 OP_ALG_AS_INITFINAL, in pdcp_insert_cplane_int_only_op()
703 OP_ALG_AS_INITFINAL, in pdcp_insert_cplane_enc_only_op()
828 OP_ALG_AS_INITFINAL, in pdcp_insert_uplane_snow_snow_op()
834 OP_ALG_AS_INITFINAL, in pdcp_insert_uplane_snow_snow_op()
930 OP_ALG_AS_INITFINAL, in pdcp_insert_uplane_zuc_zuc_op()
937 OP_ALG_AS_INITFINAL, in pdcp_insert_uplane_zuc_zuc_op()
1438 OP_ALG_AS_INITFINAL, in pdcp_insert_cplane_aes_snow_op()
1444 OP_ALG_AS_INITFINAL, in pdcp_insert_cplane_aes_snow_op()
[all …]
H A Dsdap.h179 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, op); in pdcp_sdap_insert_no_int_op()
186 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, op); in pdcp_sdap_insert_no_int_op()
195 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, op); in pdcp_sdap_insert_no_int_op()
265 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, in pdcp_sdap_insert_enc_only_op()
275 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, in pdcp_sdap_insert_enc_only_op()
286 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, in pdcp_sdap_insert_enc_only_op()
489 ALG_OPERATION(p, int_op_alg, int_op_aai, OP_ALG_AS_INITFINAL, in pdcp_sdap_insert_snoop_op()
623 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_DEC); in pdcp_sdap_insert_no_snoop_op()
666 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_ENC); in pdcp_sdap_insert_no_snoop_op()
713 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, DIR_DEC); in pdcp_sdap_insert_no_snoop_op()
[all …]
H A Dipsec.h961 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()
1083 OP_ALG_AS_INITFINAL, ICV_CHECK_ENABLE, DIR_DEC); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1543 OP_ALG_AS_INITFINAL, in cnstr_shdsc_authenc()
1549 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, dir); in cnstr_shdsc_authenc()
1556 OP_ALG_AS_INITFINAL, in cnstr_shdsc_authenc()
1561 OP_ALG_AS_INITFINAL, in cnstr_shdsc_authenc()
1567 OP_ALG_AAI_DK, OP_ALG_AS_INITFINAL, in cnstr_shdsc_authenc()
1573 OP_ALG_AS_INITFINAL, ICV_CHECK_DISABLE, dir); in cnstr_shdsc_authenc()
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h261 case OP_ALG_AS_INITFINAL: in rta_operation()
360 case OP_ALG_AS_INITFINAL: in rta_operation2()
/dpdk/drivers/common/dpaax/caamflib/
H A Ddesc.h1098 #define OP_ALG_AS_INITFINAL (3 << OP_ALG_AS_SHIFT) macro