HomeSort by relevance Sort by last modified time
    Searched refs:bn_sub_part_words (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
mul.c 145 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(&(t[n]), &(b[n]), b, tnb, tnb - n)
    [all...]
  /external/openssl/crypto/bn/
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...]
bn_lcl.h 507 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/
bn-586.pl 20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
  /external/openssl/crypto/bn/asm/
bn-586.pl 20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
bn-586.S 987 .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/
bn-586.S 846 .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 692 milliseconds