HomeSort by: relevance | last modified time | path
    Searched defs:mp_mul_d (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_mul_d.c 22 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 185 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1798 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1810 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3338 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 836 mp_mul_d (const mp_int * a, mp_digit b, mp_int * c) function
1176 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1188 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
2067 if ((res = mp_mul_d(&w2, 3, &w2)) != MP_OKAY) {
2909 if ((res = mp_mul_d(&w2, 3, &w2)) != MP_OKAY) {
4021 if ((res = mp_mul_d(&q, d, &q)) != MP_OKAY) {
5134 if ((err = mp_mul_d(a, radix, a)) != MP_OKAY) {

Completed in 39 milliseconds