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

  /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 43 milliseconds