Searched refs:authlen (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | algo.h | 78 uint32_t authlen) in cnstr_shdsc_zuca() argument 98 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_zuca() 108 SEQFIFOLOAD(p, ICV2, authlen, LAST2); in cnstr_shdsc_zuca() 111 SEQSTORE(p, CONTEXT2, 0, authlen, 0); in cnstr_shdsc_zuca() 233 uint32_t authlen) in cnstr_shdsc_snow_f9() argument 254 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_snow_f9() 264 SEQFIFOLOAD(p, ICV2, authlen, LAST2); in cnstr_shdsc_snow_f9() 267 SEQSTORE(p, CONTEXT2, 0, authlen, 0); in cnstr_shdsc_snow_f9() 609 uint32_t authlen) in cnstr_shdsc_kasumi_f9() argument 640 SEQFIFOLOAD(p, ICV2, authlen, LAST2); in cnstr_shdsc_kasumi_f9() [all …]
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_reqmgr.c | 612 create_aead_gph(uint32_t cryptlen, uint16_t ivlen, uint32_t authlen, in create_aead_gph() argument 630 gph->param1 = rte_cpu_to_be_16(authlen); in create_aead_gph() 632 auth_only_len = authlen - cryptlen; in create_aead_gph()
|