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

  /external/chromium/base/
hmac_win.cc 45 // CRYPT_IPSEC_HMAC_KEY are not supported on Windows 2000. PLAINTEXTKEYBLOB
49 // CRYPT_IPSEC_HMAC_KEY allows keys longer than 16 bytes.
68 key_blob_storage.size(), 0, CRYPT_IPSEC_HMAC_KEY,
  /external/wpa_supplicant/
crypto_cryptoapi.c 405 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
431 #ifndef CRYPT_IPSEC_HMAC_KEY
432 #define CRYPT_IPSEC_HMAC_KEY 0x00000100
435 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 390 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
416 #ifndef CRYPT_IPSEC_HMAC_KEY
417 #define CRYPT_IPSEC_HMAC_KEY 0x00000100
420 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,

Completed in 81 milliseconds