OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SecureHash
(Results
1 - 2
of
2
) sorted by null
/external/chromium/crypto/
secure_hash.h
15
class
SecureHash
{
20
virtual ~
SecureHash
() {}
22
static
SecureHash
* Create(Algorithm type);
28
SecureHash
() {}
31
DISALLOW_COPY_AND_ASSIGN(
SecureHash
);
/external/chromium_org/crypto/
secure_hash.h
18
class CRYPTO_EXPORT
SecureHash
{
23
virtual ~
SecureHash
() {}
25
static
SecureHash
* Create(Algorithm type);
42
SecureHash
() {}
45
DISALLOW_COPY_AND_ASSIGN(
SecureHash
);
Completed in 459 milliseconds