Searched refs:bn_sub_words (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | mul.c | 131 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words() 396 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_recursive() 534 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_part_recursive() 727 bn_sub_words(t, a, &(a[n]), n); in bn_sqr_recursive() 729 bn_sub_words(t, &(a[n]), a, n); in bn_sqr_recursive() 752 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_sqr_recursive()
|
D | internal.h | 219 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num); in OPENSSL_MSVC_PRAGMA()
|
D | montgomery.c | 313 v = bn_sub_words(rp, ap, np, nl) - carry; in BN_from_montgomery_word()
|
D | div.c | 350 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) { in BN_div()
|
D | generic.c | 304 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | bn-586.pl | 22 &bn_sub_words("bn_sub_words"); 500 sub bn_sub_words subroutine
|
D | x86_64-gcc.c | 217 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | bn-586.S | 807 .globl bn_sub_words symbol 808 .hidden bn_sub_words 809 .type bn_sub_words,@function 811 bn_sub_words: label 989 .size bn_sub_words,.-.L_bn_sub_words_begin
|