Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Decc.c261 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 Decdsa-x962.c25 unsigned int ndigits; member
31 unsigned int ndigits) in ecdsa_get_signature_rs()
H A Decdsa.c26 unsigned int ndigits = curve->g.ndigits; in _ecdsa_verify() local
126 unsigned int digitlen, ndigits; in ecdsa_set_pub_key() local
H A Decrdsa.c75 unsigned int ndigits = dlen / sizeof(u64); in ecrdsa_verify() local
187 unsigned int ndigits; in ecrdsa_set_pub_key() local
H A Decdh.c17 unsigned int ndigits; member
H A Decdsa-p1363.c25 unsigned int ndigits = DIV_ROUND_UP_POW2(keylen, sizeof(u64)); in ecdsa_p1363_verify() local
/linux-6.15/include/crypto/internal/
H A Decc.h43 #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 Decc_curve.h19 u8 ndigits; member
/linux-6.15/net/bluetooth/
H A Decdh_helper.c28 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits()
/linux-6.15/drivers/crypto/intel/keembay/
H A 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.15/scripts/mod/
H A Dfile2alias.c291 int ndigits; in do_usb_entry_multi() local
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1265 static void fill_curve_param(void *addr, u64 *param, unsigned int cur_sz, u8 ndigits) in fill_curve_param()