Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 14 of 14) sorted by relevance

/hostap-3.6.0/src/crypto/
Dmd5_i.h14 u32 bits[2]; member
Dsha1-internal.c130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
Daes_i.h70 static inline u32 rotr(u32 val, int bits) in rotr()
Dtls_openssl.c1456 int bits; in check_server_key_exchange() local
/hostap-3.6.0/src/utils/
Dbitfield.c16 u8 *bits; member
Dcommon.c234 void buf_shift_right(u8 *buf, size_t len, size_t bits) in buf_shift_right()
/hostap-3.6.0/wlantest/
Dtkip.c173 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/
Dsae_pk.c196 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
Dcommon_module_tests.c551 size_t bits = (pw_len - pw_len / 5) * 5; in sae_pk_tests() local
Dsae.c151 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/
Dtlsv1_client_read.c643 unsigned int bits; in count_bits() local
670 unsigned int bits; in tlsv1_process_diffie_hellman() local
Dlibtommath.c2919 int x, bits, res; in mp_montgomery_calc_normalization() local
/hostap-3.6.0/src/ap/
Dhostapd.c654 unsigned int i = iface->conf->num_bss, bits = 0, j; in hostapd_validate_bssid_configuration() local
/hostap-3.6.0/tests/hwsim/
Dtest_ap_wps.py6508 def wsc_kdf(key, label, bits): argument