OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hashes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/metrics/
metrics_log_base_unittest.cc
59
// Make sure our ID
hashes
are the same as what we see on the server side.
60
TEST(MetricsLogBaseTest,
Hashes
) {
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h
39
// |
HASHES
|
47
// the number of buckets, total number of
hashes
, and room for a special
50
// The buckets contain an index (e.g. 6) into the
hashes
array. The
hashes
57
// as an index into the
hashes
table and look at each successive hash as long
82
// the number of unique
hashes
.
263
// Buckets/
Hashes
/Offsets
267
HashList
Hashes
;
/external/dropbear/libtomcrypt/
crypt.tex
120
designing cryptosystems. It supports symmetric ciphers, one-way
hashes
, pseudo-random number generators,
123
The library was designed such that new ciphers/
hashes
/PRNGs can be added at run-time and the existing API
146
With this library all core functions (ciphers,
hashes
, prngs, and bignum) have the same prototype definition. They all load
150
that can be used to make a program automatically pick between ciphers,
hashes
and PRNGs at run-time. That means your
151
application can support all ciphers/
hashes
/prngs/bignum without changing the source code.
165
The LibTomCrypt package has also been written to be very modular. The block ciphers, one--way
hashes
,
195
of the ciphers and
hashes
are patent free or under patents that have since expired.
[
all
...]
Completed in 42 milliseconds