Searched refs:power (Results 1 – 9 of 9) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | crypto_internal-modexp.c | 90 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()
|
D | crypto_nettle.c | 376 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()
|
D | crypto_gnutls.c | 362 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()
|
D | crypto_libtomcrypt.c | 739 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()
|
D | crypto.h | 467 const u8 *power, size_t power_len,
|
D | crypto_openssl.c | 663 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/ |
D | README-Windows.txt | 211 (local admins and the local "power users" group have permissions, 217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.)
|
D | ChangeLog | 707 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/ |
D | ChangeLog | 576 Disassociation frames when the STA is in power save sleep. Only
|