Home
last modified time | relevance | path

Searched defs:ndigits (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/crypto/
Decc.c72 u64 *out, unsigned int ndigits) in ecc_digits_from_bytes()
93 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space()
108 struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point()
146 static void vli_clear(u64 *vli, unsigned int ndigits) in vli_clear()
155 bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero()
174 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative()
180 static unsigned int vli_num_digits(const u64 *vli, unsigned int ndigits) in vli_num_digits()
194 unsigned int vli_num_bits(const u64 *vli, unsigned int ndigits) in vli_num_bits()
212 void vli_from_be64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_be64()
222 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64()
[all …]
Decdsa.c36 const void *value, size_t vlen, unsigned int ndigits) in ecdsa_get_signature_rs()
89 unsigned int ndigits = curve->g.ndigits; in _ecdsa_verify() local
207 unsigned int digitlen, ndigits; in ecdsa_set_pub_key() local
Decrdsa.c77 unsigned int ndigits = req->dst_len / sizeof(u64); in ecrdsa_verify() local
195 unsigned int ndigits; in ecrdsa_set_pub_key() local
Decdh.c17 unsigned int ndigits; member
/linux-6.12.1/include/crypto/internal/
Decc.h43 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument
51 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
/linux-6.12.1/include/crypto/
Decc_curve.h19 u8 ndigits; member
/linux-6.12.1/net/bluetooth/
Decdh_helper.c28 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-ecc.c308 unsigned int ndigits, const u32 inst) in kmb_ecc_do_scalar_op()
457 size_t ndigits = curve->g.ndigits; in kmb_ecc_is_key_valid() local
/linux-6.12.1/scripts/mod/
Dfile2alias.c280 int ndigits; in do_usb_entry_multi() local
/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1261 static void fill_curve_param(void *addr, u64 *param, unsigned int cur_sz, u8 ndigits) in fill_curve_param()