Julien R Pierre - Sun Microsystems wrote, On 2008-08-29 14:47:
> Samrat,
> 
> Where are you pulling those symbols from ?
> They are not part of NSS .

Julien and Samrat:

The bn_ symbols shown below are from OpenSSL's bignum library
(bn = bignum).  This newsgroup/mailing list is not the right place
for OpenSSL questions.  There aren't any OpenSSL experts here.

> samrat saha wrote:
>> hi all,
>> i am having some problem with bn_mul_add_words, my gprof profiling shows 
>> it is very cpu intensive. can we optimize it for the windows version.
>>
>> below is my gprof call graph.
>>
>> index % time    self  children    called     name
>>                                                  <spontaneous>
>> [1]     50.1   17.99    0.00                 bn_mul_add_words [1]
>> -----------------------------------------------
>>                                                  <spontaneous>
>> [2]     12.7    4.55    0.00                 sha1_block [2]
>> -----------------------------------------------
>>                                                  <spontaneous>
>> [3]     10.2    3.67    0.00                 bn_add_words [3]
>> -----------------------------------------------
>>                                                  <spontaneous>
>> [4]      8.2    2.93    0.00                 bn_qsub [4]
>> -----------------------------------------------
>>                                                  <spontaneous>
>> [5]      4.3    1.54    0.00                 BN_lshift [5]
>> -----------------------------------------------
>>                                                  <spontaneous>
>> [6]      2.8    0.99    0.00                 bn_mul_words [6]
>>
>>
>>
>> Thanks,
>> Samrat
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to