Searched defs:ndigits (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | ecc.c | 261 unsigned int ndigits) in vli_lshift() 293 unsigned int ndigits) in vli_add() 313 unsigned int ndigits) in vli_uadd() 335 unsigned int ndigits) in vli_sub() 356 unsigned int ndigits) in vli_usub() 416 unsigned int ndigits) in vli_mult() 453 unsigned int ndigits) in vli_umult() 638 unsigned int ndigits) in vli_mmod_slow() 688 unsigned int ndigits) in vli_mmod_barrett() 1040 unsigned int ndigits) in vli_mod_inv() [all …]
|
| H A D | ecdsa-x962.c | 25 unsigned int ndigits; member 31 unsigned int ndigits) in ecdsa_get_signature_rs()
|
| H A D | ecdsa.c | 26 unsigned int ndigits = curve->g.ndigits; in _ecdsa_verify() local 126 unsigned int digitlen, ndigits; in ecdsa_set_pub_key() local
|
| H A D | ecrdsa.c | 75 unsigned int ndigits = dlen / sizeof(u64); in ecrdsa_verify() local 187 unsigned int ndigits; in ecrdsa_set_pub_key() local
|
| H A D | ecdh.c | 17 unsigned int ndigits; member
|
| H A D | ecdsa-p1363.c | 25 unsigned int ndigits = DIV_ROUND_UP_POW2(keylen, sizeof(u64)); in ecdsa_p1363_verify() local
|
| /linux-6.15/include/crypto/internal/ |
| H A D | ecc.h | 43 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument 63 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
|
| /linux-6.15/include/crypto/ |
| H A D | ecc_curve.h | 19 u8 ndigits; member
|
| /linux-6.15/net/bluetooth/ |
| H A D | ecdh_helper.c | 28 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A 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
|
| /linux-6.15/scripts/mod/ |
| H A D | file2alias.c | 291 int ndigits; in do_usb_entry_multi() local
|
| /linux-6.15/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 1265 static void fill_curve_param(void *addr, u64 *param, unsigned int cur_sz, u8 ndigits) in fill_curve_param()
|