Searched refs:blocks (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_internal-cipher.c | 106 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 …]
|
D | aes-cbc.c | 29 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/ |
D | tkip.c | 208 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/ |
D | wpa_passphrase.sgml | 28 network configuration blocks of a
|
D | eapol_test.sgml | 79 network blocks as wpa_supplicant.</para> 89 use the same format for network blocks as wpa_supplicant.
|
D | wpa_supplicant.conf.sgml | 35 <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/ |
D | README-HS20 | 32 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
|
D | README-WPS | 82 The network configuration blocks needed for WPS are added 86 WPS registration will generate new network blocks for the acquired
|
D | ChangeLog | 815 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)
|
D | android.config | 343 # the network blocks.
|
D | README | 517 Configuration file can include one or more network blocks, e.g., one 519 network based on the order of network blocks in the configuration
|
D | defconfig | 389 # the network blocks.
|
/hostap-latest/doc/ |
D | testing_tools.doxygen | 80 network blocks as wpa_supplicant.
|