Lines Matching refs:bcopy

39 		bcopy(SKEIN_256_IV_256, ctx->X, sizeof (ctx->X));  in Skein_256_Init()
42 bcopy(SKEIN_256_IV_224, ctx->X, sizeof (ctx->X)); in Skein_256_Init()
45 bcopy(SKEIN_256_IV_160, ctx->X, sizeof (ctx->X)); in Skein_256_Init()
48 bcopy(SKEIN_256_IV_128, ctx->X, sizeof (ctx->X)); in Skein_256_Init()
120 bcopy(cfg.b, ctx->X, sizeof (cfg.b)); in Skein_256_InitExt()
174 bcopy(msg, &ctx->b[ctx->h.bCnt], n); in Skein_256_Update()
202 bcopy(msg, &ctx->b[ctx->h.bCnt], msgByteCnt); in Skein_256_Update()
236 bcopy(ctx->X, X, sizeof (X)); in Skein_256_Final()
240 bcopy(&tmp, ctx->b, sizeof (tmp)); in Skein_256_Final()
253 bcopy(X, ctx->X, sizeof (X)); in Skein_256_Final()
275 bcopy(SKEIN_512_IV_512, ctx->X, sizeof (ctx->X)); in Skein_512_Init()
278 bcopy(SKEIN_512_IV_384, ctx->X, sizeof (ctx->X)); in Skein_512_Init()
281 bcopy(SKEIN_512_IV_256, ctx->X, sizeof (ctx->X)); in Skein_512_Init()
284 bcopy(SKEIN_512_IV_224, ctx->X, sizeof (ctx->X)); in Skein_512_Init()
356 bcopy(cfg.b, ctx->X, sizeof (cfg.b)); in Skein_512_InitExt()
410 bcopy(msg, &ctx->b[ctx->h.bCnt], n); in Skein_512_Update()
438 bcopy(msg, &ctx->b[ctx->h.bCnt], msgByteCnt); in Skein_512_Update()
472 bcopy(ctx->X, X, sizeof (X)); in Skein_512_Final()
476 bcopy(&tmp, ctx->b, sizeof (tmp)); in Skein_512_Final()
489 bcopy(X, ctx->X, sizeof (X)); in Skein_512_Final()
511 bcopy(SKEIN1024_IV_512, ctx->X, sizeof (ctx->X)); in Skein1024_Init()
514 bcopy(SKEIN1024_IV_384, ctx->X, sizeof (ctx->X)); in Skein1024_Init()
517 bcopy(SKEIN1024_IV_1024, ctx->X, sizeof (ctx->X)); in Skein1024_Init()
588 bcopy(cfg.b, ctx->X, sizeof (cfg.b)); in Skein1024_InitExt()
643 bcopy(msg, &ctx->b[ctx->h.bCnt], n); in Skein1024_Update()
671 bcopy(msg, &ctx->b[ctx->h.bCnt], msgByteCnt); in Skein1024_Update()
705 bcopy(ctx->X, X, sizeof (X)); in Skein1024_Final()
709 bcopy(&tmp, ctx->b, sizeof (tmp)); in Skein1024_Final()
722 bcopy(X, ctx->X, sizeof (X)); in Skein1024_Final()
813 bcopy(ctx->X, X, sizeof (X)); in Skein_256_Output()
817 bcopy(&tmp, ctx->b, sizeof (tmp)); in Skein_256_Output()
830 bcopy(X, ctx->X, sizeof (X)); in Skein_256_Output()
853 bcopy(ctx->X, X, sizeof (X)); in Skein_512_Output()
857 bcopy(&tmp, ctx->b, sizeof (tmp)); in Skein_512_Output()
870 bcopy(X, ctx->X, sizeof (X)); in Skein_512_Output()
893 bcopy(ctx->X, X, sizeof (X)); in Skein1024_Output()
897 bcopy(&tmp, ctx->b, sizeof (tmp)); in Skein1024_Output()
910 bcopy(X, ctx->X, sizeof (X)); in Skein1024_Output()