Searched refs:pc_iv (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ubsec/
H A Dubsecreg.h125 u_int32_t pc_iv[2]; /* [3]DES iv */ member in struct:ubsec_pktctx
143 volatile u_int32_t pc_iv[2]; /* [3]DES iv */ member in struct:ubsec_pktctx_long
H A Dubsec.c1150 bcopy(enccrd->crd_iv, ctx.pc_iv, 8);
1152 ctx.pc_iv[0] = ses->ses_iv[0];
1153 ctx.pc_iv[1] = ses->ses_iv[1];
1158 enccrd->crd_inject, 8, (caddr_t)ctx.pc_iv);
1164 bcopy(enccrd->crd_iv, ctx.pc_iv, 8);
1167 enccrd->crd_inject, 8, (caddr_t)ctx.pc_iv);
1177 SWAP32(ctx.pc_iv[0]);
1178 SWAP32(ctx.pc_iv[1]);
1512 ctxl->pc_iv[0] = ctx.pc_iv[
[all...]

Completed in 106 milliseconds