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

/freebsd-10.2-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.h501 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/freebsd-10.2-release/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
/freebsd-10.2-release/secure/lib/libcrypto/i386/
H A Dbn-586.s976 .globl bn_sub_part_words
977 .type bn_sub_part_words,@function
979 bn_sub_part_words: label
1521 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin

Completed in 75 milliseconds