CIPH_BLOCK        111 source4/heimdal/lib/hcrypto/rand-fortuna.c     unsigned char	counter[CIPH_BLOCK];
CIPH_BLOCK        112 source4/heimdal/lib/hcrypto/rand-fortuna.c     unsigned char	result[CIPH_BLOCK];
CIPH_BLOCK        352 source4/heimdal/lib/hcrypto/rand-fortuna.c     encrypt_counter(st, st->key + CIPH_BLOCK);
CIPH_BLOCK        375 source4/heimdal/lib/hcrypto/rand-fortuna.c 	encrypt_counter(st, buf + CIPH_BLOCK);
CIPH_BLOCK        415 source4/heimdal/lib/hcrypto/rand-fortuna.c 	if (count > CIPH_BLOCK)
CIPH_BLOCK        416 source4/heimdal/lib/hcrypto/rand-fortuna.c 	    n = CIPH_BLOCK;
CIPH_BLOCK        425 source4/heimdal/lib/hcrypto/rand-fortuna.c 	if (block_nr > (RESEED_BYTES / CIPH_BLOCK))