Rename parse_and_store_generic_salt to generic_salt_decode

This commit is contained in:
jsteube
2019-02-14 09:53:29 +01:00
parent 5e8b450af6
commit 6f4b72bcd3
101 changed files with 101 additions and 101 deletions

View File

@@ -89,7 +89,7 @@ const char *strparser (const u32 parser_status);
const char *strhashcategory (const u32 hash_category);
const char *stroptitype (const u32 opti_type);
bool parse_and_store_generic_salt (u8 *out_buf, int *out_len, const u8 *in_buf, const int in_len, MAYBE_UNUSED const hashconfig_t *hashconfig);
bool generic_salt_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, const u8 *in_buf, const int in_len, u8 *out_buf, int *out_len);
int input_tokenizer (const u8 *input_buf, const int input_len, token_t *token);