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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmul.c145 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, function
296 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
343 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
344 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
350 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
351 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
360 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
361 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
368 bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
369 bn_sub_part_words(
[all...]
/external/openssl/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);
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(
[all...]
H A Dbn_lcl.h507 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
/external/openssl/crypto/bn/asm/
H A Dbn-586.pl20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
H A Dbn-586.S987 .globl bn_sub_part_words
988 .type bn_sub_part_words,@function
990 bn_sub_part_words: label
1532 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S846 .globl bn_sub_part_words
847 .hidden bn_sub_part_words
848 .type bn_sub_part_words,@function
850 bn_sub_part_words: label
1392 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin

Completed in 1502 milliseconds