Lines Matching refs:hexdump
53 static void hexdump(char *note, unsigned char *buf, unsigned int len)
91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ);
92 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ);
93 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ);
108 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ);
118 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ);
150 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ);
172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ);
173 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ);
174 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ);
175 hexdump("New Random Data: ", ctx->rand_data, DEFAULT_BLK_SZ);