Home
last modified time | relevance | path

Searched refs:bn_sub_words (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dgcd_extra.c88 (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()
Dmul.c77 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()
Ddiv.c363 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()
Dadd.c242 BN_ULONG borrow = bn_sub_words(r->d, a->d, b->d, b_width); in bn_usub_consttime()
Dinternal.h282 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in OPENSSL_MSVC_PRAGMA()
Dgeneric.c301 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/
Dfelem.c41 bn_sub_words(out->words, group->field.d, a->words, group->field.width); in ec_felem_neg()
/external/boringssl/linux-x86/crypto/fipsmodule/
Dbn-586.S813 .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/
Dbn-586.pl29 &bn_sub_words("bn_sub_words");
507 sub bn_sub_words subroutine
Dx86_64-gcc.c216 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/
Dgrpc_shadow_boringssl_symbol_list1183 bn_sub_words
DBoringSSL-GRPC.podspec2735 '#define bn_sub_words GRPC_SHADOW_bn_sub_words',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1211 #define bn_sub_words GRPC_SHADOW_bn_sub_words macro