Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dpotfile.c108 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_init() local
175 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_destroy() local
189 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_read_open() local
195 if (hc_fopen (&potfile_ctx->fp, potfile_ctx->filename, "rb") == false) in potfile_read_open()
208 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_read_close() local
220 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_write_open() local
239 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_write_close() local
252 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_write_append() local
384 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_remove_parse() local
638 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in potfile_handle_show() local
[all …]
H A Duser_options.c2239 potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; in user_options_check_files() local
2833 if (potfile_ctx->enabled == true) in user_options_check_files()
2835 if (hc_path_exist (potfile_ctx->filename) == true) in user_options_check_files()
2837 if (hc_path_is_directory (potfile_ctx->filename) == true) in user_options_check_files()
2839 …rror (hashcat_ctx, "%s: A directory cannot be used as a potfile argument.", potfile_ctx->filename); in user_options_check_files()
2844 if (hc_path_write (potfile_ctx->filename) == false) in user_options_check_files()
2846 event_log_error (hashcat_ctx, "%s: %s", potfile_ctx->filename, strerror (errno)); in user_options_check_files()
2853 if (hc_path_create (potfile_ctx->filename) == false) in user_options_check_files()
2855 event_log_error (hashcat_ctx, "%s: %s", potfile_ctx->filename, strerror (errno)); in user_options_check_files()
H A Dhashcat.c979 hashcat_ctx->potfile_ctx = (potfile_ctx_t *) hcmalloc (sizeof (potfile_ctx_t)); in hashcat_init()
1014 hcfree (hashcat_ctx->potfile_ctx); in hashcat_destroy()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1928 typedef struct potfile_ctx struct
2760 potfile_ctx_t *potfile_ctx; member