mp_int_sub_value 1678 source4/heimdal/lib/hcrypto/imath/imath.c       if((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK)
mp_int_sub_value  131 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c);
mp_int_sub_value  558 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_sub_value(&p, 1, &t1), MP_OK);
mp_int_sub_value  573 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_sub_value(&q, 1, &t1), MP_OK);
mp_int_sub_value  587 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_sub_value(&p, 1, &t1), MP_OK);
mp_int_sub_value  588 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_sub_value(&q, 1, &t2), MP_OK);