Home
last modified time | relevance | path

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

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbt.c64 static unsigned int coprime_check(unsigned int m,unsigned int n) in coprime_check() function
195 while (coprime_check(approx_offset_table_sz, approx_hash_table_sz) != 1) in init_tables()