Home
last modified time | relevance | path

Searched refs:mp_sub_d (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec_naf.c91 mp_sub_d(&k, out[i], &k); in ec_compute_wNAF()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h267 mp_err mp_sub_d(const mp_int *a, mp_digit d, mp_int *b);
H A Dmpi.c473 mp_err mp_sub_d(const mp_int *a, mp_digit d, mp_int *b) in mp_sub_d() function
1378 mp_sub_d(&x, 1, &x); in mp_sqrt()