Searched defs:ndigits (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/crypto/ |
D | ecc.c | 55 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() 70 static struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() 106 static void vli_clear(u64 *vli, unsigned int ndigits) in vli_clear() 115 static bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero() 134 static unsigned int vli_num_digits(const u64 *vli, unsigned int ndigits) in vli_num_digits() 148 static unsigned int vli_num_bits(const u64 *vli, unsigned int ndigits) in vli_num_bits() 165 static void vli_set(u64 *dest, const u64 *src, unsigned int ndigits) in vli_set() 174 static int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp() 192 unsigned int ndigits) in vli_lshift() 208 static void vli_rshift1(u64 *vli, unsigned int ndigits) in vli_rshift1() [all …]
|
D | ecdh.c | 21 unsigned int ndigits; member 44 unsigned int ndigits; in ecdh_set_secret() local
|
D | ecc_curve_defs.h | 8 u8 ndigits; member
|
/Linux-v4.19/net/bluetooth/ |
D | ecdh_helper.c | 44 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
|
/Linux-v4.19/lib/ |
D | bitmap.c | 364 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local 517 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local
|
/Linux-v4.19/scripts/mod/ |
D | file2alias.c | 298 int ndigits; in do_usb_entry_multi() local
|