Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 27) sorted by relevance

12

/hostap-latest/src/utils/
Dbase64.c92 unsigned char dtable[256], *out, *pos, block[4], tmp; in base64_gen_decode() local
131 block[count] = tmp; in base64_gen_decode()
134 *pos++ = (block[0] << 2) | (block[1] >> 4); in base64_gen_decode()
135 *pos++ = (block[1] << 4) | (block[2] >> 2); in base64_gen_decode()
136 *pos++ = (block[2] << 6) | block[3]; in base64_gen_decode()
/hostap-latest/tests/hwsim/
Dtest_rfkill.py37 rfk.block()
70 rfk.block()
94 rfk0.block()
106 rfk1.block()
131 rfk0.block()
133 rfk1.block()
192 rfk.block()
204 rfk.block()
230 rfk.block()
Drfkill.py89 def soft_blocked(self, block): argument
90 if block:
91 self.block()
99 def block(self): member in RFKill
Dtest_wext.py244 rfk.block()
Dexample-setup.txt183 block the mac80211_hwsim network devices.
/hostap-latest/src/crypto/
Dsha1-internal.c135 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \
136 (rol(block->l[i], 8) & 0x00FF00FF))
138 #define blk0(i) block->l[i]
140 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \
141 block->l[(i + 8) & 15] ^ block->l[(i + 2) & 15] ^ block->l[i & 15], 1))
183 CHAR64LONG16* block; in SHA1Transform() local
186 block = &workspace; in SHA1Transform()
187 os_memcpy(block, buffer, 64); in SHA1Transform()
189 block = (CHAR64LONG16 *) buffer; in SHA1Transform()
227 forced_memzero(block, 64); in SHA1Transform()
Dmd4-internal.c70 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]);
198 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) in MD4Transform()
203 os_memcpy(in, block, sizeof(in)); in MD4Transform()
207 (u32)(block[a * 4 + 0]) | in MD4Transform()
208 (u32)(block[a * 4 + 1]) << 8 | in MD4Transform()
209 (u32)(block[a * 4 + 2]) << 16 | in MD4Transform()
210 (u32)(block[a * 4 + 3]) << 24); in MD4Transform()
Ddes-internal.c318 static void desfunc(u32 *block, const u32 *keys) in desfunc() argument
323 leftt = block[0]; in desfunc()
324 right = block[1]; in desfunc()
392 block[0] = right; in desfunc()
393 block[1] = leftt; in desfunc()
Dms_funcs.c497 const u8 *block, u8 *cypher) in nt_password_hash_encrypted_with_block() argument
499 if (des_encrypt(password_hash, block, cypher) < 0 || in nt_password_hash_encrypted_with_block()
500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0) in nt_password_hash_encrypted_with_block()
Daes-gcm.c16 static void inc32(u8 *block) in inc32() argument
19 val = WPA_GET_BE32(block + AES_BLOCK_SIZE - 4); in inc32()
21 WPA_PUT_BE32(block + AES_BLOCK_SIZE - 4, val); in inc32()
Dms_funcs.h54 const u8 *block, u8 *cypher);
/hostap-latest/src/common/
Dsae_pk.c217 u64 block = 0; in sae_pk_base32_encode() local
234 block <<= 8; in sae_pk_base32_encode()
235 block |= val; in sae_pk_base32_encode()
239 (block >> j * 5) & 0x1f, &left); in sae_pk_base32_encode()
240 block = 0; in sae_pk_base32_encode()
253 u64 block = 0; in sae_pk_base32_decode() local
292 block <<= 5; in sae_pk_base32_decode()
293 block |= tmp; in sae_pk_base32_decode()
296 *pos++ = (block >> 32) & 0xff; in sae_pk_base32_decode()
297 *pos++ = (block >> 24) & 0xff; in sae_pk_base32_decode()
[all …]
/hostap-latest/wpa_supplicant/
DREADME-HS2034 network block or credential. If a credential is picked (based on ANQP
35 information from APs), a temporary network block is created
36 automatically for the matching network. This temporary network block is
98 # matching network block
104 # credential block
119 # network (based on either an enabled network block or a credential)
489 wpa_supplicant creates a temporary network block for the selected
Dtodo.txt38 * network block
DChangeLog601 with the same network block that generated them
667 - roaming partner configuration (roaming_partner within a cred block)
789 * disable network block temporarily on repeated connection failures
796 limited for all cases instead of just for a specific network block
833 * added a new cred block parameter 'temporary' to allow credential
891 * do not save an invalid network block in wpa_supplicant.conf to avoid
1042 * disable network block temporarily on authentication failures
1142 used to clear the bssid_set flag in a network block, i.e., to remove
1208 network configuration block instead of having to (re-)learn the
1289 configuration block to request background scans less frequently when
[all …]
DREADME-Windows.txt290 network block in the configuration file. In addition, blobs subkey has
Dandroid.config287 # can be enabled to get a stronger construction of messages when block ciphers
DREADME859 Add the following block to the end of 'start' action handler in
867 Add the following block to the end of 'stop' action handler (may need
/hostap-latest/doc/
Dctrl_iface.doxygen71 block with each line in \c variable=value format. For example:
118 block with each line in \c variable=value format. For example:
538 a peer and request to automatically block any further connection or
1037 indicates which network block includes the persistent group data.
Dporting.doxygen23 block). These functions may need to be implemented or at least defined
Ddbus.doxygen243 …figuration. Dictionary entries are equivalent to entries in the "network" block in wpa_supplicant …
566 …configuration. Dictionary entries are equivalent to entries in the "cred" block in wpa_supplicant …
1690 … reject a pending GO Negotiation with a peer and request to automatically block any further connec…
2088 …<tr><td>disabled</td><td>s</td><td>Set to "2" to indicate special network block use as a P2P persi…
2279 …<p>Properties of the configured network. Dictionary contains entries from "network" block of wpa_s…
2482 …<tr><td>disabled</td><td>s</td><td>Set to "2" to indicate special network block use as a P2P persi…
/hostap-latest/hs20/server/
Dhs20-osu-server.txt224 Add following block just before "SSL Engine Switch" line":
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml730 <para>Add the following block to the end of <emphasis>start</emphasis>
740 <para>Add the following block to the end of <emphasis>stop</emphasis>
/hostap-latest/hostapd/
DREADME-MULTI-AP54 role, by setting 'multi_ap_backhaul_sta=1' in the network configuration block
Ddefconfig289 # can be enabled to get a stronger construction of messages when block ciphers

12