OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe_hash
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/crypto/
symmetric_key_win.cc
217
ScopedHCRYPTHASH
safe_hash
;
local
218
BOOL ok = CryptCreateHash(provider, CALG_HMAC, key, 0,
safe_hash
.receive());
226
ok = CryptSetHashParam(
safe_hash
, HP_HMAC_INFO,
231
hash->swap(
safe_hash
);
257
ScopedHCRYPTHASH
safe_hash
;
local
258
BOOL ok = CryptDuplicateHash(hash, NULL, 0,
safe_hash
.receive());
263
ok = CryptHashData(
safe_hash
, reinterpret_cast<const BYTE*>(salt.data()),
270
ok = CryptHashData(
safe_hash
,
277
ok = CryptGetHashParam(
safe_hash
, HP_HASHVAL, &hash_value[0], &size, 0);
287
safe_hash
.reset()
[
all
...]
Completed in 72 milliseconds