Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_nist.c420 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1], in BN_nist_mod_192()
432 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0], in BN_nist_mod_192()
580 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP); in BN_nist_mod_224()
582 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP); in BN_nist_mod_224()
589 u.f = bn_sub_words; in BN_nist_mod_224()
592 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1], in BN_nist_mod_224()
609 u.p = ((PTR_SIZE_INT) bn_sub_words & mask) | in BN_nist_mod_224()
822 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256()
827 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256()
832 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256()
[all …]
Dbn_sqr.c185 bn_sub_words(t, a, &(a[n]), n); in bn_sqr_recursive()
187 bn_sub_words(t, &(a[n]), a, n); in bn_sqr_recursive()
210 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_sqr_recursive()
Dbn_mul.c34 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words()
284 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_recursive()
439 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_part_recursive()
Dbn_add.c150 borrow = bn_sub_words(rp, ap, bp, min); in BN_usub()
DREADME.pod6 bn_add_words, bn_sub_words, bn_mul_comba4, bn_mul_comba8,
25 BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,
132 bn_sub_words(B<rp>, B<ap>, B<bp>, B<num>) operates on the B<num> word
Dbn_mod.c80 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
Dbn_div.c429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
Dbn_asm.c371 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function
923 c0 = bn_sub_words(rp, tp, np, num); in bn_mul_mont()
1017 c0 = bn_sub_words(rp, tp, np, num); in bn_mul_mont()
Dbn_mont.c147 carry -= bn_sub_words(rp, ap, np, nl); in bn_from_montgomery_word()
Dbn_local.h215 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
/third_party/openssl/crypto/bn/asm/
Ds390x.S311 .globl bn_sub_words symbol
312 .type bn_sub_words,@function
314 bn_sub_words: label
362 .size bn_sub_words,.-bn_sub_words
Dbn-586.pl29 &bn_sub_words("bn_sub_words");
507 sub bn_sub_words subroutine
Dx86_64-gcc.c233 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function
261 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words() function
Dsparcv8plus.S544 .global bn_sub_words symbol
550 bn_sub_words: label
619 .type bn_sub_words,#function
620 .size bn_sub_words,(.-bn_sub_words)
Dsparcv8.S437 .global bn_sub_words symbol
443 bn_sub_words: label
522 .type bn_sub_words,#function
523 .size bn_sub_words,(.-bn_sub_words)
Dia64.S231 .global bn_sub_words#
232 .proc bn_sub_words#
235 bn_sub_words: label
279 .endp bn_sub_words#
Dbn-c64xplus.asm31 .asg bn_sub_words,_bn_sub_words
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2861 #define bn_sub_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_sub_words) macro
/third_party/openssl/
DCHANGES7080 bn_sub_words() and bn_add_words() except they take arrays with
9271 bn_sub_words() and bn_add_words() except they take arrays with