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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_div_2.c 21 int mp_div_2(mp_int * a, mp_int * b) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 158 static int mp_div_2(mp_int * a, mp_int * b);
807 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
821 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
824 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
832 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
846 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
849 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1327 static int mp_div_2(mp_int * a, mp_int * b) function
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 1280 static int mp_div_2(const mp_int * a, mp_int * b) function
1406 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
1416 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
1424 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
1435 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1535 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
1549 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
1552 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
1560 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
1574 if ((res = mp_div_2 (&C, &C)) != MP_OKAY)
    [all...]

Completed in 67 milliseconds