| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_mp_add.c | 34 res = s_mp_add (a, b, c);
|
| bn_mp_sub.c | 35 res = s_mp_add (a, b, c);
|
| bn_mp_reduce_2k.c | 45 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
|
| bn_mp_reduce_2k_l.c | 46 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
|
| bn_mp_karatsuba_mul.c | 128 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY) 130 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
|
| bn_mp_karatsuba_sqr.c | 86 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY) 92 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
|
| bn_s_mp_add.c | 22 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
|
| tommath.h | 561 int s_mp_add(mp_int *a, mp_int *b, mp_int *c);
|
| /src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| bignum.c | 590 s_mp_add (const mp_int * a, const mp_int * b, mp_int * c) function 760 res = s_mp_add (a, b, c); 907 res = s_mp_add (a, b, c); 2239 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY) 2241 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY) 2745 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) { 3038 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY) 3044 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY) 4027 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
|
| /src/external/bsd/wpa/dist/src/tls/ |
| libtommath.c | 212 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function 429 res = s_mp_add (a, b, c); 461 res = s_mp_add (a, b, c); 2166 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
|