Searched refs:hash (Results 51 - 75 of 1478) sorted by relevance

1234567891011>>

/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Dchap.h39 * Compute the CHAP MD5 hash using the method described in
45 uint8_t * hash);
H A Dchap.c35 * Compute the CHAP MD5 hash using the method described in
49 uint8_t * hash)
53 /* MD5 hash over the identifier + password + challenge */
58 CC_MD5_Final(hash, &ctx);
47 chap_md5(uint8_t identifier, const uint8_t * password, int password_len, const uint8_t * challenge, int challenge_len, uint8_t * hash) argument
/macosx-10.9.5/groff-38/groff/src/include/
H A Dindex.h42 unsigned hash(const char *s, int len);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/backward/
H A Dhash_map.h63 using __gnu_cxx::hash;
H A Dhash_set.h63 using __gnu_cxx::hash;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dsample_range_hashing.hpp77 // Transforms the __hash value hash into a ranged-hash value.
79 operator()(size_type hash) const;
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_delete.c51 do_delete_certificate(CFTypeRef keychainOrArray, const char *name, const char *hash, Boolean deleteTrust) argument
55 if (!name && !hash) {
59 itemToDelete = find_unique_certificate(keychainOrArray, name, hash);
83 (name) ? name : (hash) ? hash : "");
97 char *hash = NULL; local
109 hash = optarg;
126 result = do_delete_certificate(keychainOrArray, name, hash, delete_trust);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURLHash.h36 static unsigned hash(const KURL& key) function in struct:WebCore::KURLHash
38 return key.string().impl()->hash();
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashlib.h27 * hash table library private definitions
45 Hash_hash_f hash; /* name hash routine */ member in struct:__anon9271
61 unsigned int hash; /* last lookup hash */
73 Hash_bucket_t** table; /* hash slot table */ \
76 #include <hash.h>
84 #define HASH(r,n,h) if (r->local->hash) h = r->namesize ? (*r->local->hash)(n, r->namesize) : (*r->local->hash)(
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A Dssl3RecordCallouts.c104 payloadSize += ctx->writeCipher.macRef->hash->digestSize;
113 payloadSize += ctx->writeCipher.macRef->hash->digestSize;
174 mac.length = ctx->writeCipher.macRef->hash->digestSize;
284 content.length = payload->length - ctx->readCipher.macRef->hash->digestSize;
298 if (ctx->readCipher.macRef->hash->digestSize > 0)
316 const HashReference *hash; local
321 hash = cipherCtx->macRef->hash;
322 check(hash != NULL);
328 serr = SSLAllocBuffer(hashCtx, hash
368 const HashReference *hash; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A Dssl3RecordCallouts.c104 payloadSize += ctx->writeCipher.macRef->hash->digestSize;
113 payloadSize += ctx->writeCipher.macRef->hash->digestSize;
174 mac.length = ctx->writeCipher.macRef->hash->digestSize;
284 content.length = payload->length - ctx->readCipher.macRef->hash->digestSize;
298 if (ctx->readCipher.macRef->hash->digestSize > 0)
316 const HashReference *hash; local
321 hash = cipherCtx->macRef->hash;
322 check(hash != NULL);
328 serr = SSLAllocBuffer(hashCtx, hash
368 const HashReference *hash; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A Dssl3RecordCallouts.c104 payloadSize += ctx->writeCipher.macRef->hash->digestSize;
113 payloadSize += ctx->writeCipher.macRef->hash->digestSize;
174 mac.length = ctx->writeCipher.macRef->hash->digestSize;
284 content.length = payload->length - ctx->readCipher.macRef->hash->digestSize;
298 if (ctx->readCipher.macRef->hash->digestSize > 0)
316 const HashReference *hash; local
321 hash = cipherCtx->macRef->hash;
322 check(hash != NULL);
328 serr = SSLAllocBuffer(hashCtx, hash
368 const HashReference *hash; local
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/tr1/
H A Dfunctional_hash.h45 // Definition of default hash function std::tr1::hash<>. The types for
46 // which std::tr1::hash<T> is defined is in clause 6.3.3. of the PDTR.
48 struct hash;
52 struct hash<_Tp> \
77 struct hash<_Tp*> struct in namespace:std
86 // (used by the next specializations of std::tr1::hash<>)
93 hash(const char* __first, std::size_t __length) function in struct:std::_Fnv_hash
106 hash(const char* __first, std::size_t __length) function in struct:std::_Fnv_hash
122 hash(cons function in struct:std::_Fnv_hash
139 struct hash<std::string> struct in namespace:std
149 struct hash<std::wstring> struct in namespace:std
162 struct hash<float> struct in namespace:std
179 struct hash<double> struct in namespace:std
198 struct hash<long double> struct in namespace:std
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_parse.c40 #define set_hash(k,v) rb_hash_aset(hash, ID2SYM(rb_intern(k)), v)
41 #define ref_hash(k) rb_hash_aref(hash, ID2SYM(rb_intern(k)))
42 #define del_hash(k) rb_hash_delete(hash, ID2SYM(rb_intern(k)))
69 s3e(VALUE hash, VALUE y, VALUE m, VALUE d, int bc) argument
269 return match(s, p, hash, c); \
273 match(VALUE str, VALUE pat, VALUE hash, int (*cb)(VALUE, VALUE)) argument
282 (*cb)(m, hash);
288 subx(VALUE str, VALUE rep, VALUE pat, VALUE hash, int (*cb)(VALUE, VALUE)) argument
303 (*cb)(m, hash);
311 return subx(s, asp_string(), p, hash,
634 parse_day_cb(VALUE m, VALUE hash) argument
644 parse_day(VALUE str, VALUE hash) argument
664 parse_time2_cb(VALUE m, VALUE hash) argument
707 parse_time_cb(VALUE m, VALUE hash) argument
740 parse_time(VALUE str, VALUE hash) argument
785 parse_era1_cb(VALUE m, VALUE hash) argument
791 parse_era1(VALUE str, VALUE hash) argument
802 parse_era2_cb(VALUE m, VALUE hash) argument
814 parse_era2(VALUE str, VALUE hash) argument
825 parse_era(VALUE str, VALUE hash) argument
882 parse_eu_cb(VALUE m, VALUE hash) argument
915 parse_eu(VALUE str, VALUE hash) argument
959 parse_us_cb(VALUE m, VALUE hash) argument
993 parse_us(VALUE str, VALUE hash) argument
1039 parse_iso_cb(VALUE m, VALUE hash) argument
1057 parse_iso(VALUE str, VALUE hash) argument
1077 parse_iso21_cb(VALUE m, VALUE hash) argument
1095 parse_iso21(VALUE str, VALUE hash) argument
1115 parse_iso22_cb(VALUE m, VALUE hash) argument
1125 parse_iso22(VALUE str, VALUE hash) argument
1145 parse_iso23_cb(VALUE m, VALUE hash) argument
1160 parse_iso23(VALUE str, VALUE hash) argument
1180 parse_iso24_cb(VALUE m, VALUE hash) argument
1195 parse_iso24(VALUE str, VALUE hash) argument
1215 parse_iso25_cb(VALUE m, VALUE hash) argument
1229 parse_iso25(VALUE str, VALUE hash) argument
1265 parse_iso26_cb(VALUE m, VALUE hash) argument
1275 parse_iso26(VALUE str, VALUE hash) argument
1311 parse_iso2(VALUE str, VALUE hash) argument
1347 parse_jis_cb(VALUE m, VALUE hash) argument
1367 parse_jis(VALUE str, VALUE hash) argument
1387 parse_vms11_cb(VALUE m, VALUE hash) argument
1407 parse_vms11(VALUE str, VALUE hash) argument
1429 parse_vms12_cb(VALUE m, VALUE hash) argument
1449 parse_vms12(VALUE str, VALUE hash) argument
1471 parse_vms(VALUE str, VALUE hash) argument
1484 parse_sla_cb(VALUE m, VALUE hash) argument
1502 parse_sla(VALUE str, VALUE hash) argument
1523 parse_sla2_cb(VALUE m, VALUE hash) argument
1541 parse_sla2(VALUE str, VALUE hash) argument
1557 parse_sla3_cb(VALUE m, VALUE hash) argument
1575 parse_sla3(VALUE str, VALUE hash) argument
1592 parse_dot_cb(VALUE m, VALUE hash) argument
1610 parse_dot(VALUE str, VALUE hash) argument
1631 parse_dot2_cb(VALUE m, VALUE hash) argument
1649 parse_dot2(VALUE str, VALUE hash) argument
1665 parse_dot3_cb(VALUE m, VALUE hash) argument
1683 parse_dot3(VALUE str, VALUE hash) argument
1700 parse_year_cb(VALUE m, VALUE hash) argument
1710 parse_year(VALUE str, VALUE hash) argument
1730 parse_mon_cb(VALUE m, VALUE hash) argument
1740 parse_mon(VALUE str, VALUE hash) argument
1760 parse_mday_cb(VALUE m, VALUE hash) argument
1770 parse_mday(VALUE str, VALUE hash) argument
1805 parse_ddd_cb(VALUE m, VALUE hash) argument
2008 parse_ddd(VALUE str, VALUE hash) argument
2043 parse_bc_cb(VALUE m, VALUE hash) argument
2050 parse_bc(VALUE str, VALUE hash) argument
2061 parse_frag_cb(VALUE m, VALUE hash) argument
2084 parse_frag(VALUE str, VALUE hash) argument
2096 parse_dummy_cb(VALUE m, VALUE hash) argument
2102 parse_wday_only(VALUE str, VALUE hash) argument
2112 parse_time_only(VALUE str, VALUE hash) argument
2122 parse_wday_and_time(VALUE str, VALUE hash) argument
2181 VALUE backref, hash; local
2371 iso8601_ext_datetime_cb(VALUE m, VALUE hash) argument
2437 iso8601_ext_datetime(VALUE str, VALUE hash) argument
2457 iso8601_bas_datetime_cb(VALUE m, VALUE hash) argument
2526 iso8601_bas_datetime(VALUE str, VALUE hash) argument
2548 iso8601_ext_time_cb(VALUE m, VALUE hash) argument
2576 iso8601_ext_time(VALUE str, VALUE hash) argument
2588 iso8601_bas_time(VALUE str, VALUE hash) argument
2602 VALUE backref, hash; local
2628 rfc3339_cb(VALUE m, VALUE hash) argument
2654 rfc3339(VALUE str, VALUE hash) argument
2670 VALUE backref, hash; local
2685 xmlschema_datetime_cb(VALUE m, VALUE hash) argument
2718 xmlschema_datetime(VALUE str, VALUE hash) argument
2735 xmlschema_time_cb(VALUE m, VALUE hash) argument
2761 xmlschema_time(VALUE str, VALUE hash) argument
2776 xmlschema_trunc_cb(VALUE m, VALUE hash) argument
2802 xmlschema_trunc(VALUE str, VALUE hash) argument
2816 VALUE backref, hash; local
2840 rfc2822_cb(VALUE m, VALUE hash) argument
2871 rfc2822(VALUE str, VALUE hash) argument
2889 VALUE backref, hash; local
2904 httpdate_type1_cb(VALUE m, VALUE hash) argument
2929 httpdate_type1(VALUE str, VALUE hash) argument
2948 httpdate_type2_cb(VALUE m, VALUE hash) argument
2976 httpdate_type2(VALUE str, VALUE hash) argument
2995 httpdate_type3_cb(VALUE m, VALUE hash) argument
3018 httpdate_type3(VALUE str, VALUE hash) argument
3035 VALUE backref, hash; local
3059 jisx0301_cb(VALUE m, VALUE hash) argument
3093 jisx0301(VALUE str, VALUE hash) argument
3109 VALUE backref, hash; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtestdb_create.sql5 unique hash on (id) pages=100;
11 unique hash on (id) pages=100;
18 unique hash on (id) pages=100;
28 ) unique hash on (pers_id, doc_id) pages=100;
35 unique hash on (id) pages=100;
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp17 * Uses a simple hash table for compaction.
47 int32_t hash=(int32_t)(key>>55)&0x1ff; local
48 hash^=(int32_t)(key>>44)&0x7ff;
49 hash^=(int32_t)(key>>33)&0x7ff;
50 hash^=(int32_t)(key>>22)&0x7ff;
51 hash^=(int32_t)(key>>11)&0x7ff;
52 hash^=(int32_t)key&0x7ff;
54 if(values[hash]==0xffff) {
56 keys[hash]=key;
57 reverse[count]=hash;
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dvendorid.c120 lookup_vendor_id_by_hash (const char *hash) argument
125 if (strncmp(all_vendor_ids[i].hash->v, hash,
126 all_vendor_ids[i].hash->l) == 0)
141 all_vendor_ids[i].hash = vmalloc(sizeof(vendorid_dpd_hash));
142 if (all_vendor_ids[i].hash == NULL) {
144 "unable to get memory for VID hash\n");
147 memcpy(all_vendor_ids[i].hash->v, vendorid_dpd_hash,
155 all_vendor_ids[i].hash = eay_md5_one(&vid);
156 if (all_vendor_ids[i].hash
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.c201 sc->hash[0] = 0x6a09e667;
202 sc->hash[1] = 0xbb67ae85;
203 sc->hash[2] = 0x3c6ef372;
204 sc->hash[3] = 0xa54ff53a;
205 sc->hash[4] = 0x510e527f;
206 sc->hash[5] = 0x9b05688c;
207 sc->hash[6] = 0x1f83d9ab;
208 sc->hash[7] = 0x5be0cd19;
220 sc->hash[0] = 0xc1059ed8;
221 sc->hash[
435 SHA256Final( SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) argument
476 uint8_t hash[SHA256_HASH_SIZE]; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSecurityOriginHash.h39 static unsigned hash(SecurityOrigin* origin) function in struct:WebCore::SecurityOriginHash
42 origin->protocol().impl() ? origin->protocol().impl()->hash() : 0,
43 origin->host().impl() ? origin->host().impl()->hash() : 0,
48 static unsigned hash(const RefPtr<SecurityOrigin>& origin) function in struct:WebCore::SecurityOriginHash
50 return hash(origin.get());
55 // FIXME: The hash function above compares three specific fields.
58 // equal without changing hash to match it.
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsinglediskrep.cpp47 // The default binary identification of a SingleDiskRep is the (SHA-1) hash
52 SHA1 hash; local
54 hashFileData(this->fd(), &hash);
56 hash.finish(digest);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsinglediskrep.cpp47 // The default binary identification of a SingleDiskRep is the (SHA-1) hash
52 SHA1 hash; local
54 hashFileData(this->fd(), &hash);
56 hash.finish(digest);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DProtectionSpaceHash.h35 static unsigned hash(const ProtectionSpace& protectionSpace) function in struct:WebCore::ProtectionSpaceHash
38 protectionSpace.host().impl() ? protectionSpace.host().impl()->hash() : 0,
42 protectionSpace.realm().impl() ? protectionSpace.realm().impl()->hash() : 0
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dcache_hash.c31 * The internal form of a hash table.
33 * The table is an array indexed by the hash of the key; collisions
34 * are resolved by hanging a linked list of hash entries off each
43 unsigned int hash; member in struct:cache_hash_entry_t
50 * Data structure for iterating through a hash table.
52 * We keep a pointer to the next hash entry here to allow the current
53 * hash entry to be freed or otherwise mangled between calls to
66 * The count of hash entries may be greater depending on the chosen
149 * This is where we keep the details of the hash function and control
152 * If val is non-NULL it creates and initializes a new hash entr
164 unsigned int hash; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-dis.c54 /* Add an instruction to the hash chain. */
59 unsigned int hash)
70 for (current_buf = htable[hash]; current_buf != NULL;
83 htable[hash] = hentbuf;
88 /* Subroutine of build_dis_hash_table to add INSNS to the hash table.
93 HTABLE points to the hash table.
94 HENTBUF is a pointer to sufficiently large buffer of hash entries.
113 unsigned int hash; local
122 to hash on, so set both up. */
129 hash
56 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
151 unsigned int hash; local
233 unsigned int hash; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DIdentity.cpp91 CFHashCode this_hash = hash();
92 CFHashCode other_hash = other.hash();
96 CFHashCode Identity::hash() function in class:Identity
98 CFHashCode result = SecCFObject::hash();
113 hashes.keyHash = pKeyItem->hash();
119 hashes.certHash = pCert->hash();

Completed in 490 milliseconds

1234567891011>>