Home
last modified time | relevance | path

Searched refs:bn_mul_words (Results 1 – 14 of 14) sorted by relevance

/openssl/crypto/bn/asm/
H A Ds390x.S126 .globl bn_mul_words
127 .type bn_mul_words,@function
129 bn_mul_words: label
188 .size bn_mul_words,.-bn_mul_words
H A Dbn-586.pl24 &bn_mul_words("bn_mul_words");
221 sub bn_mul_words subroutine
H A Dsparcv8.S153 .global bn_mul_words
160 bn_mul_words: label
242 .type bn_mul_words,#function
243 .size bn_mul_words,(.-bn_mul_words)
H A Dsparcv8plus.S272 .global bn_mul_words
279 bn_mul_words: label
357 .type bn_mul_words,#function
358 .size bn_mul_words,(.-bn_mul_words)
H A Dbn-c64xplus.asm27 .asg bn_mul_words,_bn_mul_words
H A Dia64.S289 .global bn_mul_words#
290 .proc bn_mul_words#
293 bn_mul_words: label
396 .endp bn_mul_words#
H A Dx86_64-gcc.c141 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() function
/openssl/crypto/bn/
H A Dbn_mul.c640 (void)bn_mul_words(r, a, na, 0); in bn_mul_normal()
643 rr[0] = bn_mul_words(r, a, na, b[0]); in bn_mul_normal()
666 bn_mul_words(r, a, n, b[0]); in bn_mul_low_normal()
H A Dbn_word.c191 ll = bn_mul_words(a->d, a->d, a->top, w); in BN_mul_word()
H A Dbn_sqr.c124 rp[j] = bn_mul_words(rp, ap, j, ap[-1]); in bn_sqr_normal()
H A DREADME.pod5 bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words,
18 BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w);
113 bn_mul_words(B<rp>, B<ap>, B<num>, B<w>) operates on the B<num> word
H A Dbn_asm.c47 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() function
136 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() function
962 r[4] = bn_mul_words(&(r[0]), a, 4, b[0]); in bn_mul_comba4()
970 r[8] = bn_mul_words(&(r[0]), a, 8, b[0]); in bn_mul_comba8()
H A Dbn_div.c422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top()
H A Dbn_local.h217 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);

Completed in 39 milliseconds