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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mul.c80 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);
436 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */
437 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */
443 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */
444 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n); /* + */
453 bn_sub_part_words(
[all...]
H A Dbn_lcl.h482 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.h528 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.h528 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dbn-586.pl19 &bn_sub_part_words("bn_sub_part_words");
468 sub bn_sub_part_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dbn-586.pl20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dbn-586.pl20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine

Completed in 99 milliseconds