HomeSort by: relevance | last modified time | path
    Searched refs:mp_exch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 150 static void mp_exch(mp_int * a, mp_int * b);
570 mp_exch (&t, c);
910 mp_exch (&C, c);
1086 mp_exch (&t, d);
1222 static void mp_exch (mp_int * a, mp_int * b) function
1656 mp_exch(c, &q);
1660 mp_exch(d, &ta);
1847 mp_exch (&q, c);
1853 mp_exch (&x, d);
2089 mp_exch (&res, Y)
    [all...]
  /src/sbin/nvmectl/
bignum.c 850 mp_exch(mp_int *a, mp_int *b) function
964 mp_exch(&t, d);
1148 mp_exch(&q, c);
1154 mp_exch(&x, d);
1192 mp_exch(&t, c);
1414 mp_exch(&D, c);
1572 mp_exch(&C, c);
1792 mp_exch(&q, c);
2399 mp_exch(&t, c);
2570 mp_exch(&t, c)
    [all...]

Completed in 29 milliseconds