Home
last modified time | relevance | path

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

/linux/crypto/
A Decc.c123 p->ndigits = ndigits; in ecc_alloc_point()
563 vli_umult(t, r + ndigits, c, ndigits); in vli_mmod_special()
564 vli_clear(r + ndigits, ndigits); in vli_mmod_special()
568 vli_clear(t + ndigits, ndigits); in vli_mmod_special()
599 vli_clear(m + ndigits, ndigits); in vli_mmod_special2()
604 vli_clear(r + ndigits, ndigits); in vli_mmod_special2()
614 vli_set(q, qc + ndigits, ndigits); in vli_mmod_special2()
615 vli_clear(qc + ndigits, ndigits); in vli_mmod_special2()
696 vli_add(q + ndigits, q + ndigits, product + ndigits, ndigits); in vli_mmod_barrett()
704 vli_usub(r + ndigits, r + ndigits, carry, ndigits); in vli_mmod_barrett()
[all …]
A Decrdsa.c98 ctx->pub_key.ndigits != ctx->curve->g.ndigits || in ecrdsa_verify()
111 vli_from_be64(s, sig, ndigits); in ecrdsa_verify()
112 vli_from_be64(r, sig + ndigits * sizeof(u64), ndigits); in ecrdsa_verify()
115 if (vli_is_zero(r, ndigits) || in ecrdsa_verify()
117 vli_is_zero(s, ndigits) || in ecrdsa_verify()
123 vli_from_le64(e, digest, ndigits); in ecrdsa_verify()
125 vli_sub(e, e, ctx->curve->n, ndigits); in ecrdsa_verify()
126 if (vli_is_zero(e, ndigits)) in ecrdsa_verify()
144 if (!vli_cmp(cc.x, r, ndigits)) in ecrdsa_verify()
195 unsigned int ndigits; in ecrdsa_set_pub_key() local
[all …]
A Decdsa.c38 size_t bufsize = ndigits * sizeof(u64); in ecdsa_get_signature_rs()
74 sig->curve->g.ndigits); in ecdsa_get_signature_r()
83 sig->curve->g.ndigits); in ecdsa_get_signature_s()
89 unsigned int ndigits = curve->g.ndigits; in _ecdsa_verify() local
98 if (vli_is_zero(r, ndigits) || vli_cmp(r, curve->n, ndigits) >= 0 || in _ecdsa_verify()
99 vli_is_zero(s, ndigits) || vli_cmp(s, curve->n, ndigits) >= 0) in _ecdsa_verify()
104 hash[ndigits - 1], hash[ndigits - 2], hash[0]); in _ecdsa_verify()
120 if (!vli_cmp(res.x, r, ndigits)) in _ecdsa_verify()
196 ctx->curve->g.ndigits); in ecdsa_ecc_ctx_reset()
207 unsigned int digitlen, ndigits; in ecdsa_set_pub_key() local
[all …]
A Decdh.c17 unsigned int ndigits; member
34 params.key_size > sizeof(u64) * ctx->ndigits) in ecdh_set_secret()
40 return ecc_gen_privkey(ctx->curve_id, ctx->ndigits, in ecdh_set_secret()
44 ctx->private_key, ctx->ndigits); in ecdh_set_secret()
46 if (ecc_is_key_valid(ctx->curve_id, ctx->ndigits, in ecdh_set_secret()
65 nbytes = ctx->ndigits << ECC_DIGITS_TO_BYTES_SHIFT; in ecdh_compute_value()
98 ret = ecc_make_pub_key(ctx->curve_id, ctx->ndigits, in ecdh_compute_value()
128 return ctx->ndigits << (ECC_DIGITS_TO_BYTES_SHIFT + 1); in ecdh_max_size()
136 ctx->ndigits = ECC_CURVE_NIST_P192_DIGITS; in ecdh_nist_p192_init_tfm()
161 ctx->ndigits = ECC_CURVE_NIST_P256_DIGITS; in ecdh_nist_p256_init_tfm()
[all …]
A Decc_curve_defs.h24 .ndigits = 3,
51 .ndigits = 4,
84 .ndigits = 6,
129 .ndigits = 9,
149 .ndigits = 4,
A Decrdsa_defs.h54 .ndigits = 256 / 64,
88 .ndigits = 256 / 64,
126 .ndigits = 256 / 64,
176 .ndigits = 512 / 64,
222 .ndigits = 512 / 64,
/linux/include/crypto/internal/
A Decc.h43 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument
56 for (i = 0; i < ndigits; i++) in ecc_swap_digits()
57 out[i] = get_unaligned_be64(&src[ndigits - 1 - i]); in ecc_swap_digits()
71 u64 *out, unsigned int ndigits);
83 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits,
98 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits,
171 bool vli_is_zero(const u64 *vli, unsigned int ndigits);
198 unsigned int ndigits);
227 unsigned int ndigits);
241 const u64 *mod, unsigned int ndigits);
[all …]
/linux/drivers/crypto/intel/keembay/
A Dkeembay-ocs-ecc.c342 if (vli_is_zero(scalar_out, ndigits)) in kmb_ecc_do_scalar_op()
358 if (WARN_ON(pk->ndigits != curve->g.ndigits)) in kmb_ocs_ecc_is_pubkey_valid_partial()
392 pk->ndigits, in kmb_ocs_ecc_is_pubkey_valid_partial()
399 pk->ndigits, in kmb_ocs_ecc_is_pubkey_valid_partial()
411 rc = vli_cmp(yy, w, pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_partial()
437 nQ = ecc_alloc_point(pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_full()
457 size_t ndigits = curve->g.ndigits; in kmb_ecc_is_key_valid() local
472 vli_sub(res, res, one, ndigits); in kmb_ecc_is_key_valid()
564 tctx->curve->g.ndigits); in kmb_ocs_ecdh_set_secret()
604 ecc_swap_digits(&pubk_buf[curve->g.ndigits], pk->y, curve->g.ndigits); in kmb_ecc_do_shared_secret()
[all …]
/linux/net/bluetooth/
A Decdh_helper.c28 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits() argument
32 for (i = 0; i < ndigits; i++) in swap_digits()
33 out[i] = __swab64(in[ndigits - 1 - i]); in swap_digits()
/linux/include/crypto/
A Decc_curve.h19 u8 ndigits; member
/linux/scripts/mod/
A Dfile2alias.c280 int ndigits; in do_usb_entry_multi() local
297 for (ndigits = 0 ; ndigits < sizeof(bcdDevice_lo) * 2 ; ndigits++) { in do_usb_entry_multi()
298 clo = (devlo >> (ndigits << 2)) & 0xf; in do_usb_entry_multi()
299 chi = ((devhi > 0x9999 ? 0x9999 : devhi) >> (ndigits << 2)) & 0xf; in do_usb_entry_multi()
314 for (ndigits = sizeof(bcdDevice_lo) * 2 - 1; devlo <= devhi; ndigits--) { in do_usb_entry_multi()
322 if (devlo == devhi || !ndigits) { in do_usb_entry_multi()
323 do_usb_entry(symval, devlo, ndigits, clo, chi, max, mod); in do_usb_entry_multi()
331 ndigits, clo, max, max, mod); in do_usb_entry_multi()
337 ndigits, 0x0, chi, max, mod); in do_usb_entry_multi()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c1263 unsigned int sz = cur_sz - (ndigits - 1) * sizeof(u64); in fill_curve_param()
1266 while (i < ndigits - 1) { in fill_curve_param()
1271 memcpy(addr + sizeof(u64) * i, &param[ndigits - 1], sz); in fill_curve_param()
1295 fill_curve_param(p, curve->p, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1296 fill_curve_param(a, curve->a, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1297 fill_curve_param(b, curve->b, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1298 fill_curve_param(x, curve->g.x, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1299 fill_curve_param(y, curve->g.y, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1300 fill_curve_param(n, curve->n, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1704 fill_curve_param(p, curve->p, len, curve->g.ndigits); in hpre_curve25519_fill_curve()
[all …]

Completed in 39 milliseconds