HomeSort by relevance Sort by last modified time
    Searched refs:HP_HASHSIZE (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/
sha1_win.cc 40 if (!CryptGetHashParam(hash, HP_HASHSIZE,
43 DPLOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed";
  /external/chromium_org/crypto/
symmetric_key_win.cc 408 ok = CryptGetHashParam(prf, HP_HASHSIZE,
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 399 if (!CryptGetHashParam(hHash, HP_HASHSIZE, (BYTE*)&hashLen, &argLen, 0)) {
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 249 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 355 #define HP_HASHSIZE 0x4
    [all...]

Completed in 1113 milliseconds