Rename parse_and_store_generic_salt to generic_salt_decode
This commit is contained in:
+1
-1
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user