mp_int_sqr       1056 source4/heimdal/lib/hcrypto/imath/imath.c     if((res = mp_int_sqr(&t, &t)) != MP_OK)
mp_int_sqr       1090 source4/heimdal/lib/hcrypto/imath/imath.c     if((res = mp_int_sqr(&t, &t)) != MP_OK)
mp_int_sqr        135 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_sqr(mp_int a, mp_int c);            /* c = a * a */