Home
last modified time | relevance | path

Searched refs:X00 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/crypto/skein/
H A Dskein_block.c500 uint64_t X00, X01, X02, X03, X04, X05, X06, X07, X08, X09, X10, X11, in Skein1024_Process_Block() local
506 Xptr[0] = &X00; in Skein1024_Process_Block()
563 X00 = w[0] + ks[0]; /* do the first full key injection */ in Skein1024_Process_Block()
602 X00 += ks[((R) + 1) % 17]; /* inject the key schedule value */\ in Skein1024_Process_Block()
627 X00 += ks[r + (R) + 0]; /* inject the key schedule value */ \ in Skein1024_Process_Block()
727 ctx->X[0] = X00 ^ w[0]; in Skein1024_Process_Block()