Searched defs:ndigits (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/crypto/ |
D | ecc.c | 58 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() 73 static struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() 109 static void vli_clear(u64 *vli, unsigned int ndigits) in vli_clear() 118 bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero() 137 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() 143 static unsigned int vli_num_digits(const u64 *vli, unsigned int ndigits) in vli_num_digits() 157 static unsigned int vli_num_bits(const u64 *vli, unsigned int ndigits) in vli_num_bits() 174 void vli_from_be64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_be64() 184 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64() 195 static void vli_set(u64 *dest, const u64 *src, unsigned int ndigits) in vli_set() [all …]
|
D | ecc.h | 46 u8 ndigits; member 49 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument
|
D | ecdh.c | 17 unsigned int ndigits; member 40 unsigned int ndigits; in ecdh_set_secret() local
|
D | ecrdsa.c | 76 unsigned int ndigits = req->dst_len / sizeof(u64); in ecrdsa_verify() local 194 unsigned int ndigits; in ecrdsa_set_pub_key() local
|
/Linux-v5.4/net/bluetooth/ |
D | ecdh_helper.c | 44 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
|
/Linux-v5.4/lib/ |
D | bitmap.c | 380 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
|
/Linux-v5.4/scripts/mod/ |
D | file2alias.c | 268 int ndigits; in do_usb_entry_multi() local
|