Lines Matching refs:bcopy
126 bcopy(crd->crd_iv, iv, ivlen); in swcr_encdec()
137 bcopy(crd->crd_iv, iv, ivlen); in swcr_encdec()
189 bcopy(blk, iv, blks); in swcr_encdec()
197 bcopy(blk, nivp, blks); in swcr_encdec()
263 bcopy(idat, nivp, blks); in swcr_encdec()
316 bcopy(blk, iv, blks); in swcr_encdec()
324 bcopy(blk, nivp, blks); in swcr_encdec()
381 bcopy(idat, nivp, blks); in swcr_encdec()
432 bcopy(sw->sw_ictx, &ctx, axf->ctxsize); in swcr_authcompute()
461 bcopy(sw->sw_octx, &ctx, axf->ctxsize); in swcr_authcompute()
471 bcopy(aalg, crp->crp_mac, axf->authsize); in swcr_authcompute()
526 bcopy(swa->sw_ictx, &ctx, axf->ctxsize); in swcr_authenc()
546 bcopy(crde->crd_iv, iv, ivlen); in swcr_authenc()
557 bcopy(crde->crd_iv, iv, ivlen); in swcr_authenc()
585 bcopy(crda->crd_esn, blk + 4, 4); in swcr_authenc()
646 bcopy(aalg, crp->crp_mac, axf->authsize); in swcr_authenc()
770 bcopy(swcr_sessions, session, in swcr_newsession()