Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c2088 static struct md5_ctx random_md5_state; variable
2102 md5_init_ctx (&random_md5_state); in random_md5_state_init()
2103 md5_process_bytes (buf, sizeof buf, &random_md5_state); in random_md5_state_init()
2146 s[0] = s[1] = random_md5_state; in compare_random()