Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 74) sorted by relevance

123

/hostap-latest/src/tls/
Dbignum.c115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp()
127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d()
140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add()
158 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub()
176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul()
195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, in bignum_mulmod()
215 int bignum_exptmod(const struct bignum *a, const struct bignum *b, in bignum_exptmod()
Dlibtommath.c131 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument
212 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add()
300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub()
416 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add()
448 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub()
485 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul()
532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
552 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod()
678 static int mp_cmp (mp_int * a, mp_int * b) in mp_cmp()
700 static int mp_cmp_d(mp_int * a, mp_digit b) in mp_cmp_d()
[all …]
/hostap-latest/src/utils/
Dconst_time.h48 static inline unsigned int const_time_eq(unsigned int a, unsigned int b) in const_time_eq()
55 static inline u8 const_time_eq_u8(unsigned int a, unsigned int b) in const_time_eq_u8()
77 static inline unsigned int const_time_eq_bin(const void *a, const void *b, in const_time_eq_bin()
172 static inline int const_time_memcmp(const void *a, const void *b, size_t len) in const_time_memcmp()
Dwpa_debug.h30 #define wpa_hexdump(l,t,b,le) do { } while (0) argument
31 #define wpa_hexdump_buf(l,t,b) do { } while (0) argument
32 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument
33 #define wpa_hexdump_buf_key(l,t,b) do { } while (0) argument
34 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument
35 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
Dwpa_debug_zephyr.h47 #define wpa_hexdump(l, t, b, le) do { } while (0) argument
48 #define wpa_hexdump_buf(l, t, b) do { } while (0) argument
49 #define wpa_hexdump_key(l, t, b, le) do { } while (0) argument
50 #define wpa_hexdump_buf_key(l, t, b) do { } while (0) argument
51 #define wpa_hexdump_ascii(l, t, b, le) do { } while (0) argument
52 #define wpa_hexdump_ascii_key(l, t, b, le) do { } while (0) argument
Dos.h53 static inline int os_time_before(struct os_time *a, struct os_time *b) in os_time_before()
60 static inline void os_time_sub(struct os_time *a, struct os_time *b, in os_time_sub()
75 struct os_reltime *b) in os_reltime_before()
82 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, in os_reltime_sub()
Dincludes.h61 #define signal(a, b) (void)(b) argument
Dip_addr.c57 const struct hostapd_ip_addr *b) in hostapd_ip_equal()
Dext_password.h26 #define ext_password_init(b, p) ((void *) 1) argument
Dcommon.h385 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) argument
388 #define PRINTF_FORMAT(a,b) argument
468 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
471 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
576 static inline bool ether_addr_equal(const u8 *a, const u8 *b) in ether_addr_equal()
/hostap-latest/src/crypto/
Drandom.h15 #define random_add_randomness(b, l) do { } while (0) argument
16 #define random_get_bytes(b, l) os_get_random((b), (l)) argument
Daes-siv.c33 static void xor(u8 *a, const u8 *b) in xor()
42 static void xorend(u8 *a, int alen, const u8 *b, int blen) in xorend()
Daes-unwrap.c29 u8 a[8], *r, b[AES_BLOCK_SIZE]; in aes_unwrap() local
Daes-wrap.c28 u8 *a, *r, b[AES_BLOCK_SIZE]; in aes_wrap() local
Drc4.c14 #define S_SWAP(a,b) do { u8 t = S[a]; S[a] = S[b]; S[b] = t; } while(0) argument
Dcrypto_libtomcrypt.c19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) argument
20 #define mp_read_unsigned_bin(a, b, c) ltc_mp.unsigned_read(a, b, c) argument
21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) argument
743 void *b, *p, *m, *r; in crypto_mod_exp() local
Dcrypto_wolfssl.c1424 const struct crypto_bignum *b, in crypto_bignum_add()
1441 int crypto_bignum_exptmod(const struct crypto_bignum *b, in crypto_bignum_exptmod()
1467 const struct crypto_bignum *b, in crypto_bignum_sub()
1479 const struct crypto_bignum *b, in crypto_bignum_div()
1491 const struct crypto_bignum *b, in crypto_bignum_addmod()
1504 const struct crypto_bignum *b, in crypto_bignum_mulmod()
1517 const struct crypto_bignum *b, in crypto_bignum_sqrmod()
1539 const struct crypto_bignum *b) in crypto_bignum_cmp()
1640 mp_int b; member
1934 const struct crypto_ec_point *b, in crypto_ec_point_add()
[all …]
Dcrypto_mbedtls_alt.c1233 int crypto_bignum_add(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_add()
1238 int crypto_bignum_mod(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_mod()
1244 const struct crypto_bignum *b, in crypto_bignum_exptmod()
1274 int crypto_bignum_inverse(const struct crypto_bignum *a, const struct crypto_bignum *b, struct cryp… in crypto_bignum_inverse()
1282 int crypto_bignum_sub(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_sub()
1290 int crypto_bignum_div(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_div()
1308 const struct crypto_bignum *b, in crypto_bignum_addmod()
1322 const struct crypto_bignum *b, in crypto_bignum_mulmod()
1335 int crypto_bignum_sqrmod(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypt… in crypto_bignum_sqrmod()
1359 int crypto_bignum_cmp(const struct crypto_bignum *a, const struct crypto_bignum *b) in crypto_bignum_cmp()
[all …]
/hostap-latest/src/p2p/
Dp2p_utils.c80 const struct p2p_reg_class *b, in p2p_reg_class_intersect()
112 const struct p2p_channels *b, in p2p_channels_intersect()
163 const struct p2p_channels *b) in p2p_channels_union_inplace()
203 const struct p2p_channels *b, in p2p_channels_union()
/hostap-latest/src/ap/
Dvlan.c17 int vlan_compare(struct vlan_description *a, struct vlan_description *b) in vlan_compare()
Dvlan.h24 vlan_compare(struct vlan_description *a, struct vlan_description *b) in vlan_compare()
Ddhcp_snoop.c36 const struct bootp_pkt *b; in handle_dhcp() local
/hostap-latest/tests/fuzzing/json/corpus/
D1.json1 {"a":[[]],"b":1,"c":"q","d":{"e":[{}]}} number
/hostap-latest/src/eapol_auth/
Deapol_auth_dump.c137 #define _SB(b) ((b) ? "TRUE" : "FALSE") in eapol_auth_dump_state() argument
/hostap-latest/tests/
Dtest-bss.c17 #define ASSERT_CMP_INT(a, cmp, b) { \ argument

123