| /kernel/linux/linux-6.6/crypto/ |
| D | ecc.c | 70 u64 *out, unsigned int ndigits) in ecc_digits_from_bytes() 91 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() 106 struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() 144 static void vli_clear(u64 *vli, unsigned int ndigits) in vli_clear() 153 bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero() 172 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() 178 static unsigned int vli_num_digits(const u64 *vli, unsigned int ndigits) in vli_num_digits() 192 unsigned int vli_num_bits(const u64 *vli, unsigned int ndigits) in vli_num_bits() 210 void vli_from_be64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_be64() 220 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64() [all …]
|
| D | ecdsa.c | 36 const void *value, size_t vlen, unsigned int ndigits) in ecdsa_get_signature_rs() 84 unsigned int ndigits = curve->g.ndigits; in _ecdsa_verify() local 212 unsigned int digitlen, ndigits; in ecdsa_set_pub_key() local
|
| D | ecrdsa.c | 77 unsigned int ndigits = req->dst_len / sizeof(u64); in ecrdsa_verify() local 195 unsigned int ndigits; in ecrdsa_set_pub_key() local
|
| D | ecdh.c | 17 unsigned int ndigits; member
|
| /kernel/linux/linux-5.10/crypto/ |
| D | ecc.c | 61 static u64 *ecc_alloc_digits_space(unsigned int ndigits) in ecc_alloc_digits_space() 76 static struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() 112 static void vli_clear(u64 *vli, unsigned int ndigits) in vli_clear() 121 bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero() 140 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() 146 static unsigned int vli_num_digits(const u64 *vli, unsigned int ndigits) in vli_num_digits() 160 static unsigned int vli_num_bits(const u64 *vli, unsigned int ndigits) in vli_num_bits() 177 void vli_from_be64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_be64() 187 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits) in vli_from_le64() 198 static void vli_set(u64 *dest, const u64 *src, unsigned int ndigits) in vli_set() [all …]
|
| D | ecc.h | 49 u8 ndigits; member 52 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument 82 static inline void ecc_swap_digits(const u64 *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
|
| D | ecdh.c | 17 unsigned int ndigits; member 40 unsigned int ndigits; in ecdh_set_secret() local
|
| D | ecdsa.c | 36 const void *value, size_t vlen, unsigned int ndigits) in ecdsa_get_signature_rs() 97 unsigned int ndigits = curve->g.ndigits; in _ecdsa_verify() local 227 unsigned int ndigits; in ecdsa_set_pub_key() local
|
| D | ecrdsa.c | 77 unsigned int ndigits = req->dst_len / sizeof(u64); in ecrdsa_verify() local 195 unsigned int ndigits; in ecrdsa_set_pub_key() local
|
| /kernel/linux/linux-6.6/include/crypto/internal/ |
| D | ecc.h | 42 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument 50 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
|
| /kernel/linux/linux-6.6/include/crypto/ |
| D | ecc_curve.h | 19 u8 ndigits; member
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| D | ecdh_helper.c | 28 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
|
| /kernel/linux/linux-5.10/net/bluetooth/ |
| D | ecdh_helper.c | 44 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
| D | keembay-ocs-ecc.c | 308 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
|
| /kernel/linux/linux-6.6/scripts/mod/ |
| D | file2alias.c | 280 int ndigits; in do_usb_entry_multi() local
|
| /kernel/linux/linux-5.10/scripts/mod/ |
| D | file2alias.c | 268 int ndigits; in do_usb_entry_multi() local
|
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
| D | hpre_crypto.c | 1256 static void fill_curve_param(void *addr, u64 *param, unsigned int cur_sz, u8 ndigits) in fill_curve_param()
|