Home
last modified time | relevance | path

Searched refs:trunc_len (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dalgo.h387 uint8_t trunc_len) in cnstr_shdsc_hmac() argument
421 trunc_len = trunc_len && (trunc_len < storelen) ? trunc_len : storelen; in cnstr_shdsc_hmac()
451 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_hmac()
459 SEQFIFOLOAD(p, ICV2, trunc_len, LAST2); in cnstr_shdsc_hmac()
461 SEQSTORE(p, CONTEXT2, 0, trunc_len, 0); in cnstr_shdsc_hmac()
491 uint8_t trunc_len) in cnstr_shdsc_hash() argument
521 trunc_len = trunc_len && (trunc_len < storelen) ? trunc_len : storelen; in cnstr_shdsc_hash()
536 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_hash()
546 SEQFIFOLOAD(p, ICV2, trunc_len, LAST2); in cnstr_shdsc_hash()
548 SEQSTORE(p, CONTEXT2, 0, trunc_len, 0); in cnstr_shdsc_hash()
H A Dipsec.h1506 uint8_t trunc_len, uint8_t dir) in cnstr_shdsc_authenc() argument
1535 trunc_len = trunc_len && (trunc_len < authdata->keylen) ? in cnstr_shdsc_authenc()
1536 trunc_len : (uint8_t)authdata->keylen; in cnstr_shdsc_authenc()
1606 MATHB(p, VSEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_authenc()
1643 SEQSTORE(p, CONTEXT2, 0, trunc_len, 0); in cnstr_shdsc_authenc()
1646 SEQFIFOLOAD(p, ICV2, trunc_len, LAST2); in cnstr_shdsc_authenc()
/f-stack/freebsd/netinet/
H A Dsctp_header.h411 uint16_t trunc_len; member
H A Dsctp_input.c4196 if (ntohs(cp->trunc_len) <= pktdrp_len - sizeof(struct sctp_pktdrop_chunk)) { in sctp_handle_packet_dropped()
H A Dsctp_output.c11525 drp->trunc_len = htons(fullsz); in sctp_send_packet_dropped()
11535 drp->trunc_len = htons(0); in sctp_send_packet_dropped()