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

  /external/libchrome/crypto/
symmetric_key_win.cc 68 key_header->hdr.bType = PLAINTEXTKEYBLOB;
509 BOOL ok = CryptExportKey(key_, 0, PLAINTEXTKEYBLOB, 0, NULL, &size);
515 ok = CryptExportKey(key_, 0, PLAINTEXTKEYBLOB, 0, &result[0], &size);
hmac_win.cc 131 // This code doesn't work on Win2k because PLAINTEXTKEYBLOB and
132 // CRYPT_IPSEC_HMAC_KEY are not supported on Windows 2000. PLAINTEXTKEYBLOB
147 key_blob->header.bType = PLAINTEXTKEYBLOB;
  /external/curl/lib/
curl_ntlm_core.c 329 blob.hdr.bType = PLAINTEXTKEYBLOB;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 279 #define PLAINTEXTKEYBLOB 0x8
    [all...]

Completed in 43 milliseconds