Home
last modified time | relevance | path

Searched refs:MD5_LEN (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net/openradius/openradius-0.9.12c/common/
H A Dmisc.c220 char digest[MD5_LEN]; in encrypt_attr_style_1()
244 if (clear_len % MD5_LEN) { in encrypt_attr_style_1()
245 memset(clear_buf+clear_len, 0, MD5_LEN - (clear_len % MD5_LEN)); in encrypt_attr_style_1()
250 clear_len = (clear_len + (MD5_LEN - 1)) / MD5_LEN; in encrypt_attr_style_1()
278 for(n = 0; n < MD5_LEN; n++) { in encrypt_attr_style_1()
286 *len += MD5_LEN; in encrypt_attr_style_1()
294 char digest[MD5_LEN]; in decrypt_attr_style_1()
312 chunks = ((*len - SALT_LEN) + (MD5_LEN - 1)) / MD5_LEN; in decrypt_attr_style_1()
339 (*len > MD5_LEN * chunks) || in decrypt_attr_style_1()
347 for(n = 1; n < MD5_LEN; n++) { in decrypt_attr_style_1()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/
H A DMD5Hash.java31 public static final int MD5_LEN = 16; field in MD5Hash
47 this.digest = new byte[MD5_LEN]; in MD5Hash()
57 if (digest.length != MD5_LEN) in MD5Hash()
81 System.arraycopy(that.digest, 0, this.digest, 0, MD5_LEN); in set()
168 return WritableComparator.compareBytes(this.digest, 0, MD5_LEN, in compareTo()
180 return compareBytes(b1, s1, MD5_LEN, b2, s2, MD5_LEN); in compare()
193 StringBuffer buf = new StringBuffer(MD5_LEN*2); in toString()
194 for (int i = 0; i < MD5_LEN; i++) { in toString()
204 if (hex.length() != MD5_LEN*2) in setDigest()
206 byte[] digest = new byte[MD5_LEN]; in setDigest()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/
H A DMD5Hash.java36 public static final int MD5_LEN = 16; field in MD5Hash
53 this.digest = new byte[MD5_LEN]; in MD5Hash()
63 if (digest.length != MD5_LEN) in MD5Hash()
89 System.arraycopy(that.digest, 0, this.digest, 0, MD5_LEN); in set()
181 return WritableComparator.compareBytes(this.digest, 0, MD5_LEN, in compareTo()
194 return compareBytes(b1, s1, MD5_LEN, b2, s2, MD5_LEN); in compare()
208 StringBuilder buf = new StringBuilder(MD5_LEN*2); in toString()
209 for (int i = 0; i < MD5_LEN; i++) { in toString()
219 if (hex.length() != MD5_LEN*2) in setDigest()
221 byte[] digest = new byte[MD5_LEN]; in setDigest()
[all …]
/dports/security/p5-Authen-TacacsPlus/Authen-TacacsPlus-0.28/tacpluslib/
H A Dencrypt.c57 md_len += MD5_LEN;
73 bcopy(prev_hash, mdp, MD5_LEN);
74 mdp += MD5_LEN;
98 u_char hash[MD5_LEN]; /* the md5 hash */ in md5_xor()
99 u_char last_hash[MD5_LEN]; /* the last hash we generated */ in md5_xor()
127 for (k = 0; k < MD5_LEN; k++) in md5_xor()
134 for (k = 0; k < MD5_LEN; k++) in md5_xor()
137 bcopy(hash, last_hash, MD5_LEN); in md5_xor()
/dports/dns/libbind/libbind-6.0/dst/
H A Dhmac_link.c59 #define MD5_LEN 16 macro
117 if (signature == NULL || sig_len < MD5_LEN) in dst_hmac_md5_sign()
124 MD5Update(ctx, signature, MD5_LEN); in dst_hmac_md5_sign()
126 sign_len = MD5_LEN; in dst_hmac_md5_sign()
183 u_char digest[MD5_LEN]; in dst_hmac_md5_verify()
184 if (signature == NULL || key == NULL || sig_len != MD5_LEN) in dst_hmac_md5_verify()
191 MD5Update(ctx, digest, MD5_LEN); in dst_hmac_md5_verify()
195 if (memcmp(digest, signature, MD5_LEN) != 0) in dst_hmac_md5_verify()
226 u_char tk[MD5_LEN]; in dst_buffer_to_hmac_md5()
244 local_keylen = MD5_LEN; in dst_buffer_to_hmac_md5()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dtags.h39 #define TOTAG_VALUE_LEN (MD5_LEN+CRC32_LEN+1)
89 tag[MD5_LEN]=separator; in init_tags()
90 *suffix=tag+MD5_LEN+1; in init_tags()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dproject.h96 char email_hash[MD5_LEN];
97 char cross_project_id[MD5_LEN];
99 char external_cpid[MD5_LEN];
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DSequenceFileInputFilter.java198 public static final int MD5_LEN = 16; field in SequenceFileInputFilter.MD5Filter
199 private byte [] digest = new byte[MD5_LEN];
272 DIGESTER.digest(digest, 0, MD5_LEN); in MD5Hashcode()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DDNSDigest.c1294 #define MD5_LEN 16 macro
1302 mDNSu8 buf[MD5_LEN]; in DNSDigest_ConstructHMACKey()
1312 len = MD5_LEN; in DNSDigest_ConstructHMACKey()
1345 mDNSu8 digest[MD5_LEN]; in DNSDigest_SignMessage()
1413 MD5_Update(&c, digest, MD5_LEN); in DNSDigest_SignMessage()
1417 rdata[0] = (mDNSu8)((MD5_LEN >> 8) & 0xff); in DNSDigest_SignMessage()
1418 rdata[1] = (mDNSu8)( MD5_LEN & 0xff); in DNSDigest_SignMessage()
1421 rdata += MD5_LEN; in DNSDigest_SignMessage()
1444 mDNSu8 thisDigest[MD5_LEN]; in DNSDigest_VerifyMessage()
1445 mDNSu8 thatDigest[MD5_LEN]; in DNSDigest_VerifyMessage()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/APSL/
H A DDNSDigest.c1371 #define MD5_LEN 16 macro
1379 mDNSu8 buf[MD5_LEN]; in DNSDigest_ConstructHMACKey()
1389 len = MD5_LEN; in DNSDigest_ConstructHMACKey()
1422 mDNSu8 digest[MD5_LEN]; in DNSDigest_SignMessage()
1490 MD5_Update(&c, digest, MD5_LEN); in DNSDigest_SignMessage()
1494 rdata[0] = (mDNSu8)((MD5_LEN >> 8) & 0xff); in DNSDigest_SignMessage()
1495 rdata[1] = (mDNSu8)( MD5_LEN & 0xff); in DNSDigest_SignMessage()
1498 rdata += MD5_LEN; in DNSDigest_SignMessage()
1521 mDNSu8 thisDigest[MD5_LEN]; in DNSDigest_VerifyMessage()
1522 mDNSu8 thatDigest[MD5_LEN]; in DNSDigest_VerifyMessage()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/cfgutils/
H A Dcfgutils.c114 static char config_hash[MD5_LEN];
376 MD5_LEN, config_hash) < 0) { in cfgutils_rpc_get_hash()
430 LM_DBG("MD5 calculated: %.*s for file %s\n", MD5_LEN, dest, file_name); in MD5File()
438 char tmp[MD5_LEN]; in cfgutils_rpc_check_hash()
439 memset(tmp, 0, MD5_LEN); in cfgutils_rpc_check_hash()
452 if (strncmp(config_hash, tmp, MD5_LEN) == 0) { in cfgutils_rpc_check_hash()
875 LM_DBG("config file hash is %.*s", MD5_LEN, config_hash); in mod_init()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dsip_fmt_plug.c197 unsigned char md5_bin_hash[MD5_LEN]; in get_salt()
234 bin_to_hex(bin2hex_table, md5_bin_hash, MD5_LEN, static_hash, MD5_LEN_HEX); in get_salt()
299 unsigned char md5_bin_hash[MD5_LEN]; in crypt_all()
310 bin_to_hex(bin2hex_table, md5_bin_hash, MD5_LEN, dynamic_hash, MD5_LEN_HEX); in crypt_all()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/input/
H A DSequenceFileInputFilter.java205 public static final int MD5_LEN = 16; field in SequenceFileInputFilter.MD5Filter
206 private byte [] digest = new byte[MD5_LEN];
280 DIGESTER.digest(digest, 0, MD5_LEN); in MD5Hashcode()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/lib/input/
H A DSequenceFileInputFilter.java205 public static final int MD5_LEN = 16; field in SequenceFileInputFilter.MD5Filter
206 private byte [] digest = new byte[MD5_LEN];
280 DIGESTER.digest(digest, 0, MD5_LEN); in MD5Hashcode()
/dports/net/kamailio/kamailio-5.4.5/src/core/crypto/
H A Dmd5utils.h33 #define MD5_LEN 32 macro
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DSequenceFileInputFilter.java161 public static final int MD5_LEN = org.apache.hadoop.mapreduce.lib. field in SequenceFileInputFilter.MD5Filter
162 input.SequenceFileInputFilter.MD5Filter.MD5_LEN;
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dmd5.h26 #define MD5_LEN 16 macro
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dmd5.h26 #define MD5_LEN 16 macro
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dmd5.h26 #define MD5_LEN 16 macro
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dmd5.h26 #define MD5_LEN 16 macro
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dmd5.h35 #define MD5_LEN 16 macro
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dmd5.h35 #define MD5_LEN 16 macro
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dmd5_file.h28 #define MD5_LEN 64 macro
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dmd5.h35 #define MD5_LEN 16 macro
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dmd5.h35 #define MD5_LEN 16 macro

1234