Home
last modified time | relevance | path

Searched refs:power (Results 1 – 9 of 9) sorted by relevance

/hostap-3.6.0/src/crypto/
Dcrypto_internal-modexp.c90 const u8 *power, size_t power_len, in crypto_mod_exp() argument
107 bignum_set_unsigned_bin(bn_exp, power, power_len) < 0 || in crypto_mod_exp()
Dcrypto_nettle.c376 const u8 *power, size_t power_len, in crypto_mod_exp() argument
386 mpz_import(bn_exp, power_len, 1, 1, 1, 0, power); in crypto_mod_exp()
Dcrypto_gnutls.c362 const u8 *power, size_t power_len, in crypto_mod_exp() argument
372 gcry_mpi_scan(&bn_exp, GCRYMPI_FMT_USG, power, power_len, NULL) != in crypto_mod_exp()
Dcrypto_libtomcrypt.c739 const u8 *power, size_t power_len, in crypto_mod_exp() argument
749 mp_read_unsigned_bin(p, (u8 *) power, power_len) != CRYPT_OK || in crypto_mod_exp()
Dcrypto.h467 const u8 *power, size_t power_len,
Dcrypto_openssl.c663 const u8 *power, size_t power_len, in crypto_mod_exp() argument
676 bn_exp = BN_bin2bn(power, power_len, NULL); in crypto_mod_exp()
/hostap-3.6.0/wpa_supplicant/
DREADME-Windows.txt211 (local admins and the local "power users" group have permissions,
217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.)
DChangeLog707 e.g., due to power saving
1037 Disassociation frames when the STA is in power save sleep. Only
1459 power consumption (no need to wake up the process once per second)
/hostap-3.6.0/hostapd/
DChangeLog576 Disassociation frames when the STA is in power save sleep. Only