Home
last modified time | relevance | path

Searched refs:ctxl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/crypto/ubsec/
H A Dubsec.c1500 struct ubsec_pktctx_long *ctxl; in ubsec_process() local
1502 ctxl = (struct ubsec_pktctx_long *)(dmap->d_alloc.dma_vaddr + in ubsec_process()
1506 ctxl->pc_len = htole16(sizeof(struct ubsec_pktctx_long)); in ubsec_process()
1507 ctxl->pc_type = htole16(UBS_PKTCTX_TYPE_IPSEC); in ubsec_process()
1508 ctxl->pc_flags = ctx.pc_flags; in ubsec_process()
1509 ctxl->pc_offset = ctx.pc_offset; in ubsec_process()
1511 ctxl->pc_deskey[i] = ctx.pc_deskey[i]; in ubsec_process()
1513 ctxl->pc_hminner[i] = ctx.pc_hminner[i]; in ubsec_process()
1515 ctxl->pc_hmouter[i] = ctx.pc_hmouter[i]; in ubsec_process()
1516 ctxl->pc_iv[0] = ctx.pc_iv[0]; in ubsec_process()
[all …]
H A Dubsecvar.h122 struct ubsec_pktctx_long ctxl; member