Searched defs:bits (Results 1 – 14 of 14) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | md5_i.h | 14 u32 bits[2]; member
|
D | sha1-internal.c | 130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
|
D | aes_i.h | 70 static inline u32 rotr(u32 val, int bits) in rotr()
|
D | tls_openssl.c | 1456 int bits; in check_server_key_exchange() local
|
/hostap-3.6.0/src/utils/ |
D | bitfield.c | 16 u8 *bits; member
|
D | common.c | 234 void buf_shift_right(u8 *buf, size_t len, size_t bits) in buf_shift_right()
|
/hostap-3.6.0/wlantest/ |
D | tkip.c | 173 static inline u32 rotl(u32 val, int bits) in rotl() 179 static inline u32 rotr(u32 val, int bits) in rotr()
|
/hostap-3.6.0/src/common/ |
D | sae_pk.c | 196 static char * add_char(const char *start, char *pos, u8 idx, size_t *bits) in add_char() 364 int bits; in sae_pk_set_password() local
|
D | common_module_tests.c | 551 size_t bits = (pw_len - pw_len / 5) * 5; in sae_pk_tests() local
|
D | sae.c | 151 size_t bits; in sae_test_pwd_seed_ecc() local 198 size_t bits = sae->tmp->prime_len * 8; in sae_test_pwd_seed_ffc() local
|
/hostap-3.6.0/src/tls/ |
D | tlsv1_client_read.c | 643 unsigned int bits; in count_bits() local 670 unsigned int bits; in tlsv1_process_diffie_hellman() local
|
D | libtommath.c | 2919 int x, bits, res; in mp_montgomery_calc_normalization() local
|
/hostap-3.6.0/src/ap/ |
D | hostapd.c | 654 unsigned int i = iface->conf->num_bss, bits = 0, j; in hostapd_validate_bssid_configuration() local
|
/hostap-3.6.0/tests/hwsim/ |
D | test_ap_wps.py | 6508 def wsc_kdf(key, label, bits): argument
|