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

  /external/chromium/crypto/
hmac_win.cc 119 // CRYPT_IPSEC_HMAC_KEY are not supported on Windows 2000. PLAINTEXTKEYBLOB
123 // CRYPT_IPSEC_HMAC_KEY allows keys longer than 16 bytes.
142 key_blob_storage.size(), 0, CRYPT_IPSEC_HMAC_KEY,
symmetric_key_win.cc 79 flags |= CRYPT_IPSEC_HMAC_KEY;
  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 380 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
406 #ifndef CRYPT_IPSEC_HMAC_KEY
407 #define CRYPT_IPSEC_HMAC_KEY 0x00000100
410 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,

Completed in 195 milliseconds