Searched refs:hash (Results 501 - 525 of 1003) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c14 #include <crypto/internal/hash.h>
508 struct crypto_shash *hash = __crypto_shash_cast(tfm); local
510 hash->descsize = crypto_shash_alg(hash)->descsize;
638 MODULE_DESCRIPTION("Synchronous cryptographic hash type");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_lblcr.c77 * for IPVS lblcr entry hash table
280 * IPVS lblcr hash table
283 struct list_head bucket[IP_VS_LBLCR_TAB_SIZE]; /* hash bucket */
318 * Returns hash value for IPVS LBLCR entry
341 unsigned hash = ip_vs_lblcr_hashkey(en->af, &en->addr); local
343 list_add(&en->list, &tbl->bucket[hash]);
356 unsigned hash = ip_vs_lblcr_hashkey(af, addr); local
359 list_for_each_entry(en, &tbl->bucket[hash], list)
508 IP_VS_DBG(6, "LBLCR hash table (memory=%Zdbytes) allocated for "
512 * Initialize the hash bucket
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Ddatagram.c179 .hash = pn_sock_hash,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_sock.h29 #include <net/netns/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.h99 uint32_t *hash; member in struct:lzma_mf_s
121 /// Number of elements in hash[]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstate.h25 ** Strings are kept in several lists headed by the array g->strt.hash.
60 GCObject **hash; member in struct:stringtable
119 stringtable strt; /* hash table for strings */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmain.c225 uint32_t hash; local
234 hash = djb_hash(libname, strlen(libname));
245 snprintf(txtrecord[1], 128, "Database ID=%0X", hash);
246 snprintf(txtrecord[2], 128, "Machine ID=%0X", hash);
301 /* The group name for the touch-able service advertising is a 64bit hash
302 * but is different from the DbId in iTunes. For now we'll use a hash of
306 /* Use as scratch space for the hash */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dpermut2.exp49 hash (str, len)
106 register int key = hash (str, len);
H A Dpermut3.exp49 hash (str, len)
106 register int key = hash (str, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c321 * Insert an entry into hash TLB or VHPT.
485 head = vtlb->hash;
494 head = vhpt->hash;
507 * Lookup the hash table and its collision chain to find an entry
550 hcb->pta.val = (unsigned long)hcb->hash;
554 head = hcb->hash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.in.h14 #include <libxml/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.h99 uint32_t *hash; member in struct:lzma_mf_s
121 /// Number of elements in hash[]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_misc.c1662 void init_owf_info(OWF_INFO *hash, const uint8 data[16]) argument
1667 memcpy(hash->data, data, sizeof(hash->data));
1669 memset((char *)hash->data, '\0', sizeof(hash->data));
1676 BOOL smb_io_owf_info(const char *desc, OWF_INFO *hash, prs_struct *ps, int depth) argument
1678 if (hash == NULL)
1687 if(!prs_uint8s (False, "data", ps, depth, hash->data, 16))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp.c606 if (hash) {
620 if (hash && (bytes > 0)) {
643 while (hash && (bytes >= hashbytes)) {
667 if (hash) {
915 if (hash && is_retr) {
930 if (hash && bytes > 0) {
980 while (hash && (bytes >= hashbytes)
1011 if (hash && is_retr) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A Dtxt_db.c222 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
233 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
221 TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcrc.cpp149 void CRC32::TruncatedFinal(byte *hash, size_t size) argument
155 hash[i] = GetCrcByte(i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLinkParser.cpp318 string hash = uri.substr( size_off + 1, hash_off - size_off - 1 ); local
330 if ( !isMD4Hash( hash ) ) {
331 badLink( "file", "invalid MD4 hash", uri );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnet.c314 n = pohmelfs_search_hash(parent, str->hash);
376 str.hash = jhash(str.name, str.len, 0);
393 dprintk("%s: parent: %llu, ino: %llu, name: '%s', hash: %x, len: %u, mode: %o.\n",
394 __func__, parent->ino, info->ino, str.name, str.hash, str.len,
411 str.hash = full_name_hash(str.name, str.len);
501 str.hash = jhash(name, str.len, 0);
697 * it supports or does not requested hash/cipher algorithms.
714 dprintk("%s: cipher '%s': %s, hash: '%s': %s.\n",
897 if (e->hash && unlikely(cmd->csize != st->psb->crypto_attached_size)) {
915 unsigned char *hash local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep065.tcl376 set startmv { {btree db-4.4.20} {hash db-4.5.20} }
378 # Remove btree and hash from the method list, we're manually
381 set midx [lsearch -exact $meth hash]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c217 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
228 if ((idx=lh_new(hash,cmp)) == NULL)
216 TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(char **), LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c222 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
233 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
221 TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c25 #include <linux/hash.h>
26 #include <crypto/internal/hash.h>
227 /* Need to zero hash digest in SA */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Daf_ieee802154.c282 if (sk->sk_prot->hash)
283 sk->sk_prot->hash(sk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c73 u32 hash; member in struct:cipso_v4_map_cache_entry
221 * @key: the hash key
225 * The CIPSO tag hashing function. Returns a 32-bit hash value.
320 u32 hash; local
325 hash = cipso_v4_map_cache_hash(key, key_len);
326 bkt = hash & (CIPSO_V4_CACHE_BUCKETS - 1);
329 if (entry->hash == hash &&
401 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len);
405 bkt = entry->hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c290 int hash = rsi_hash(item); local
292 ch = sunrpc_cache_lookup(&rsi_cache, &item->h, hash);
302 int hash = rsi_hash(new); local
305 &old->h, hash);
539 int hash = rsc_hash(item); local
541 ch = sunrpc_cache_lookup(&rsc_cache, &item->h, hash);
551 int hash = rsc_hash(new); local
554 &old->h, hash);

Completed in 462 milliseconds

<<21222324252627282930>>