Searched refs:vli_is_zero (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/crypto/ |
D | ecrdsa.c | 115 if (vli_is_zero(r, ndigits) || in ecrdsa_verify() 117 vli_is_zero(s, ndigits) || in ecrdsa_verify() 126 if (vli_is_zero(e, ndigits)) in ecrdsa_verify()
|
D | ecc.c | 155 bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero() function 166 EXPORT_SYMBOL(vli_is_zero); 562 while (!vli_is_zero(r + ndigits, ndigits)) { in vli_mmod_special() 608 for (i = 1; carry || !vli_is_zero(q, ndigits); i++) { in vli_mmod_special2() 699 while (!vli_is_zero(r + ndigits, ndigits) || in vli_mmod_barrett() 1047 if (vli_is_zero(input, ndigits)) { in vli_mod_inv() 1119 return (vli_is_zero(point->x, point->ndigits) && in ecc_point_is_zero() 1120 vli_is_zero(point->y, point->ndigits)); in ecc_point_is_zero() 1138 if (vli_is_zero(z1, ndigits)) in ecc_point_double_jacobian()
|
D | ecdsa.c | 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()
|
/linux-6.12.1/include/crypto/internal/ |
D | ecc.h | 171 bool vli_is_zero(const u64 *vli, unsigned int ndigits);
|
/linux-6.12.1/drivers/crypto/intel/keembay/ |
D | keembay-ocs-ecc.c | 342 if (vli_is_zero(scalar_out, ndigits)) in kmb_ecc_do_scalar_op()
|