bn_mul.c | 80 BN_ULONG bn_sub_part_words(BN_ULONG *r, function 99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c); 131 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl, dl, c); 162 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c == 0)\n", cl, dl); 185 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, copy)\n", cl, dl); 437 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */ 438 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */ 444 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */ 445 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n); /* + */ 454 bn_sub_part_words(t, a, &(a[n]),tna,n-tna); /* + * [all...] |