Home
last modified time | relevance | path

Searched refs:vli_is_zero (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/
H A Decrdsa.c107 if (vli_is_zero(r, ndigits) || in ecrdsa_verify()
109 vli_is_zero(s, ndigits) || in ecrdsa_verify()
118 if (vli_is_zero(e, ndigits)) in ecrdsa_verify()
H A Decc.c146 bool vli_is_zero(const u64 *vli, unsigned int ndigits) in vli_is_zero() function
157 EXPORT_SYMBOL(vli_is_zero);
553 while (!vli_is_zero(r + ndigits, ndigits)) { in vli_mmod_special()
599 for (i = 1; carry || !vli_is_zero(q, ndigits); i++) { in vli_mmod_special2()
690 while (!vli_is_zero(r + ndigits, ndigits) || in vli_mmod_barrett()
1038 if (vli_is_zero(input, ndigits)) { in vli_mod_inv()
1110 return (vli_is_zero(point->x, point->ndigits) && in ecc_point_is_zero()
1111 vli_is_zero(point->y, point->ndigits)); in ecc_point_is_zero()
1129 if (vli_is_zero(z1, ndigits)) in ecc_point_double_jacobian()
H A Decdsa.c35 if (vli_is_zero(r, ndigits) || vli_cmp(r, curve->n, ndigits) >= 0 || in _ecdsa_verify()
36 vli_is_zero(s, ndigits) || vli_cmp(s, curve->n, ndigits) >= 0) in _ecdsa_verify()
/linux/include/crypto/internal/
H A Decc.h183 bool vli_is_zero(const u64 *vli, unsigned int ndigits);
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c342 if (vli_is_zero(scalar_out, ndigits)) in kmb_ecc_do_scalar_op()