Searched refs:mp_int_compare_value (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Diprime.c154 if(mp_int_compare_value(&tmp, s_ptab[i]) != 0) {
H A Dimath.h150 int mp_int_compare_value(mp_int z, mp_small value); /* a <=> v */
H A Dimath.c1158 /* {{{ mp_int_compare_value(z, value) */
1160 int mp_int_compare_value(mp_int z, mp_small value) function
1340 if(mp_int_compare_value(TEMP(0), 1) != 0) {
1714 if((sz == MP_ZPOS && mp_int_compare_value(z, MP_SMALL_MAX) > 0) ||
1715 mp_int_compare_value(z, MP_SMALL_MIN) < 0)
1748 if(!(sz == MP_ZPOS && mp_int_compare_value(z, UINT_MAX) <= 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Diprime.c154 if(mp_int_compare_value(&tmp, s_ptab[i]) != 0) {
H A Dimath.h150 int mp_int_compare_value(mp_int z, mp_small value); /* a <=> v */
H A Dimath.c1158 /* {{{ mp_int_compare_value(z, value) */
1160 int mp_int_compare_value(mp_int z, mp_small value) function
1340 if(mp_int_compare_value(TEMP(0), 1) != 0) {
1714 if((sz == MP_ZPOS && mp_int_compare_value(z, MP_SMALL_MAX) > 0) ||
1715 mp_int_compare_value(z, MP_SMALL_MIN) < 0)
1748 if(!(sz == MP_ZPOS && mp_int_compare_value(z, UINT_MAX) <= 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Diprime.c154 if(mp_int_compare_value(&tmp, s_ptab[i]) != 0) {
H A Dimath.h150 int mp_int_compare_value(mp_int z, mp_small value); /* a <=> v */
H A Dimath.c1158 /* {{{ mp_int_compare_value(z, value) */
1160 int mp_int_compare_value(mp_int z, mp_small value) function
1340 if(mp_int_compare_value(TEMP(0), 1) != 0) {
1714 if((sz == MP_ZPOS && mp_int_compare_value(z, MP_SMALL_MAX) > 0) ||
1715 mp_int_compare_value(z, MP_SMALL_MIN) < 0)
1748 if(!(sz == MP_ZPOS && mp_int_compare_value(z, UINT_MAX) <= 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c176 || mp_int_compare_value(&peer_pub, 1) <= 0)
H A Drsa-imath.c240 if (mp_int_compare_value(&e, 3) <= 0) {
556 } while(mp_int_compare_value(&t2, 1) != 0);
571 } while(mp_int_compare_value(&t2, 1) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c176 || mp_int_compare_value(&peer_pub, 1) <= 0)
H A Drsa-imath.c240 if (mp_int_compare_value(&e, 3) <= 0) {
556 } while(mp_int_compare_value(&t2, 1) != 0);
571 } while(mp_int_compare_value(&t2, 1) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c176 || mp_int_compare_value(&peer_pub, 1) <= 0)
H A Drsa-imath.c240 if (mp_int_compare_value(&e, 3) <= 0) {
556 } while(mp_int_compare_value(&t2, 1) != 0);
571 } while(mp_int_compare_value(&t2, 1) != 0);

Completed in 197 milliseconds