mp_int_copy 428 source4/heimdal/lib/hcrypto/imath/imath.c return mp_int_copy(&vtmp, z); mp_int_copy 522 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(a, c)) != MP_OK) mp_int_copy 539 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(a, c)) != MP_OK) mp_int_copy 794 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(a, c)) != MP_OK) mp_int_copy 870 source4/heimdal/lib/hcrypto/imath/imath.c if(r && (res = mp_int_copy(a, r)) != MP_OK) mp_int_copy 902 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(a, q)) != MP_OK) mp_int_copy 913 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(b, r)) != MP_OK) mp_int_copy 926 source4/heimdal/lib/hcrypto/imath/imath.c if(q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP; mp_int_copy 927 source4/heimdal/lib/hcrypto/imath/imath.c if(r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP; mp_int_copy 945 source4/heimdal/lib/hcrypto/imath/imath.c if(q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP; mp_int_copy 946 source4/heimdal/lib/hcrypto/imath/imath.c if(r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP; mp_int_copy 979 source4/heimdal/lib/hcrypto/imath/imath.c res = mp_int_copy(out, c); mp_int_copy 1022 source4/heimdal/lib/hcrypto/imath/imath.c if(q != NULL && (res = mp_int_copy(a, q)) == MP_OK) mp_int_copy 1025 source4/heimdal/lib/hcrypto/imath/imath.c if(res == MP_OK && r != NULL && (res = mp_int_copy(a, r)) == MP_OK) mp_int_copy 1222 source4/heimdal/lib/hcrypto/imath/imath.c res = mp_int_copy(s, c); mp_int_copy 1296 source4/heimdal/lib/hcrypto/imath/imath.c res = mp_int_copy(s, c); mp_int_copy 1357 source4/heimdal/lib/hcrypto/imath/imath.c res = mp_int_copy(TEMP(1), c); mp_int_copy 1409 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(&u, &t)) != MP_OK) mp_int_copy 1417 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(&t, &u)) != MP_OK) mp_int_copy 1542 source4/heimdal/lib/hcrypto/imath/imath.c if(x && (res = mp_int_copy(TEMP(2), x)) != MP_OK) goto CLEANUP; mp_int_copy 1543 source4/heimdal/lib/hcrypto/imath/imath.c if(y && (res = mp_int_copy(TEMP(3), y)) != MP_OK) goto CLEANUP; mp_int_copy 1550 source4/heimdal/lib/hcrypto/imath/imath.c res = mp_int_copy(TEMP(5), c); mp_int_copy 1590 source4/heimdal/lib/hcrypto/imath/imath.c res = mp_int_copy(&lcm, c); mp_int_copy 1641 source4/heimdal/lib/hcrypto/imath/imath.c return mp_int_copy(a, c); mp_int_copy 1681 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(TEMP(4), TEMP(1))) != MP_OK) mp_int_copy 1685 source4/heimdal/lib/hcrypto/imath/imath.c if((res = mp_int_copy(TEMP(1), c)) != MP_OK) mp_int_copy 2969 source4/heimdal/lib/hcrypto/imath/imath.c if(mp_int_copy(x, q1) != MP_OK) mp_int_copy 3038 source4/heimdal/lib/hcrypto/imath/imath.c mp_int_copy(TEMP(0), c); mp_int_copy 3048 source4/heimdal/lib/hcrypto/imath/imath.c mp_int_copy(TEMP(0), a); mp_int_copy 3064 source4/heimdal/lib/hcrypto/imath/imath.c mp_int_copy(TEMP(0), c); mp_int_copy 3074 source4/heimdal/lib/hcrypto/imath/imath.c (void) mp_int_copy(TEMP(0), a); mp_int_copy 3174 source4/heimdal/lib/hcrypto/imath/imath.c mp_int_copy(a, b); /* ok: 0 <= r < b */ mp_int_copy 3175 source4/heimdal/lib/hcrypto/imath/imath.c mp_int_copy(&q, a); /* ok: q <= a */ mp_int_copy 123 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_copy(mp_int a, mp_int c); /* c = a */