Home | History | Annotate | Download | only in hcrypto

Lines Matching defs:BLOCK

99 #define BLOCK			32
101 /* cipher block size */
112 unsigned char key[BLOCK];
253 unsigned char buf[BLOCK];
270 md_update(&key_md, buf, BLOCK);
278 md_update(&key_md, st->key, BLOCK);
287 ciph_init(&st->ciph, st->key, BLOCK);
307 if (st->rnd_pos >= BLOCK)
320 unsigned char hash[BLOCK];
335 md_update(&st->pool[pos], hash, BLOCK);
352 ciph_init(&st->ciph, st->key, BLOCK);
365 unsigned char buf[BLOCK];
367 /* Use next block as counter. */
375 md_update(&st->pool[i], buf, BLOCK);