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
+1 -1
View File
@@ -1119,7 +1119,7 @@ int input_tokenizer (const u8 *input_buf, const int input_len, token_t *token)
return PARSER_OK;
}
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)
{
u32 tmp_u32[(64 * 2) + 1] = { 0 };