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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_sub.c 22 mp_sub (mp_int * a, mp_int * b, mp_int * c) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 448 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) function
816 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
841 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
857 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
861 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) {
865 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
870 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
874 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) {
878 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
904 if ((res = mp_sub(&C, b, &C)) != MP_OKAY)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 747 mp_sub (const mp_int * a, const mp_int * b, mp_int * c) function
1134 if ((res = mp_sub (&x, &y, &x)) != MP_OKAY) {
1196 if ((res = mp_sub (&x, &t1, &x)) != MP_OKAY) {
1411 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
1430 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
1443 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
1447 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
1452 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
1456 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
1544 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY)
    [all...]

Completed in 30 milliseconds