Searched refs:CRYPT_IPSEC_HMAC_KEY (Results 1 - 6 of 6) sorted by relevance

/external/chromium/crypto/
H A Dhmac_win.cc119 // 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,
H A Dsymmetric_key_win.cc79 flags |= CRYPT_IPSEC_HMAC_KEY;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c390 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
416 #ifndef CRYPT_IPSEC_HMAC_KEY
417 #define CRYPT_IPSEC_HMAC_KEY 0x00000100 macro
420 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c380 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
406 #ifndef CRYPT_IPSEC_HMAC_KEY
407 #define CRYPT_IPSEC_HMAC_KEY 0x00000100 macro
410 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_cryptoapi.c380 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
406 #ifndef CRYPT_IPSEC_HMAC_KEY
407 #define CRYPT_IPSEC_HMAC_KEY 0x00000100 macro
410 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c380 * CRYPT_IPSEC_HMAC_KEY flag for CryptImportKey() is needed to
406 #ifndef CRYPT_IPSEC_HMAC_KEY
407 #define CRYPT_IPSEC_HMAC_KEY 0x00000100 macro
410 sizeof(key_blob), 0, CRYPT_IPSEC_HMAC_KEY,

Completed in 125 milliseconds