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

/freebsd-10.2-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.c1149 bcopy(enccrd->crd_iv, ctx.pc_iv, 8);
1151 ctx.pc_iv[0] = ses->ses_iv[0];
1152 ctx.pc_iv[1] = ses->ses_iv[1];
1157 enccrd->crd_inject, 8, (caddr_t)ctx.pc_iv);
1163 bcopy(enccrd->crd_iv, ctx.pc_iv, 8);
1166 enccrd->crd_inject, 8, (caddr_t)ctx.pc_iv);
1176 SWAP32(ctx.pc_iv[0]);
1177 SWAP32(ctx.pc_iv[1]);
1511 ctxl->pc_iv[0] = ctx.pc_iv[
[all...]

Completed in 70 milliseconds