Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dinterface.c322 hashconfig->has_pure_kernel = false; in hashconfig_init()
337 hashconfig->has_pure_kernel = hc_path_read (source_file); in hashconfig_init()
364 if (hashconfig->has_pure_kernel == false) in hashconfig_init()
H A Dterminal.c653 if ((hashconfig->has_pure_kernel) && (hashconfig->has_optimized_kernel)) in hash_info_single()
657 else if (hashconfig->has_pure_kernel) in hash_info_single()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h984 bool has_pure_kernel; member