Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dmul.c146 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_sub_part_words() function
298 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
346 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive()
347 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ in bn_mul_recursive()
353 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive()
354 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */ in bn_mul_recursive()
363 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */ in bn_mul_recursive()
364 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ in bn_mul_recursive()
371 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); in bn_mul_recursive()
372 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); in bn_mul_recursive()
[all …]
/external/boringssl/src/crypto/bn/asm/
Dbn-586.pl20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
/external/boringssl/linux-x86/crypto/bn/
Dbn-586.S991 .globl bn_sub_part_words symbol
992 .hidden bn_sub_part_words
993 .type bn_sub_part_words,@function
995 bn_sub_part_words: label
1537 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin