Searched refs:bn_div_words (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_div.c | 173 # 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()
|
| D | bn_word.c | 85 d = bn_div_words(ret, l, w); in BN_div_word()
|
| D | README.pod | 5 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>)
|
| D | bn_local.h | 232 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
|
| D | bn_asm.c | 198 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/ |
| D | s390x.S | 247 .globl bn_div_words 248 .type bn_div_words,@function 250 bn_div_words: label 254 .size bn_div_words,.-bn_div_words
|
| D | bn-586.pl | 27 &bn_div_words("bn_div_words"); 422 sub bn_div_words subroutine
|
| D | sparcv8.S | 333 .global bn_div_words 338 bn_div_words: label 344 .type bn_div_words,#function 345 .size bn_div_words,(.-bn_div_words)
|
| D | sparcv8plus.S | 449 .global bn_div_words 454 bn_div_words: label 461 .type bn_div_words,#function 462 .size bn_div_words,(.-bn_div_words)
|
| D | ia64.S | 1414 .global bn_div_words# 1415 .proc bn_div_words# 1417 bn_div_words: label 1564 .endp bn_div_words#
|
| D | bn-c64xplus.asm | 32 .asg bn_div_words,_bn_div_words
|
| D | x86_64-gcc.c | 195 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/ |
| D | bn-586.S | 611 .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/ |
| D | CHANGES | 13176 bn_div_words in alpha.s.
|
| /freebsd-12-stable/ |
| D | ObsoleteFiles.inc | 3114 OLD_FILES+=usr/share/openssl/man/man3/bn_div_words.3.gz
|