Searched refs:bn_sub_part_words (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | mul.c | 126 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_sub_part_words() function 278 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, 327 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive() 328 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ in bn_mul_recursive() 334 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive() 335 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */ in bn_mul_recursive() 344 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */ in bn_mul_recursive() 345 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ in bn_mul_recursive() 352 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); in bn_mul_recursive() 353 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); in bn_mul_recursive() [all …]
|
/external/boringssl/src/crypto/bn/asm/ |
D | bn-586.pl | 23 &bn_sub_part_words("bn_sub_part_words"); 572 sub bn_sub_part_words subroutine
|
/external/boringssl/linux-x86/crypto/bn/ |
D | bn-586.S | 991 .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
|