Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/bind9/isc
File: iterated_hash.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
#ifndef ISC_ITERATED_HASH_H
[12] Fix | Delete
#define ISC_ITERATED_HASH_H 1
[13] Fix | Delete
[14] Fix | Delete
#include <isc/lang.h>
[15] Fix | Delete
#include <isc/sha1.h>
[16] Fix | Delete
[17] Fix | Delete
/*
[18] Fix | Delete
* The maximal hash length that can be encoded in a name
[19] Fix | Delete
* using base32hex. floor(255/8)*5
[20] Fix | Delete
*/
[21] Fix | Delete
#define NSEC3_MAX_HASH_LENGTH 155
[22] Fix | Delete
[23] Fix | Delete
/*
[24] Fix | Delete
* The maximum has that can be encoded in a single label using
[25] Fix | Delete
* base32hex. floor(63/8)*5
[26] Fix | Delete
*/
[27] Fix | Delete
#define NSEC3_MAX_LABEL_HASH 35
[28] Fix | Delete
[29] Fix | Delete
ISC_LANG_BEGINDECLS
[30] Fix | Delete
[31] Fix | Delete
int isc_iterated_hash(unsigned char out[NSEC3_MAX_HASH_LENGTH],
[32] Fix | Delete
unsigned int hashalg, int iterations,
[33] Fix | Delete
const unsigned char *salt, int saltlength,
[34] Fix | Delete
const unsigned char *in, int inlength);
[35] Fix | Delete
[36] Fix | Delete
[37] Fix | Delete
ISC_LANG_ENDDECLS
[38] Fix | Delete
[39] Fix | Delete
#endif /* ISC_ITERATED_HASH_H */
[40] Fix | Delete
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function