Searched refs:bn_sub_part_words (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c82 BN_ULONG bn_sub_part_words(BN_ULONG *r, function
100 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl,
138 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl,
176 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c == 0)\n",
200 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, copy)\n",
468 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
469 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
475 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
476 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
485 bn_sub_part_words(
[all...]
H A Dbn_lcl.h475 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl19 &bn_sub_part_words("bn_sub_part_words");
468 sub bn_sub_part_words subroutine

Completed in 59 milliseconds