/external/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.c | 88 (BN_ULONG)0 - bn_sub_words(tmp->d, u->d, v->d, width); in bn_gcd_consttime() 90 bn_sub_words(tmp->d, v->d, u->d, width); in bn_gcd_consttime() 267 (BN_ULONG)0 - bn_sub_words(tmp->d, v->d, u->d, n_width); in bn_mod_inverse_consttime() 269 bn_sub_words(tmp->d, u->d, v->d, n_width); in bn_mod_inverse_consttime() 274 carry -= bn_sub_words(tmp2->d, tmp->d, n->d, n_width); in bn_mod_inverse_consttime() 280 bn_sub_words(tmp2->d, tmp->d, a->d, a_width); in bn_mod_inverse_consttime()
|
D | mul.c | 77 BN_ULONG borrow = bn_sub_words(tmp, a, b, num); in bn_abs_sub_words() 78 bn_sub_words(r, b, a, num); in bn_abs_sub_words() 138 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words() 409 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() 523 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() 755 c -= bn_sub_words(&t[n2], t, &t[n2], n2); in bn_sqr_recursive()
|
D | div.c | 363 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) { in BN_div() 420 carry -= bn_sub_words(r, a, m, num); in bn_reduce_once() 438 carry -= bn_sub_words(tmp, r, m, num); in bn_reduce_once_in_place() 447 BN_ULONG borrow = bn_sub_words(r, a, b, num); in bn_mod_sub_words()
|
D | add.c | 242 BN_ULONG borrow = bn_sub_words(r->d, a->d, b->d, b_width); in bn_usub_consttime()
|
D | internal.h | 282 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in OPENSSL_MSVC_PRAGMA()
|
D | generic.c | 301 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/ec/ |
D | felem.c | 41 bn_sub_words(out->words, group->field.d, a->words, group->field.width); in ec_felem_neg()
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | bn-586.S | 813 .globl bn_sub_words symbol 814 .hidden bn_sub_words 815 .type bn_sub_words,@function 817 bn_sub_words: label 995 .size bn_sub_words,.-.L_bn_sub_words_begin
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | bn-586.pl | 29 &bn_sub_words("bn_sub_words"); 507 sub bn_sub_words subroutine
|
D | x86_64-gcc.c | 216 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1183 bn_sub_words
|
D | BoringSSL-GRPC.podspec | 2735 '#define bn_sub_words GRPC_SHADOW_bn_sub_words',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1211 #define bn_sub_words GRPC_SHADOW_bn_sub_words macro
|