HomeSort by relevance Sort by last modified time
    Searched defs:mp_sub (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/
bn_mp_sub.c 20 mp_sub (mp_int * a, mp_int * b, mp_int * c) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 472 #define mp_sub(a, b, c) ltc_mp.sub(a, b, c) macro
  /external/dropbear/libtommath/mtest/
mpi.c 955 /* {{{ mp_sub(a, b, c) */
958 mp_sub(a, b, c)
963 mp_err mp_sub(mp_int *a, mp_int *b, mp_int *c) function
1037 } /* end mp_sub() */
1485 (res = mp_sub(&t, a, &t)) != MP_OKAY)
1499 if((res = mp_sub(&x, &t, &x)) != MP_OKAY)
1564 if((res = mp_sub(a, b, c)) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 456 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) function
824 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
849 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
865 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
869 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) {
873 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
878 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
882 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) {
886 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
912 if ((res = mp_sub(&C, b, &C)) != MP_OKAY)
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 119 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
138 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) {
151 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) {
155 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) {
160 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) {
164 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) {
7475 mp_sub (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 23 milliseconds