Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_internal-cipher.c106 size_t i, j, blocks; in crypto_cipher_encrypt() local
119 blocks = len / AES_BLOCK_SIZE; in crypto_cipher_encrypt()
120 for (i = 0; i < blocks; i++) { in crypto_cipher_encrypt()
133 blocks = len / 8; in crypto_cipher_encrypt()
134 for (i = 0; i < blocks; i++) { in crypto_cipher_encrypt()
147 blocks = len / 8; in crypto_cipher_encrypt()
148 for (i = 0; i < blocks; i++) { in crypto_cipher_encrypt()
169 size_t i, j, blocks; in crypto_cipher_decrypt() local
183 blocks = len / AES_BLOCK_SIZE; in crypto_cipher_decrypt()
184 for (i = 0; i < blocks; i++) { in crypto_cipher_decrypt()
[all …]
Daes-cbc.c29 int i, j, blocks; in aes_128_cbc_encrypt() local
39 blocks = data_len / AES_BLOCK_SIZE; in aes_128_cbc_encrypt()
40 for (i = 0; i < blocks; i++) { in aes_128_cbc_encrypt()
65 int i, j, blocks; in aes_128_cbc_decrypt() local
75 blocks = data_len / AES_BLOCK_SIZE; in aes_128_cbc_decrypt()
76 for (i = 0; i < blocks; i++) { in aes_128_cbc_decrypt()
/hostap-latest/wlantest/
Dtkip.c208 int i, blocks, last; in michael_mic() local
224 blocks = data_len / 4; in michael_mic()
226 for (i = 0; i < blocks; i++) { in michael_mic()
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_passphrase.sgml28 network configuration blocks of a
Deapol_test.sgml79 network blocks as wpa_supplicant.</para>
89 use the same format for network blocks as wpa_supplicant.
Dwpa_supplicant.conf.sgml35 <para>Configuration file can include one or more network blocks,
37 select the best network based on the order of network blocks in
/hostap-latest/wpa_supplicant/
DREADME-HS2032 network blocks (e.g., per-SSID parameters). When requested to perform
37 used similarly to the network blocks that can be configured by the user,
46 and none of the enabled network blocks match with the scan results. This
117 # (and similarly in struct wpa_ssid for network blocks) to change the
DREADME-WPS82 The network configuration blocks needed for WPS are added
86 WPS registration will generate new network blocks for the acquired
DChangeLog815 blocks that do not specify their own bgscan parameters
834 blocks to be stored separately even if wpa_supplicant configuration
1074 by default for all network blocks
1982 server_nai configuration option from network blocks
2050 * added support for using ap_scan=2 mode with multiple network blocks;
2444 * added priority option for network blocks in the configuration file;
2446 results are searched for matches with network blocks in this order)
Dandroid.config343 # the network blocks.
DREADME517 Configuration file can include one or more network blocks, e.g., one
519 network based on the order of network blocks in the configuration
Ddefconfig389 # the network blocks.
/hostap-latest/doc/
Dtesting_tools.doxygen80 network blocks as wpa_supplicant.