Home
last modified time | relevance | path

Searched refs:bn_div_words (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_div.c173 # undef bn_div_words
174 # define bn_div_words(n0,n1,d0) \ macro
187 # undef bn_div_words
188 # define bn_div_words(n0,n1,d0) \ macro
359 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words) in bn_div_fixed_top()
362 q = bn_div_words(n0, n1, d0); in bn_div_fixed_top()
386 q = bn_div_words(n0, n1, d0); in bn_div_fixed_top()
Dbn_word.c85 d = bn_div_words(ret, l, w); in BN_div_word()
DREADME.pod5 bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words,
22 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
125 bn_div_words(B<h>, B<l>, B<d>) divides the two word number (B<h>, B<l>)
Dbn_local.h232 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
Dbn_asm.c198 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
207 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
Ds390x.S247 .globl bn_div_words
248 .type bn_div_words,@function
250 bn_div_words: label
254 .size bn_div_words,.-bn_div_words
Dbn-586.pl27 &bn_div_words("bn_div_words");
422 sub bn_div_words subroutine
Dsparcv8.S333 .global bn_div_words
338 bn_div_words: label
344 .type bn_div_words,#function
345 .size bn_div_words,(.-bn_div_words)
Dsparcv8plus.S449 .global bn_div_words
454 bn_div_words: label
461 .type bn_div_words,#function
462 .size bn_div_words,(.-bn_div_words)
Dia64.S1414 .global bn_div_words#
1415 .proc bn_div_words#
1417 bn_div_words: label
1564 .endp bn_div_words#
Dbn-c64xplus.asm32 .asg bn_div_words,_bn_div_words
Dx86_64-gcc.c195 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
/freebsd-12-stable/secure/lib/libcrypto/i386/
Dbn-586.S611 .globl bn_div_words
612 .type bn_div_words,@function
614 bn_div_words: label
621 .size bn_div_words,.-.L_bn_div_words_begin
2132 .globl bn_div_words
2133 .type bn_div_words,@function
2135 bn_div_words: label
2142 .size bn_div_words,.-.L_bn_div_words_begin
/freebsd-12-stable/crypto/openssl/
DCHANGES13176 bn_div_words in alpha.s.
/freebsd-12-stable/
DObsoleteFiles.inc3114 OLD_FILES+=usr/share/openssl/man/man3/bn_div_words.3.gz