Home
last modified time | relevance | path

Searched refs:ScopedHCRYPTHASH (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/crypto/
Dsymmetric_key_win.cc216 ScopedHCRYPTHASH* hash) { in CreateHMACHash()
217 ScopedHCRYPTHASH safe_hash; in CreateHMACHash()
257 ScopedHCRYPTHASH safe_hash; in ComputePBKDF2Block()
405 ScopedHCRYPTHASH prf; in DeriveKeyFromPassword()
Dscoped_capi_types.h118 HCRYPTHASH, CAPIDestroyer<HCRYPTHASH, CryptDestroyHash> > ScopedHCRYPTHASH; typedef
Dhmac_win.cc190 ScopedHCRYPTHASH hash; in Sign()