Searched refs:hashed (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.c377 char * hashed; local
390 hashed = tr_malloc( 2*SHA_DIGEST_LENGTH + saltlen + 2 );
392 tr_sha1_to_hex( &hashed[1], buf );
393 memcpy( hashed + 1+2*SHA_DIGEST_LENGTH, salt, saltlen );
394 hashed[1+2*SHA_DIGEST_LENGTH + saltlen] = '\0';
395 hashed[0] = '{';
397 result = strcmp( source, hashed ) == 0 ? true : false;
399 tr_free( hashed );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_init.c43 void sas_hash_addr(u8 *hashed, const u8 *sas_addr) argument
61 hashed[0] = (r >> 16) & 0xFF;
62 hashed[1] = (r >> 8) & 0xFF ;
63 hashed[2] = r & 0xFF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dcache.c131 int hashed = 0; local
147 hashed = 1;
159 if (!hashed)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp16 (hashed nil :type hash-table)
93 :hashed (make-hash-table :test #'equal)
97 (unless (gethash word (word-list-hashed word-list))
98 (setf (gethash word (word-list-hashed word-list)) t)
109 :hashed (make-hash-table :test #'equal)
195 (setf (gethash word (word-list-hashed word-list)) ind-offset)
200 (gethash word (word-list-hashed (aref words-by-length (length word))))
212 (push (gethash word (word-list-hashed (aref words-by-length len)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp16 (hashed nil :type hash-table)
91 :hashed (make-hash-table :test #'equal)
95 (unless (gethash word (word-list-hashed word-list))
96 (setf (gethash word (word-list-hashed word-list)) t)
107 :hashed (make-hash-table :test #'equal)
193 (setf (gethash word (word-list-hashed word-list)) ind-offset)
198 (gethash word (word-list-hashed (aref words-by-length (length word))))
210 (push (gethash word (word-list-hashed (aref words-by-length len)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Ddir.c562 int hashed = 0; local
586 hashed = 1;
598 if (!hashed)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-ppc.pl222 ; and hashed separately...
H A Dsha512-ppc.pl255 ; and hashed separately...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl222 ; and hashed separately...
H A Dsha512-ppc.pl255 ; and hashed separately...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibsas.h392 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhash.tex7 application if it wishes. Data can be hashed on an integer or string
H A Dexpr.tex382 Construct a new database hashed on a combination of the clause functor and
398 the functor and a user-specified attribute will be hashed upon, giving the
H A Dtexpr.tex88 decomposing the objects using the wxExpr API. The database may be hashed,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s484 ; arg 2 is the byte value to be hashed into it, which must not be the same reg

Completed in 212 milliseconds