Lines Matching refs:sha256
34 /* init the sha256 er... sha224 state ;-) */
44 md->sha256.curlen = 0;
45 md->sha256.length = 0;
46 md->sha256.state[0] = 0xc1059ed8UL;
47 md->sha256.state[1] = 0x367cd507UL;
48 md->sha256.state[2] = 0x3070dd17UL;
49 md->sha256.state[3] = 0xf70e5939UL;
50 md->sha256.state[4] = 0xffc00b31UL;
51 md->sha256.state[5] = 0x68581511UL;
52 md->sha256.state[6] = 0x64f98fa7UL;
53 md->sha256.state[7] = 0xbefa4fa4UL;