Symbol: Skein_Swap64
sys/crypto/skein/skein.c
113
ctx->X[i] = Skein_Swap64(ctx->X[i]);
sys/crypto/skein/skein.c
122
cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER);
sys/crypto/skein/skein.c
123
cfg.w[1] = Skein_Swap64(hashBitLen); /* hash result length in bits */
sys/crypto/skein/skein.c
124
cfg.w[2] = Skein_Swap64(treeInfo); /* tree hash config info (or SKEIN_CFG_TREE_INFO_SEQUENTIAL) */
sys/crypto/skein/skein.c
209
((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
sys/crypto/skein/skein.c
260
cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER); /* set the schema, version */
sys/crypto/skein/skein.c
261
cfg.w[1] = Skein_Swap64(hashBitLen); /* hash result length in bits */
sys/crypto/skein/skein.c
262
cfg.w[2] = Skein_Swap64(SKEIN_CFG_TREE_INFO_SEQUENTIAL);
sys/crypto/skein/skein.c
311
ctx->X[i] = Skein_Swap64(ctx->X[i]);
sys/crypto/skein/skein.c
320
cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER);
sys/crypto/skein/skein.c
321
cfg.w[1] = Skein_Swap64(hashBitLen); /* hash result length in bits */
sys/crypto/skein/skein.c
322
cfg.w[2] = Skein_Swap64(treeInfo); /* tree hash config info (or SKEIN_CFG_TREE_INFO_SEQUENTIAL) */
sys/crypto/skein/skein.c
407
((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
sys/crypto/skein/skein.c
457
cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER); /* set the schema, version */
sys/crypto/skein/skein.c
458
cfg.w[1] = Skein_Swap64(hashBitLen); /* hash result length in bits */
sys/crypto/skein/skein.c
459
cfg.w[2] = Skein_Swap64(SKEIN_CFG_TREE_INFO_SEQUENTIAL);
sys/crypto/skein/skein.c
508
ctx->X[i] = Skein_Swap64(ctx->X[i]);
sys/crypto/skein/skein.c
517
cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER);
sys/crypto/skein/skein.c
518
cfg.w[1] = Skein_Swap64(hashBitLen); /* hash result length in bits */
sys/crypto/skein/skein.c
519
cfg.w[2] = Skein_Swap64(treeInfo); /* tree hash config info (or SKEIN_CFG_TREE_INFO_SEQUENTIAL) */
sys/crypto/skein/skein.c
604
((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
sys/crypto/skein/skein.c
63
cfg.w[0] = Skein_Swap64(SKEIN_SCHEMA_VER); /* set the schema, version */
sys/crypto/skein/skein.c
64
cfg.w[1] = Skein_Swap64(hashBitLen); /* hash result length in bits */
sys/crypto/skein/skein.c
65
cfg.w[2] = Skein_Swap64(SKEIN_CFG_TREE_INFO_SEQUENTIAL);
sys/crypto/skein/skein.c
693
((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
sys/crypto/skein/skein.c
722
((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
sys/crypto/skein/skein.c
751
((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
sys/crypto/skein/skein_port.h
78
#ifndef Skein_Swap64 /* swap for big-endian, nop for little-endian */