Skip to content

Instantly share code, notes, and snippets.

@rurban
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rurban/10414413 to your computer and use it in GitHub Desktop.
Save rurban/10414413 to your computer and use it in GitHub Desktop.
Testing openssl with -DOPENSSL_NO_BUF_FREELISTS and valgrind
linux-x86_64 shared:
$ ./config
add -DOPENSSL_NO_BUF_FREELISTS to CFLAG in Makefile (because of http://article.gmane.org/gmane.os.openbsd.misc/211963)
$ make
$ export LD_LIBRARY_PATH=`pwd`
$ cd test
find out how to test openssl with valgrind, oops. nope. but make files creates a nice list of EXE targets which contain the tests.
$ for exe in bntest ectest ecdsatest ecdhtest ideatest md2test md4test md5test hmactest wp_test rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test igetest jpaketest srptest asn1test; do valgrind ./$exe; done 2>log.err >log.out
$ grep ^== log.err > log.valgrind
=> (see seperate log.valgrind)
test BN_add
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40224A: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40224A: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
...
==16650== More than 1000 different errors detected. I'm not reporting any more.
==16650== Final error counts will be inaccurate. Go fix your program!
==16650== Rerun with --error-limit=no to disable this cutoff. Note
==16650== that errors may occur in your program without prior warning from
==16650== Valgrind, because errors are no longer being displayed.
...
$ grep -c "Conditional jump or move depends" log.valgrind
3564
$ grep -c "Use of uninitialised value" log.valgrind
5017
This file has been truncated, but you can view the full file.
==16638== Memcheck, a memory error detector
==16638== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==16638== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==16638== Command: ./bntest
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40224A: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40224A: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40224A: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409E71: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E9BD: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40224A: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022D4: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022D4: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022D4: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409E71: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E9BD: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022D4: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406294: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402338: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402338: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4CAB41B: __GI_mempcpy (memcpy.S:71)
==16638== by 0x4C9A586: _IO_file_xsputn@@GLIBC_2.2.5 (fileops.c:1321)
==16638== by 0x4C9073C: fwrite (iofwrite.c:43)
==16638== by 0x418EA7: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402338: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402352: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402352: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40225C: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40225C: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406201: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406204: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406201: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022A9: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406201: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022A9: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022A9: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022A9: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406201: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406204: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406294: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40623B: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022A9: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4022A9: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40623B: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4C9BEA0: _IO_default_xsputn (genops.c:475)
==16638== by 0x4C9A611: _IO_file_xsputn@@GLIBC_2.2.5 (fileops.c:1356)
==16638== by 0x4C9073C: fwrite (iofwrite.c:43)
==16638== by 0x418EA7: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40225C: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405ED0: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406294: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40608B: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406201: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402299: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40608B: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402316: test_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401A6A: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4024CB: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4024CB: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4024CB: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409E71: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E9BD: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4024CB: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406334: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40250A: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40250A: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402524: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402524: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402465: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406294: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402494: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402494: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402494: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402494: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F2BC: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4024F3: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402465: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402403: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402403: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402403: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409E71: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E9BD: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402403: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4062E4: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402445: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40624A: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406201: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406204: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40623B: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402484: test_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401ACD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4058E9: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4058E9: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4058E9: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409E71: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E9BD: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4058E9: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405983: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405983: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40591A: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40591A: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406294: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405935: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405943: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405943: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405943: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405943: test_lshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401AF7: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405884: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405884: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405884: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4056CA: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4056CA: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x418E8F: file_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x417CDA: BIO_write (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E293: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405652: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638==
==16638== More than 100 errors detected. Subsequent errors
==16638== will still be recorded, but in less detail than before.
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405652: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405672: test_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B6F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405C99: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405C99: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405C99: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EBDA: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EC8F: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40925C: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EC8F: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x42109E: CRYPTO_malloc (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409284: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EC8F: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC08: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D4E: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E22F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CD2: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E238: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CD2: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40E26D: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CD2: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CD2: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E2AD: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CD2: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406325: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40636F: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406334: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FCE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FDA: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FF1: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40604D: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E3: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E8: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406325: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CFB: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406334: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CFB: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405D14: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A31: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D24: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A4B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D24: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A8B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D24: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AAB: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D24: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D24: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB5: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D24: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EBB3: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EBC2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EBF2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC0A: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC10: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC30: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC47: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC55: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D39: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E22F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D4E: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E238: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D4E: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40E26D: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D4E: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E2AD: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405D4E: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A075: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A07A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A086: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060AC: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4060B4: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B9: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CFB: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A0A0: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CFB: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A0A3: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406331: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CFB: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060BE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CFB: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405D01: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405D06: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406064: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406074: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406087: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405CED: test_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401B9D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405AAF: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405AAF: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405AAF: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409658: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B43: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF3B: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B43: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B66: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405AEA: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED81: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406AE3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095B5: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095C4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095D3: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095DD: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF3B: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40966C: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405B0E: test_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BCE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403078: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403078: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030C7: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030DF: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E22F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40300C: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E238: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40300C: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40E26D: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40300C: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40300C: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E2AD: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40300C: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4063F6: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4063FB: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064A5: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095B5: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409684: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED81: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ECDE: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ECF8: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EDA6: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EDD0: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EDE3: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EDF3: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED65: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED7C: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED86: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406630: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4069BC: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A07A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406AE3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40666E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406682: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4066E8: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406735: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x411EC0: bn_sub_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40677F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x411EC8: bn_sub_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40677F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406789: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406799: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067BC: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4067D9: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067D3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EE60: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406325: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403043: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095C4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40966C: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40304A: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403078: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095D3: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095DD: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092A0: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092F9: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409658: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EDF3: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409653: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4096B7: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095FE: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409606: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409613: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092DA: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092FE: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409303: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409635: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40963B: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE0B: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409D5F: BN_set_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40ABE4: BN_CTX_get (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064D0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409318: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40931C: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409834: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A36: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40969F: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x411E80: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4068CE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x411E88: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4068CE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4068D2: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4068D8: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED0E: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED38: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED3C: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED47: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED47: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403033: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A3E4: bn_cmp_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41177E: bn_sqr_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411AFA: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411782: bn_sqr_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411AFA: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411835: bn_sqr_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411AFA: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4030A5: test_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401BFF: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402ED5: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402ED5: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402ED5: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402EE8: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402EE8: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402EE8: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E35: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402EFA: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402F14: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E55: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402DF0: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064A5: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064A5: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406AE3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402DF0: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402E7F: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402DF0: test_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C2D: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40271F: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40271F: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40271F: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED81: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402739: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40279A: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4027B4: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40275A: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402774: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4026BD: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F2BC: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402744: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40266E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402696: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402604: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402604: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402604: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40264E: test_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C5E: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40288B: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40288B: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40288B: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028A1: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028A1: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028A1: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4028AD: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F024: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4094AD: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4094BC: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4094CB: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4094D1: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED81: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F06B: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F0F6: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4029DA: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x419AB9: fmtint (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41B76D: BIO_vprintf (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41CA76: BIO_printf (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4029F9: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x419AA3: fmtint (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41B76D: BIO_vprintf (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41CA76: BIO_printf (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4029F9: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028EB: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40299A: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F423: BN_mul_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402932: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F439: BN_mul_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402932: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F28D: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40293F: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F2BC: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40293F: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F2F1: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40293F: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4094E6: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4094EE: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4094F7: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409544: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409554: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40F05A: BN_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4028C8: test_div_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401C8C: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402BDF: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402BDF: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402BDF: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414AF0: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409D5F: BN_set_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C7B9: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BBE: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B1: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C32: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C52: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C52: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402C5A: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402C74: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402C1A: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402C34: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B7D: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED81: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402BF9: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F2BC: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402C04: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409653: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4096B7: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414AF0: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x414AF3: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B6B: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C729: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BBE: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BBE: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095FE: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409606: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40969F: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF3B: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C729: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BF9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BF9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C10: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C10: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C32: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x414C35: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F2BC: BN_add_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C67: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B2E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B56: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095FE: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40969F: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF3B: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BA4: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409613: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409606: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409613: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409635: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409684: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095B5: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409684: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40963B: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409635: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40963B: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095C4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40966C: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095D3: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095DD: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414B01: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409653: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AAC: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AAC: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AAC: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095B5: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095C4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40966C: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4096B7: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414BD9: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095D3: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095DD: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409658: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095FE: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409606: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409613: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409684: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409635: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40963B: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40969F: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414A3A: BN_RECP_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402AF1: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40608B: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x414C52: BN_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x402B0E: test_div_recp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CBD: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403495: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403495: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403495: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403507: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403507: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403507: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40356C: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403584: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034AA: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40354A: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4034CE: test_mod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401CEE: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403670: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403670: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403670: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403700: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403700: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403700: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403710: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403710: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403710: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403780: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403798: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4037B2: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4037F1: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40368A: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036AA: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40623B: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D460: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40664B: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405ED0: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4062E4: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036B8: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40608B: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406343: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036B8: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C844: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C9EC: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A4B3: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40BC3D: bn_mul_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C87D: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A4B3: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40BC62: bn_mul_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C87D: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40BC78: bn_mul_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C87D: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40BC83: bn_mul_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C87D: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40BFB6: bn_mul_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C87D: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A494: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C157: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A4FC: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C17E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40AD1E: bn_sub_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C1E7: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40AD1E: bn_sub_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C20D: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A4B3: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B2CA: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C26E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A4B3: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B2E6: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C26E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B2FB: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C26E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40B2FD: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C26E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B3D6: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C26E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B2FB: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C28B: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40B2FD: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C28B: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B3D6: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C28B: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C36A: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B3F2: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C26E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B3F2: bn_mul_recursive.constprop.0 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C28B: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40AD89: bn_sub_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C20D: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40AD89: bn_sub_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C1E7: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A50D: bn_cmp_part_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C17E: bn_mul_part_recursive (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C8F3: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D41E: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D435: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403756: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40672E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4036D0: test_mod_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D1F: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4031EF: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4031EF: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4031EF: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403208: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403208: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403208: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40321F: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40321F: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403248: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403248: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403248: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403248: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403248: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403248: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x415030: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x415033: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x415037: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415047: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415069: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415099: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403279: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x415030: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4152B9: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032CC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x415033: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4152B9: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032CC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x415037: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4152B9: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032CC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415047: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4152B9: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032CC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415069: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4152B9: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032CC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415099: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4152B9: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032CC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4033CA: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4033E4: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032EF: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40321F: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409653: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4096B7: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A31: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42439D: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AAB: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42439D: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42439D: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB5: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42439D: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4243C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406499: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095A4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406523: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ECDE: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ECF8: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED05: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED0E: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED38: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED3C: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED47: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x402C389: memset (mc_replace_strmem.c:1007)
==16638== by 0x40ED57: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x402C3C5: memset (mc_replace_strmem.c:1007)
==16638== by 0x40ED57: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED65: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED7C: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED86: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED05: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406587: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406608: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40660D: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40660F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406630: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40664B: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406A17: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406AE3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A075: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406AE3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A086: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406AE3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40666E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406682: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4066E8: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411CB5: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406756: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411CC4: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406756: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D5F: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406756: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D7A: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406756: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406763: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411EB2: bn_sub_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40677F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411ED0: bn_sub_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40677F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406789: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406799: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067BC: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4067D9: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067D3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EE64: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095A4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40EE87: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EEAF: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EEDF: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF53: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EF5C: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF6C: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406805: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4243E7: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095A4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095B5: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095C4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424408: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424424: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A2FE: BN_is_bit_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42444D: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424450: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A2FE: BN_is_bit_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248ED: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424943: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A075: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424943: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A07A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424943: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A086: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424943: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424943: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424946: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FCE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FDA: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FF1: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40604D: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E3: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060AC: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4060B4: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4248F0: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405E5C: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E72: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405E97: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E90: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405E97: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F79: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC08: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EE60: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424930: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EE64: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424930: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EEE8: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424930: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF3B: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424930: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405E5C: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F32: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4248FD: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424905: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F32: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EB2: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405F00: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EBB3: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EBC2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EBF2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC10: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC30: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC47: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC55: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405E5C: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F79: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FCE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FDA: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FF1: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40604D: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40605F: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E3: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060AC: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4060B4: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060B9: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x42446B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405E5C: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EAA: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EB2: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405F00: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EE60: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EE64: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EEE8: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EF3B: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EB2: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405F00: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405EB2: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40981F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x405F48: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405EB8: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405ECD: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC0A: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4248DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A0B9: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424943: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060BE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42496B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406325: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406334: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FCE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FDA: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FF1: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40604D: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E3: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060AC: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4060B4: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424879: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424883: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4063F6: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4063FB: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A075: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064A5: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A07A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064A5: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A086: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4064A5: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A31: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40686F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A4B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40686F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AAB: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40686F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40686F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB5: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40686F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A075: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A07A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A086: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406238: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40623B: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FCE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FDA: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405FF1: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40604D: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E3: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060E8: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060AC: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4060B4: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406213: BN_add (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4246AC: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ECDE: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ECF8: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED0E: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED38: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED3C: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED47: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED65: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40ED7C: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED86: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40ED81: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154C8: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4154D4: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F122: BN_sub_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154E6: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F138: BN_sub_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154E6: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F16D: BN_sub_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154E6: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F178: BN_sub_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154E6: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4063F6: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4063FB: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406499: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406608: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40660D: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40660F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406630: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40664B: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40666E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406682: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4066E8: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406735: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406763: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406789: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406799: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067BC: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4067D9: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067D3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415503: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415515: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x412F10: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x9FA28B76A32D72A1: ???
==16638== by 0x58EC: ???
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x412F10: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415239: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4032B4: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4033FC: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095B5: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095C4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40966C: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409D5F: BN_set_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42437A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095D3: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4095DD: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405E6F: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC08: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F79: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F32: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424462: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EBB3: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EBC2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EBF2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC0A: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC10: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F32: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC30: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EC47: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EC55: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42443A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405F00: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F79: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405EB8: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405ECD: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4249C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405E6F: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F7D: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405F90: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405F94: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405F9F: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405EB8: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405ECD: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424955: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405EB8: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x405ECD: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405ED0: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42447A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406064: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406074: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406087: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40608B: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4060BE: BN_usub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4063A5: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42498F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40671F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41555D: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x412F10: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x60663ED4FEE4DEEA: ???
==16638== by 0x5A124899EFA46E: ???
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095FE: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409606: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409613: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x405ED0: BN_uadd (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424914: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x412F10: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0xF5FD6EF22EF7C6FC: ???
==16638== by 0xD05625E5D081ED23: ???
==16638== by 0xE526C21A: ???
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x412F24: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409658: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x415434: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EDA6: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EDD0: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EDE3: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EDF3: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x402C3CD: memset (mc_replace_strmem.c:1007)
==16638== by 0x40ED57: BN_lshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40654F: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40EEE5: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40EEE8: BN_rshift (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4067FE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40D1FE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4243D4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409635: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40963B: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403232: test_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D50: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x412F10: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x137EEAC6C4B5DAE3: ???
==16638== by 0xEC9E84A4751976E1: ???
==16638== by 0x4356F3BCDC21C185: ???
==16638== by 0xDD: ???
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403909: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403909: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403919: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403919: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E927: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403927: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409658: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408722: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4084F9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409D5F: BN_set_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x42436E: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4095FE: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409606: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409613: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424402: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A06A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424674: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A075: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424674: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A07A: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424674: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40A086: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424674: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40A08D: BN_ucmp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424674: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x424677: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A31: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424685: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AAB: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424685: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424685: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB5: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x424685: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4154B3: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4154D4: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x415515: BN_MONT_CTX_set (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408931: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x408686: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x408604: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x408618: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40881E: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C6C9: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C707: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C70C: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C715: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C729: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B170: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411CB5: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B19E: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D5F: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B19E: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40B1A2: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C758: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40C76C: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x41518F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x414EAD: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408856: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403A0A: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403A22: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403A3C: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E27F: BN_print (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403964: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409658: BN_num_bits (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406BEC: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406C00: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A31: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A4B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AAB: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB5: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C6C1: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C707: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C729: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B187: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40B1A6: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C758: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x40C76C: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C771: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C777: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A31: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A4B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AAB: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409AB5: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406325: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403991: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406334: BN_sub (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403991: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4063F6: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4063FB: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406630: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40666E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406682: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4066E8: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406733: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406735: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406739: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x406789: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406799: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067BC: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4067D9: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067D3: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4039A8: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403919: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409DFD: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40E9BD: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403919: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x402C389: memset (mc_replace_strmem.c:1007)
==16638== by 0x414EC2: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4085EA: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x402C3BF: memset (mc_replace_strmem.c:1007)
==16638== by 0x414EC2: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4085EA: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x402C3C5: memset (mc_replace_strmem.c:1007)
==16638== by 0x414EC2: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4151D7: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4085EA: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F423: BN_mul_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088BB: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F439: BN_mul_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088BB: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4064B0: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406630: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406AFA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4066FA: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40670E: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406783: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4067DE: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4088D9: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406C53: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x41192C: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x41198D: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411996: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x41199F: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4119A8: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x411650: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411665: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x41169B: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E72: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116DD: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E90: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116DD: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411DB4: bn_sqr_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116F2: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411DC0: bn_sqr_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116F2: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E2A: bn_sqr_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116F2: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E72: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E90: bn_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4119DD: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411CC4: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B19E: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D7A: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B19E: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40925C: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409B07: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409D5F: BN_set_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C12: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411CB5: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411687: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411CC4: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411687: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D5F: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411687: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x411688: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E3E: bn_sqr_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116F2: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A8B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C6C9: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40C715: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D37: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B19E: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D3F: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40B19E: bn_mul_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C74B: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092A0: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409B07: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092F9: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409B07: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4092FE: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409B07: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409303: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x409B07: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x409A8B: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409AE0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409AE3: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40C791: BN_mul (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C65: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D7A: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411687: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411BA5: bn_mul_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116BD: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411BB4: bn_mul_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116BD: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411C5B: bn_mul_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116BD: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x4116BE: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x4116C6: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409AE0: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Use of uninitialised value of size 8
==16638== at 0x409AE3: BN_copy (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411A07: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D37: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411687: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411D3F: bn_mul_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x411687: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411C7A: bn_mul_add_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116BD: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E14: bn_sqr_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116F2: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x411E18: bn_sqr_words (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4116F2: bn_sqr_normal (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4119C4: BN_sqr (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x406C3E: BN_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403983: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E92F: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403927: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40E933: BN_bntest_rand (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x403927: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F423: BN_mul_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408794: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x40F439: BN_mul_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x408794: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406401: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4087AE: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638== Conditional jump or move depends on uninitialised value(s)
==16638== at 0x406630: BN_div (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x4087AE: BN_mod_exp_mont_word (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x40393E: test_mod_exp (in /usr/src/openssl-1.0.1g/test/bntest)
==16638== by 0x401D81: main (in /usr/src/openssl-1.0.1g/test/bntest)
==16638==
==16638==
==16638== More than 1000 different errors detected. I'm not reporting any more.
==16638== Final error counts will be inaccurate. Go fix your program!
==16638== Rerun with --error-limit=no to disable this cutoff. Note
==16638== that errors may occur in your program without prior warning from
==16638== Valgrind, because errors are no longer being displayed.
==16638==
==16638==
==16638== HEAP SUMMARY:
==16638== in use at exit: 1,344 bytes in 10 blocks
==16638== total heap usage: 271,280 allocs, 271,270 frees, 29,998,204 bytes allocated
==16638==
==16638== LEAK SUMMARY:
==16638== definitely lost: 0 bytes in 0 blocks
==16638== indirectly lost: 0 bytes in 0 blocks
==16638== possibly lost: 0 bytes in 0 blocks
==16638== still reachable: 1,344 bytes in 10 blocks
==16638== suppressed: 0 bytes in 0 blocks
==16638== Rerun with --leak-check=full to see details of leaked memory
==16638==
==16638== For counts of detected and suppressed errors, rerun with: -v
==16638== Use --track-origins=yes to see where uninitialised values come from
==16638== ERROR SUMMARY: 1619450 errors from 1000 contexts (suppressed: 0 from 0)
==16645== Memcheck, a memory error detector
==16645== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==16645== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==16645== Command: ./ectest
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x410FB1: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4151BA: BN_pseudo_rand (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x414FAF: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416408: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x41129E: BN_cmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x414FC7: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416408: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4112A0: BN_cmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x414FC7: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416408: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x415E6C: BN_add_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41641D: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4111CD: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430907: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x430914: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4138B1: BN_mul (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B1F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C0: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C3: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C7: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4189D7: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4189F9: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418A29: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A0B: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE64D2196D8C5A9F: ???
==16645== by 0x125436B8D94802A: ???
==16645== by 0xE5290ACA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433414: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418BC9: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430BAB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB5F63C00FC33F25C: ???
==16645== by 0x17703C3FF82783A4: ???
==16645== by 0xCD7F119C: ???
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418BC9: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430BF5: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD429A409395D6C9: ???
==16645== by 0x7F989EE3C6AA6F24: ???
==16645== by 0x3C7C824: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x790921594CCD62B2: ???
==16645== by 0xC99E10B5BF6DB5AE: ???
==16645== by 0xFC912891: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x38F374EAE46EA9DC: ???
==16645== by 0xB65BAB29B87A4D3: ???
==16645== by 0x3E6719C6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x80FB1D5D64A97C1: ???
==16645== by 0x80DCDDA178B73B8B: ???
==16645== by 0x332D62B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x88D30AEDC6479B92: ???
==16645== by 0xA854E669DBAFCD26: ???
==16645== by 0x54F2F7D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x62CA3B4FA166E602: ???
==16645== by 0x2531B1DCEE1BC432: ???
==16645== by 0x3B93E552: ???
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4138B1: BN_mul (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B1F: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C0: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C3: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C7: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4189D7: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4189F9: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418A29: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418B67: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x36E2293B1F392624: ???
==16645== by 0x5C52BBE8D3C465E1: ???
==16645== by 0xDFA4AE8C: ???
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418BC9: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430B70: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDB2B6A112AFB04D4: ???
==16645== by 0x62ABD7069955034: ???
==16645== by 0xDC735A3B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB263C8CA7DCF5C7F: ???
==16645== by 0xB5B41212DE0AFD5: ???
==16645== by 0xA5D04722: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x50A5B30A08E7BFEE: ???
==16645== by 0x453EB0659506C019: ???
==16645== by 0xA6CB76E3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3517263C428BFA91: ???
==16645== by 0x637CF5D41054578A: ???
==16645== by 0x16D62F71: ???
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418BC9: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CF4: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB5FA6D2B54636808: ???
==16645== by 0x5C3F7B611D1BED6: ???
==16645== by 0x5CFF2F31: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD862DC14DE47C03B: ???
==16645== by 0xEDD758D16DB2EACB: ???
==16645== by 0x8D901D9D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9AFCE3AAEDA9C3FB: ???
==16645== by 0xEE09B0EDEB9AF7E4: ???
==16645== by 0x1474ED9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1C7DA6F2DE505E3: ???
==16645== by 0x42EBC3BC5289D2A2: ???
==16645== by 0x845B9156: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x26291C13F0151C6: ???
==16645== by 0xE7A08B7B265D90A0: ???
==16645== by 0x13A79B0D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x253F1EBA6C4FE110: ???
==16645== by 0x9BB1618363C86BA: ???
==16645== by 0x7E9C1901: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA79FA102AEF350F4: ???
==16645== by 0xC9102278805347C1: ???
==16645== by 0x3BF93BC6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDEC5B50C6D4F5F22: ???
==16645== by 0x1FCE3426BB0E11D5: ???
==16645== by 0x411B629B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBF3F47431A0F0821: ???
==16645== by 0xDBA36998B8A8998A: ???
==16645== by 0x2AFAD488: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x88440E98F6796CA: ???
==16645== by 0x277E34B4848DA862: ???
==16645== by 0x5E0E2D32: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF6A76A4B0ADF2B07: ???
==16645== by 0x6AF38903DBF243C4: ???
==16645== by 0xFEADC9B8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFDB152F84ECBB5AD: ???
==16645== by 0xC77B802D98307F: ???
==16645== by 0xDE9C61E5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x578C7BA28C0D9D4D: ???
==16645== by 0x38F3FBC7E5378225: ???
==16645== by 0xB973A448: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDC9344CB295343D: ???
==16645== by 0x582BCFCC5A9D7C35: ???
==16645== by 0x8E7EDC65: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9FC36A7966B02D57: ???
==16645== by 0xE72EEBFC66B6FC01: ???
==16645== by 0x3B10CC24: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5CDB172905874FF8: ???
==16645== by 0x5634D2A48BE25495: ???
==16645== by 0xE2D5B0AD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x342FB29F94D95ABD: ???
==16645== by 0xFEEFEC9BB795409B: ???
==16645== by 0xBEFE364C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x27FFC0CC7DD53D23: ???
==16645== by 0x88E56E722668B035: ???
==16645== by 0x9F786F64: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8082F104A17772A2: ???
==16645== by 0xC22EB78F2C71D375: ???
==16645== by 0xDFEC9145: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEB9DF7B64110CCAB: ???
==16645== by 0x275DBA49A2547F82: ???
==16645== by 0x7E03CE71: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE5CD7B35C28456A6: ???
==16645== by 0x26A077A7E0A8476C: ???
==16645== by 0x291016A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1BA9781FB3179E2F: ???
==16645== by 0xFCE9FB4312FFFFF6: ???
==16645== by 0xF27B4E2F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF0AF09EEBAFB4759: ???
==16645== by 0xAFD0964CFCEB5DE7: ???
==16645== by 0xECBA52D0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBD5B6CA4C7B763A8: ???
==16645== by 0xC28FF446781CD38C: ???
==16645== by 0x15A0A398: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x25D955CA586E8EBF: ???
==16645== by 0xAF6C7C42CD695B96: ???
==16645== by 0xE35D35B9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x11607E60325B5F91: ???
==16645== by 0x133E15426C472874: ???
==16645== by 0x1047226F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA1C0021B8B521883: ???
==16645== by 0xFC75BA84175EC72: ???
==16645== by 0x342AE646: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9135200728E419F4: ???
==16645== by 0x94400F451D34F194: ???
==16645== by 0x625F0F39: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x91D60DE4CDB24ED8: ???
==16645== by 0x4B6D6FD0C50A0A6: ???
==16645== by 0xD6E3F894: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCF8EEED8975E9683: ???
==16645== by 0x432D48A6F9ED50B5: ???
==16645== by 0xAA9F1636: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4074CCD9B2D1930F: ???
==16645== by 0xA35D045CF30E0AE9: ???
==16645== by 0xBD3E98A8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBFBF301912D47011: ???
==16645== by 0x4520CEFCE18596EF: ???
==16645== by 0x966D29E7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6ACD890A1ABDBE0B: ???
==16645== by 0x756B9AE44F01832C: ???
==16645== by 0x2FDBEAB0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2803C243D64D347C: ???
==16645== by 0x6A2E296ABEC7CF2: ???
==16645== by 0x84C6689: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE3DDC8D9E7A846D0: ???
==16645== by 0x2D3370EAB3C9F5A: ???
==16645== by 0x2E41A67A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8F5D16CB4C078047: ???
==16645== by 0x561D18E083BB5F73: ???
==16645== by 0xCD360131: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC2BA76FA3D69B0C6: ???
==16645== by 0x726BA61BD9C6E4C2: ???
==16645== by 0x6BA5D492: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8FBEB6CC6682EA7E: ???
==16645== by 0x39B3B97206815052: ???
==16645== by 0x812CC6AA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB1BFFECFB5FD99D3: ???
==16645== by 0xCF6778E70AB92345: ???
==16645== by 0x8A17E6E9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE9E156CA18EB8F95: ???
==16645== by 0xAF5437371A4EC86F: ???
==16645== by 0x38048CB6: vg_SP_update_pass (m_translate.c:477)
==16645== by 0x7: ???
==16645== by 0x50923AF: ???
==16645== by 0x7: ???
==16645== by 0x40BB9C: CRYPTO_free (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4482F8: EVP_MD_CTX_cleanup (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x44695A: ssleay_rand_add.part.0 (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40CE29: CRYPTO_dbg_free (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB556CCA82430D7AF: ???
==16645== by 0x7E235F877D3294BD: ???
==16645== by 0xE1D57FD3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCFC5C81E22E4E3CA: ???
==16645== by 0xFEE3E2921B791470: ???
==16645== by 0xCBBF6711: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB73C8E861F012E0C: ???
==16645== by 0xDD48C4A4FFF8D52F: ???
==16645== by 0xDD2B402B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC14F544C149E6642: ???
==16645== by 0xFEF9AE9DFC8F9645: ???
==16645== by 0x26153AA2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEE77B93487F26CAA: ???
==16645== by 0x1C7BC061BF654081: ???
==16645== by 0x53F26CF2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1DEA3D53613B7D36: ???
==16645== by 0x55B56F417CDB51C6: ???
==16645== by 0x6DEE92B9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB4183CDECBB4C7E6: ???
==16645== by 0x2CDE78C4180FBC2E: ???
==16645== by 0x848AF481: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD66CCA0FB81D709F: ???
==16645== by 0xCE1B6A608D3BD7D0: ???
==16645== by 0x308C21C7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x157A42AF64132D65: ???
==16645== by 0xBCF1DC6A1CD0B3AF: ???
==16645== by 0x5D1EFFC1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD96998409C4DA986: ???
==16645== by 0x5355F4B9FA86CC52: ???
==16645== by 0x266B237A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE9989231D5A307F: ???
==16645== by 0xE75D47F7A46F1664: ???
==16645== by 0x52581D7F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x38C1BCF1C872E3C3: ???
==16645== by 0xD1232A5A378D4A03: ???
==16645== by 0x6D977B52: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE19C779E389240B1: ???
==16645== by 0x2038DC5AE312F3E4: ???
==16645== by 0xC92E61F6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x977770F15FEFE522: ???
==16645== by 0xA74C0DD18A7EC246: ???
==16645== by 0xC9FA2604: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x33300237402067BE: ???
==16645== by 0x703E5CB3BAF446EF: ???
==16645== by 0xEEB78AB8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3393A36A27A65477: ???
==16645== by 0x329FC997A38238B8: ???
==16645== by 0xAA0B7AC2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA4481F5AD3C87FD: ???
==16645== by 0x93043C0B30209E98: ???
==16645== by 0x103F7D2B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3F12735C87944E68: ???
==16645== by 0xF638FF8C71FE9A0E: ???
==16645== by 0xA0836956: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1E4611AAD7198AC2: ???
==16645== by 0xF90F59598AE10689: ???
==16645== by 0x3C97E12F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB6E021D588C98B29: ???
==16645== by 0xAA736E0E3B661D95: ???
==16645== by 0x13615BE1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x95F37C07BDA10C4B: ???
==16645== by 0x996FF8358F303F3F: ???
==16645== by 0xC8328917: ???
==16645==
==16645==
==16645== More than 100 errors detected. Subsequent errors
==16645== will still be recorded, but in less detail than before.
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3830CB744EF500AB: ???
==16645== by 0x24506E33591B7881: ???
==16645== by 0xD1E51686: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7D34C01437697C84: ???
==16645== by 0xD7219FEB40599855: ???
==16645== by 0xBDDA51C9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6EAA22766446F1C4: ???
==16645== by 0xF01AC3703C72FCE7: ???
==16645== by 0x5790BF6A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC3C5BD28B774C4F: ???
==16645== by 0x8F89CE30114E82B0: ???
==16645== by 0x3D48401B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB07BB48C59A1AC57: ???
==16645== by 0x34F0FB83221856FC: ???
==16645== by 0xB41B84AE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3CDBBA8C147CB9B: ???
==16645== by 0x60DB374FBAFF2B7A: ???
==16645== by 0x98021691: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFE85D883A9D34B5B: ???
==16645== by 0x93B695A91D170FB9: ???
==16645== by 0xEBFA5D37: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x25016C74ACFBC9E7: ???
==16645== by 0xAEB66AEC757B69E7: ???
==16645== by 0xF44EEB68: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x986D0ED632D0B05C: ???
==16645== by 0xF36DA0896D8D5D7: ???
==16645== by 0x344BBCE9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBE56248C35E49E39: ???
==16645== by 0x1BF7F5C6449133C6: ???
==16645== by 0x132DE5C3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x22C55A55D106261C: ???
==16645== by 0x9D24390476FBD2B6: ???
==16645== by 0xC7847CDE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6A37F52E3EAABB22: ???
==16645== by 0xE6D50BD1C5480D83: ???
==16645== by 0xD15473CD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA69DDB9EC9976C3F: ???
==16645== by 0x22E4431AFAB586CC: ???
==16645== by 0x427A4822: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x611C7CCF3EC11DAC: ???
==16645== by 0x880EDBAC91F0AE78: ???
==16645== by 0x944B6700: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC17FB5770BD78141: ???
==16645== by 0x414AB85E6FBCF883: ???
==16645== by 0x4ED445DE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3E1CFD02736B92D: ???
==16645== by 0x7594B1AD91EE3A83: ???
==16645== by 0xE3F8FD95: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA8A5D7B4C2F6C718: ???
==16645== by 0xFABE0C208FCCF819: ???
==16645== by 0x9EF65EEF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF5F17CEFA356FCBD: ???
==16645== by 0xB786C97A246E2584: ???
==16645== by 0x7E24EA3A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC054475E0A51DE82: ???
==16645== by 0x314B0D6152E1E8C7: ???
==16645== by 0xF30FA95F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x49E501461044ED70: ???
==16645== by 0x9FC02A5B29EA5EED: ???
==16645== by 0x74CA5322: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x53FCEBF5FC415673: ???
==16645== by 0x93AA49EEA38E99D8: ???
==16645== by 0xC5AF15EB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6D1146457BB6E7DA: ???
==16645== by 0x866CA3A87D0BC563: ???
==16645== by 0x3B471006: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAA3763B37EBBFEDC: ???
==16645== by 0x455D1816EA123D08: ???
==16645== by 0xFDAA5B98: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x97B321AE781CC9D2: ???
==16645== by 0xBCBEB6FD1EDBF0B6: ???
==16645== by 0x6C4158BD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x35597ACCFBE83C4F: ???
==16645== by 0x9604B16CA265C457: ???
==16645== by 0x3A30E6C3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x835B4AFFF8C06DF1: ???
==16645== by 0xC7148D3EAF3EF3AF: ???
==16645== by 0x72A39C20: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x36723151CA5B1AEC: ???
==16645== by 0x7C8C88005DEB72BD: ???
==16645== by 0x24C24868: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF3BACF729EAEB8E6: ???
==16645== by 0x6C8B873D3F38BAD0: ???
==16645== by 0xAF24D0B4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC96CA1F9EA282A31: ???
==16645== by 0x71D2B2503ADDA760: ???
==16645== by 0xB8B44E48: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1F99B964AC8E5DBF: ???
==16645== by 0x36075DBEF605B7CA: ???
==16645== by 0xE5FC7137: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x80C2F55D38592973: ???
==16645== by 0x31A94DD5F104F12B: ???
==16645== by 0x188B97A9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBC21667CA00E78C7: ???
==16645== by 0xE3CF7A76950F522E: ???
==16645== by 0xFB16A782: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC6A7A609FADBECD4: ???
==16645== by 0xD52AD134066E4C48: ???
==16645== by 0x8AC5E44: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x52354326858ABADA: ???
==16645== by 0x86074EF1197C47CB: ???
==16645== by 0x624592C1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2DBECAD6F4D29944: ???
==16645== by 0x2F2B0DACEE19C916: ???
==16645== by 0x1D9F7B0E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDB79BF6B533E7581: ???
==16645== by 0xC53B3D5401B32AF6: ???
==16645== by 0xD4EECC30: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF1BFEBE1D8D552D5: ???
==16645== by 0x4E9403A6F97414D3: ???
==16645== by 0x1F6292E1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC762A6FE57A2B245: ???
==16645== by 0x4615CDB0EF5AACDE: ???
==16645== by 0x4C6AAEB: __vstrfmon_l (strfmon_l.c:280)
==16645== by 0x5: ???
==16645== by 0x508C8DF: ???
==16645== by 0x5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3B14683A35FD30DF: ???
==16645== by 0x1293F421D2A58760: ???
==16645== by 0x5FEE28EA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x29B1EEE3050BF4BA: ???
==16645== by 0xD570CFFE96274A8E: ???
==16645== by 0x8FB879AD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC4777470EE87661B: ???
==16645== by 0xC981185900191A8A: ???
==16645== by 0xBC9054F7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE857EF787D51524B: ???
==16645== by 0x2A0A6619A6152AD7: ???
==16645== by 0x85BC7674: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1FB44D63A062DDF2: ???
==16645== by 0xD4C58F95A7A594B1: ???
==16645== by 0x3AA0E292: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB28A08205762DC79: ???
==16645== by 0xD03A71110FF357D4: ???
==16645== by 0xEB9865EA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBBF23E3B1AF4E2C1: ???
==16645== by 0x3E7F25FF401076A7: ???
==16645== by 0x80EE91ED: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x42D94B7C6EE8ADBA: ???
==16645== by 0x420C938CB0FDAA3A: ???
==16645== by 0xD776D41: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9C05827751D94AC5: ???
==16645== by 0x3706031156C381B5: ???
==16645== by 0x2A49E656: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x811898781DBF3FF5: ???
==16645== by 0x190C5E849F75D838: ???
==16645== by 0x61933BA7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x98C6B51FE0612082: ???
==16645== by 0x5B9409BC546394F5: ???
==16645== by 0xF8E97DCB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE2762BDECF14BFED: ???
==16645== by 0x753D5C81B614B256: ???
==16645== by 0x426AE8CB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x87C742428FCDFA46: ???
==16645== by 0x729168B8FB01C225: ???
==16645== by 0x48FC2CD6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x431B1034106F6029: ???
==16645== by 0x4BB640D34154A1AE: ???
==16645== by 0xEB4E4ECC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF0685325783FC63A: ???
==16645== by 0x777B440FFC4506C5: ???
==16645== by 0xF9C0383: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7D7700525EF76415: ???
==16645== by 0x6FF2EB2F409B5873: ???
==16645== by 0x50669904: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4FE08BEB18AEC156: ???
==16645== by 0x99657C74AC98D819: ???
==16645== by 0x52522757: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1C7A14EED229E0B3: ???
==16645== by 0xE70C03420F9B86A3: ???
==16645== by 0x49E4BFF9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7CC7A87208B14EDD: ???
==16645== by 0xD0D7A868030A3DA5: ???
==16645== by 0xF52522DE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEA834DE2CBFCE58D: ???
==16645== by 0x25AD071FDCE3280A: ???
==16645== by 0x4DB11932: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB2E850F79D1FECDF: ???
==16645== by 0xF3FA261883DF58A7: ???
==16645== by 0x7B430AA7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4697FEEC1985C3EB: ???
==16645== by 0x43979D93754A5CB: ???
==16645== by 0x9817D35E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9C61C6712B1A41FA: ???
==16645== by 0xAFBD341825E2DE8B: ???
==16645== by 0x4B9A9C0B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x86B4A531C5431970: ???
==16645== by 0x47DF637A63D3A104: ???
==16645== by 0xB7A0471C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF664DB4B3DCFA2E6: ???
==16645== by 0x80B0B2D8A1962676: ???
==16645== by 0x3181B9B2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6B3F155613B87AA6: ???
==16645== by 0xDE1EEDDFB66ADCA8: ???
==16645== by 0x533B1DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x572F194E3B786385: ???
==16645== by 0xBAF6ECDD9B19C20B: ???
==16645== by 0x4BD18CEF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x147083ACC3C78B0F: ???
==16645== by 0xF91CE563514B775B: ???
==16645== by 0x702F5707: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x88CFB4B2A90990EE: ???
==16645== by 0x383EF3FB8BFBADAA: ???
==16645== by 0xD9C7049A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF09B6ACCDF391AF4: ???
==16645== by 0x8B55B857D1274BE3: ???
==16645== by 0xE4086B36: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3F6E5475F5955241: ???
==16645== by 0xFE3C3CB7625650FF: ???
==16645== by 0xA9F19044: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCC4E6EC023806A19: ???
==16645== by 0x7732D01DA937AE58: ???
==16645== by 0x6A09EB50: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2E70FDE70F4092BB: ???
==16645== by 0x442FA5433FBE3BEF: ???
==16645== by 0xDE86378C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF6809CD47D02329: ???
==16645== by 0xF60591B99C976D56: ???
==16645== by 0x234AE68D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9C5A3E147F3C6355: ???
==16645== by 0xFEE018E6CDA85A97: ???
==16645== by 0x20EF84A4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x78F3D4731BE83B01: ???
==16645== by 0x96E898B798E95F6E: ???
==16645== by 0x2AA8DEAC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x39DC9EB818EF0DF4: ???
==16645== by 0xC398E7F10871D5B5: ???
==16645== by 0xBF56BE65: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x16552B6250D3BB00: ???
==16645== by 0x701C4FBAFE9D5154: ???
==16645== by 0x3ACE7FCB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x81D95A04C067649C: ???
==16645== by 0x7F52C99CC3C2B46E: ???
==16645== by 0x7B2B8DE5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x47C3B06AB518A607: ???
==16645== by 0x5899CED464DD88DE: ???
==16645== by 0x420296FA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE657B32319C1FBB7: ???
==16645== by 0xC9E7A66FD800AD42: ???
==16645== by 0xC964E703: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x780AD8064669CDCF: ???
==16645== by 0x5993D92C2B6E1CAF: ???
==16645== by 0xD710C0E8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7543950E7B2B9F1: ???
==16645== by 0x30A207C1BC5A5432: ???
==16645== by 0x16EE1D7B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2CF113431FE67253: ???
==16645== by 0xB7E11B50ECFDEF28: ???
==16645== by 0x543ACA7F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4C3D33B474A74A5B: ???
==16645== by 0x2D696EDC45AC896F: ???
==16645== by 0xEB276599: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5F41D4E9EA2FC300: ???
==16645== by 0x8B33A7E55CC62E54: ???
==16645== by 0x1A5C72AF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF5DD4BE71382812: ???
==16645== by 0x5D9240580CF11528: ???
==16645== by 0xD568B97E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x997ED8A3D7D7562D: ???
==16645== by 0x1BAE2FDE1FED805D: ???
==16645== by 0x28649AAB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5A6053DD6471F5C7: ???
==16645== by 0xFA5A004C1B91D708: ???
==16645== by 0x88D80F0C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2124CABD430F64F0: ???
==16645== by 0x15CCFFE2E794E6FD: ???
==16645== by 0x50CB8EB5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA291FCDCAC638A9F: ???
==16645== by 0x9F2E98A9C5D73B50: ???
==16645== by 0xD2E0E783: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDBD2A44A6AAEEDAA: ???
==16645== by 0xBE204A3D1A85F320: ???
==16645== by 0xC3499D8C: ???
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418BC9: BN_mod_mul_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430D60: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9A111F62D00E4226: ???
==16645== by 0x2B49A10D386D5D9B: ???
==16645== by 0x785E012E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8AE6409A7FEF9F64: ???
==16645== by 0xA56203CCD35970A6: ???
==16645== by 0xB179D7ED: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8CC8747D1757CD3F: ???
==16645== by 0x6A15797F974A49D1: ???
==16645== by 0x52E7D847: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x47ECA30FFC133246: ???
==16645== by 0xB65B29C0ACC2BC48: ???
==16645== by 0x525FBF11: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC80550684A5D1689: ???
==16645== by 0x8EB405B05D905744: ???
==16645== by 0x79E37705: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8AF935F06BA9DD14: ???
==16645== by 0xCD88753C4B95C2D: ???
==16645== by 0x5132D8AF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x33F5A0E9F452E9A2: ???
==16645== by 0x2937FC3F9A2D1C8F: ???
==16645== by 0x14D06771: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF33FCBDFEA888419: ???
==16645== by 0xA35389CD4DB0A330: ???
==16645== by 0xE753C8AB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1F99D9AAAA701ED7: ???
==16645== by 0xBA232BD9A9CA9C50: ???
==16645== by 0xD453429: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC16EC6C51C42A95E: ???
==16645== by 0x4A148D1DE75B4E34: ???
==16645== by 0xA6DBE888: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF4AF32B551E0B538: ???
==16645== by 0x5EAF2F0118DBA9E0: ???
==16645== by 0xB6F5DC13: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAF9DDCFC131EAA7D: ???
==16645== by 0xFA9FF4C740EA13EF: ???
==16645== by 0xC33C2060: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1561205DB41453BC: ???
==16645== by 0xCCBC697D450652AE: ???
==16645== by 0xB5B00794: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x950CEDE659BA8C00: ???
==16645== by 0x182A6B94EC6FBD6E: ???
==16645== by 0x7783665: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEB7A6F1B6D66570: ???
==16645== by 0xF102B8BBB2AC2F79: ???
==16645== by 0x24143C8C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAC8C62F9179C5E96: ???
==16645== by 0xE326A526561AFDA6: ???
==16645== by 0x71F4AF1D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAFDA6288FF753C99: ???
==16645== by 0x2D2AFCD872C180A8: ???
==16645== by 0x23634BCB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9D38C30B50B7E951: ???
==16645== by 0xCB81FEECC13DD3B7: ???
==16645== by 0x702F3AC5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA7B42C1D0E69A098: ???
==16645== by 0x755135F93B667D20: ???
==16645== by 0x2C2B4C2E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x99488F76CE6D246F: ???
==16645== by 0x9D3027B637048960: ???
==16645== by 0x3C5314B0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x692FF148B7297FE6: ???
==16645== by 0xC5332765B5946129: ???
==16645== by 0xD85E1BC9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCD8314EB08982D9D: ???
==16645== by 0xDE7C635409AF9C7: ???
==16645== by 0x4BAFB127: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x983DDFAD4CF03BD8: ???
==16645== by 0x433ED8424A025A9: ???
==16645== by 0xA137BA81: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5C43D30BC70B79DA: ???
==16645== by 0x9C8623E12F26258: ???
==16645== by 0x10B615B9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFBDC69DF70C8C6B3: ???
==16645== by 0x3945CCAAC07CC4DD: ???
==16645== by 0x60E77099: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFF2F4A7DC32571DC: ???
==16645== by 0xDBE6DEFCDF9AADE6: ???
==16645== by 0x3C15DE6B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3A3350A2A1A17249: ???
==16645== by 0x55CDFB9715752207: ???
==16645== by 0xD4CE9054: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x32D39F672D3A45C: ???
==16645== by 0x3C3EC92B8FFD72CF: ???
==16645== by 0x3F32015C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8778FD27D9E062A6: ???
==16645== by 0x653C9B524AC6BAA9: ???
==16645== by 0x6AC7F400: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA216105839004E1F: ???
==16645== by 0xF574C18FE826781E: ???
==16645== by 0x9EA6F4A4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4B0FC8C2B96A0E08: ???
==16645== by 0xCB526644776D7A42: ???
==16645== by 0x533FE208: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC8FC9CE39FA986AE: ???
==16645== by 0xBED52FFFC15A5BF5: ???
==16645== by 0x7D723F7C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD4905E731A132D14: ???
==16645== by 0x77E3BF716328BF7E: ???
==16645== by 0xCC15CD07: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCAF6DF8E0FC021C8: ???
==16645== by 0x2C1BA12DD642ED88: ???
==16645== by 0x9B8891DE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x270E147F45A1660: ???
==16645== by 0xC5A43DA0753F4866: ???
==16645== by 0xD7651ACC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB96074A663A96143: ???
==16645== by 0x9732E80AB235B64B: ???
==16645== by 0x65F9C0DA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3C477408B248B656: ???
==16645== by 0x3F20FC706E84594F: ???
==16645== by 0x29228D3C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7FFFFFFE7FFFFFFE: ???
==16645== by 0xFFFFFFFFFFFFFFFE: ???
==16645== by 0xFFFFFFFE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C0: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418C49: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CBB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C3: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418C49: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CBB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x4189C7: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418C49: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CBB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4189D7: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418C49: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CBB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4189F9: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418C49: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CBB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x418A29: BN_from_montgomery_word (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x418C49: BN_from_montgomery (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430CBB: BN_mod_exp_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41613C: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x41129E: BN_cmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41615A: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4112A0: BN_cmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41615A: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4112B9: BN_cmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41615A: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4112C6: BN_cmp (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x41615A: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3B75A5A802845631: ???
==16645== by 0xD5DD1A48A017F5E9: ???
==16645== by 0xDADECE08: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1360572713022002: ???
==16645== by 0x711CCAFB38D39718: ???
==16645== by 0x5C45C739: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC828CD09B6D8045F: ???
==16645== by 0xD9A25DB614668DB3: ???
==16645== by 0x451BF8AE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3138CD2A7AD529E8: ???
==16645== by 0xC06EB998BB39E72B: ???
==16645== by 0x7BEF6F24: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x968C30FC55916705: ???
==16645== by 0x94F0DAFCCA42EEA: ???
==16645== by 0xC6BC026F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x30750B32BB2BA8D1: ???
==16645== by 0xD67B914FD17D7B5B: ???
==16645== by 0xA9BDA839: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x874EB7E59A9298CE: ???
==16645== by 0xB252DB4CA3122FDC: ???
==16645== by 0x582734A8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD0398B4854B83978: ???
==16645== by 0xE5650668C5D46378: ???
==16645== by 0xB0948484: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8B1376F9F169F81: ???
==16645== by 0x8988AFE84E2AF7D6: ???
==16645== by 0x7545F89D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9BE799DEE34704B2: ???
==16645== by 0x3D07067E4771D5A3: ???
==16645== by 0x46313477: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x682061535B39A87: ???
==16645== by 0x4AA1AD68D0FC4D28: ???
==16645== by 0x5C3E9F09: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6108A4373BEE3FA5: ???
==16645== by 0xA52F7B74C9A4EC7F: ???
==16645== by 0x795514FE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9B6BDB287EFA339B: ???
==16645== by 0x579CC66DE1D73020: ???
==16645== by 0xB41D28CB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3C4B4642F2245314: ???
==16645== by 0xC1DCB4C9E49E2421: ???
==16645== by 0xBF2BE76D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x321FBB234401255D: ???
==16645== by 0xF911DEC57960A1E1: ???
==16645== by 0x8A13CA63: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7DA150350A129596: ???
==16645== by 0x87F636BA3FBDB7F4: ???
==16645== by 0x50B3632B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAEF3CAE1E5A025E4: ???
==16645== by 0xB288B6169E9B0F6D: ???
==16645== by 0x5384C0DA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x46BFEF7180C89264: ???
==16645== by 0x70592DFC77566840: ???
==16645== by 0xE6196089: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x586603E030B61E1: ???
==16645== by 0xA33A45B4BB87017B: ???
==16645== by 0xBF1AA49D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x38285EC1673D218A: ???
==16645== by 0x3945DA513A9253A2: ???
==16645== by 0x391D6F94: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3979F984ACF77825: ???
==16645== by 0x14D2A1DA27789CE2: ???
==16645== by 0xE8FD4BF4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3B928F95698B1A0A: ???
==16645== by 0x504EAE7F8277D064: ???
==16645== by 0xE39C6DC2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5F052A47C44CFE08: ???
==16645== by 0xFB4ECD9033878F4B: ???
==16645== by 0xBA85F71F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9F2AABDB664C0045: ???
==16645== by 0x5BA6CE656FC1E4C2: ???
==16645== by 0xD37FAEA4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD6CB15B5360774BC: ???
==16645== by 0x446EFBAAD656792E: ???
==16645== by 0x3074D11A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDEEF9AAF7C3A6056: ???
==16645== by 0x7C6FEB8418412746: ???
==16645== by 0x21DE0538: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x61141CAF3FEC3AE8: ???
==16645== by 0xBD8FA00374E57D67: ???
==16645== by 0x34297A94: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x24C2A4D21D3C1080: ???
==16645== by 0x844FB87A53652F44: ???
==16645== by 0x932C509: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC3D09C76F1F022D8: ???
==16645== by 0x979777FA6E520440: ???
==16645== by 0x4B0D7A7F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB10CE4B8759069D9: ???
==16645== by 0x4CCB1E90ABEF4E1C: ???
==16645== by 0x90137F5A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF1E1D6444ED96BF: ???
==16645== by 0x2EE50722F24FDC56: ???
==16645== by 0xB31167F6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5D3A6811828F53BB: ???
==16645== by 0x9E27923108D7B555: ???
==16645== by 0xD198065: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xECBFC2A45D333DC2: ???
==16645== by 0xD5DCF1E6B9792AB2: ???
==16645== by 0x298FBB8E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC27CD5F6477824E6: ???
==16645== by 0x3869A5BF8DFAA421: ???
==16645== by 0xB98B5578: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7A26B2027C651C9: ???
==16645== by 0x491A727787D26B2C: ???
==16645== by 0x8754E6C1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFC49D073888FAE59: ???
==16645== by 0x51A4004681768BB8: ???
==16645== by 0x2FE5B65F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2B14E773C5401604: ???
==16645== by 0x4D93AC3569F0823C: ???
==16645== by 0x89D272E2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8189D38006FA13EA: ???
==16645== by 0x1117100ED464F4F9: ???
==16645== by 0xEAEB77E1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x14E9929EE263F231: ???
==16645== by 0xDE1678A9BEAD9635: ???
==16645== by 0x7128A357: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x45D05D952D053C42: ???
==16645== by 0x97C8730E96332C2E: ???
==16645== by 0x5D54C242: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA9968F9F67A3E6A6: ???
==16645== by 0xAA6330EF5930C5E: ???
==16645== by 0xB5A45A04: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB6AF19E14BF7E32C: ???
==16645== by 0x9BAACBB771DC157C: ???
==16645== by 0xAAA43766: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8D7AC4D7E82B0123: ???
==16645== by 0x56E852BF87669959: ???
==16645== by 0x7F8A5B23: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC9C1E0006E3732: ???
==16645== by 0x12C0AD8DC6955378: ???
==16645== by 0x143B358D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB7211C6DEA04E937: ???
==16645== by 0x831FB7FA9B1D15A0: ???
==16645== by 0xE95B5FC9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7040FB6568D23F18: ???
==16645== by 0x3A6F9A00B9B3982E: ???
==16645== by 0xCF249730: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB42A7EA51C31C92: ???
==16645== by 0x21008AD3F2A98279: ???
==16645== by 0x8F296CD0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x18D01289F04A2E8E: ???
==16645== by 0xAB4FA6F0EF09F203: ???
==16645== by 0x46AE1E34: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF0C9BB5E38004320: ???
==16645== by 0xDEB1FEDCE35C227E: ???
==16645== by 0xAA5BB6F9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x42E366148FA26932: ???
==16645== by 0x1E08D322CD9297FA: ???
==16645== by 0xA2537997: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1FA49903F22F68DB: ???
==16645== by 0xD9AF1ACD48CD304F: ???
==16645== by 0xF5FBB074: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1D9674260B013C97: ???
==16645== by 0x683F8267A146E97C: ???
==16645== by 0xF6428E95: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1072624A039463CB: ???
==16645== by 0x98DC61FE6D49D1FA: ???
==16645== by 0xA6C04C17: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x414356084E9D8B7E: ???
==16645== by 0x37EA5B355A04F16E: ???
==16645== by 0x61EA629E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x10ADE4C06C13E13D: ???
==16645== by 0xC413CA8BBBAE72AF: ???
==16645== by 0xC3861D02: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1F0FBAB2AD71F151: ???
==16645== by 0xB979E9CB5A6C65CA: ???
==16645== by 0xA101BC54: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCCEC8664C0B49BD: ???
==16645== by 0x222873F37661F691: ???
==16645== by 0xF7B19E6C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7E18B1FE8652356F: ???
==16645== by 0x541C8EAAB0BCB1F8: ???
==16645== by 0x48332EE1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1A3EC9A327F37369: ???
==16645== by 0xC078286F371AA710: ???
==16645== by 0xFEC858D1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8190A1DD995A950F: ???
==16645== by 0x6ACBE7552C9DF144: ???
==16645== by 0x61158439: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x583C65210EDC6EEE: ???
==16645== by 0x128B8A1451B46254: ???
==16645== by 0x8DD1C621: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDF55F46AD19DBE59: ???
==16645== by 0xB15E7C7E28C03FA4: ???
==16645== by 0xD5A3D073: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40EA7783A344DC2C: ???
==16645== by 0x65317C22F79F01FE: ???
==16645== by 0xDDC50D94: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6D7AB123C0623D5A: ???
==16645== by 0xA0111CD7684B3388: ???
==16645== by 0x197C475D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x68AB40BC26014C35: ???
==16645== by 0x54778EB55D65A82: ???
==16645== by 0xFEC0B59C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40C6D9EEB55F5D66: ???
==16645== by 0x501D762316AB5A3F: ???
==16645== by 0xF32113D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x31B386D4F03EE644: ???
==16645== by 0x327FB0007860F70A: ???
==16645== by 0x2C97AA01: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x65F29C9042F500F: ???
==16645== by 0x658BE84F735ECB60: ???
==16645== by 0xE801A710: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x23419E725DD13D91: ???
==16645== by 0x5BD3DA96230BC98E: ???
==16645== by 0x89F4DE53: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3FF031408035CC2E: ???
==16645== by 0xD70F5B8944CC997F: ???
==16645== by 0xF80B545F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA4841F202ED216C1: ???
==16645== by 0x8853DA3DD46C1E9F: ???
==16645== by 0xBDC440E8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6A078ACB6B749B15: ???
==16645== by 0x70602775183B4191: ???
==16645== by 0xEFD8AD9C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFEF47C4C4DDB3B83: ???
==16645== by 0xF84604C4D39D688D: ???
==16645== by 0xFE7CF030: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2DC1D228B00ADCC3: ???
==16645== by 0x5255263EF4F05CE8: ???
==16645== by 0xD5794806: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6DCE14D04DDCDE3C: ???
==16645== by 0x7F5E2F83400ADD8B: ???
==16645== by 0x7BC29D83: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDEB9E5185E52B4C0: ???
==16645== by 0x205C14FC857956E0: ???
==16645== by 0x52A82B97: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x260D94E6F67D33ED: ???
==16645== by 0x73BE911DD0CF2C9D: ???
==16645== by 0x82EFFF45: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x27A0C0914CD69490: ???
==16645== by 0x3D2B23932653C7DA: ???
==16645== by 0xAA9391FC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40233DD00273261D: ???
==16645== by 0xF50C2125EDA44032: ???
==16645== by 0x24DAE00F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1753FF6B8CCCF432: ???
==16645== by 0x88C9AC460500A415: ???
==16645== by 0xF69E4CCB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6C375C7C708AB623: ???
==16645== by 0x92EDFCF04C580A7F: ???
==16645== by 0xD4D986E0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB5CD93F24968E216: ???
==16645== by 0x2F41D306929D5A9B: ???
==16645== by 0xB27E9B68: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x60865EF2F97B030A: ???
==16645== by 0xEB974DA4C813AE60: ???
==16645== by 0x7735AEB4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3427BB2874C1BA4E: ???
==16645== by 0x8AC25D4F765F3D84: ???
==16645== by 0x4F2F19C9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x605C1F6D3BA71FF6: ???
==16645== by 0x4CD0D6174D0F2793: ???
==16645== by 0x50BCBA4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1DA6114F4F834234: ???
==16645== by 0x44B5DE5C17ACC3E4: ???
==16645== by 0x68AB883C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x164FDED39D8FBDC7: ???
==16645== by 0xAF1A3729A2BB0719: ???
==16645== by 0x4F28618B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD5030A4AB6918892: ???
==16645== by 0xD3725DADBBFA8C17: ???
==16645== by 0x5A849D28: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x70E26511EA9F858D: ???
==16645== by 0x1E3D267D862C5111: ???
==16645== by 0xF8FC589F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5A01C07461B48FB1: ???
==16645== by 0x4DA4922E50BBAD2F: ???
==16645== by 0xF3931611: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x46593644C1EE64E8: ???
==16645== by 0xDA326447EAA612D9: ???
==16645== by 0x64C31709: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x923DDC5399B472CF: ???
==16645== by 0x927D6BEE450C0BC0: ???
==16645== by 0x2B935B2D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x22BE1447D7CED8DE: ???
==16645== by 0xD5D13FDA08E0AFF3: ???
==16645== by 0x8D0DB51: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEBBE52E757F31F61: ???
==16645== by 0xAF673BA00A82FA2F: ???
==16645== by 0x27C984A2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB20FBA308352BAFE: ???
==16645== by 0xED0F8E3BE96FB4AC: ???
==16645== by 0x1F8AA26C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x550870FD5BC14FE5: ???
==16645== by 0x40DBE6F684F27B3A: ???
==16645== by 0xD773158B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDCBF4D05557F36D: ???
==16645== by 0x9FDEADE077A10716: ???
==16645== by 0x9680133B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA35B5D111A8096D8: ???
==16645== by 0x885F603596475E48: ???
==16645== by 0xCFFC6C19: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8C92A40DABB3550E: ???
==16645== by 0x75F5D89E2CAC44A5: ???
==16645== by 0xD7B6F286: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDB2498B93DC97578: ???
==16645== by 0xDB4967BFA506AEAB: ???
==16645== by 0x44B575EA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7146093E29044735: ???
==16645== by 0x5C9ACA33D9B08A5: ???
==16645== by 0x6E3A8025: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC242EBE9D74462EC: ???
==16645== by 0x45984AC14546D148: ???
==16645== by 0xBF8BB6E1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD4CFDC1F92C43930: ???
==16645== by 0x2B473BF11DF23D74: ???
==16645== by 0x6C6C8435: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9EA55E43FDA2664: ???
==16645== by 0x7E0B477AF33D0B95: ???
==16645== by 0x17B0973D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x73E28EC32479233D: ???
==16645== by 0xA88630FA6590B63B: ???
==16645== by 0xF3224055: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBAB34EC784617A39: ???
==16645== by 0x72DE1F630CE8D521: ???
==16645== by 0x70D1E6CB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEBC92685BFD3EB91: ???
==16645== by 0xE67426E9E383AF1D: ???
==16645== by 0x3BBE59A3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7A7D519B4C7AD282: ???
==16645== by 0x2966EC9C4E929018: ???
==16645== by 0x826806C0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5CB61C3B4BBD1021: ???
==16645== by 0xA67FBF0BDA8CB404: ???
==16645== by 0x12876A07: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40EE7AC02D3BFEEE: ???
==16645== by 0x25B90A106C2451B7: ???
==16645== by 0xEDD450E2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3DB237C01EE8EA6: ???
==16645== by 0x10AD90BD66E1229: ???
==16645== by 0xB15CFA61: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x450ABC9D7F81E99: ???
==16645== by 0x7BE816650E6127F4: ???
==16645== by 0x478E266C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x87B6964987EDAB2B: ???
==16645== by 0x74AE529701EA82F7: ???
==16645== by 0xBD64B478: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE1DE4279925F8955: ???
==16645== by 0xB47FAF069D9A2D61: ???
==16645== by 0x833AD68F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3504B7A3AF560D8D: ???
==16645== by 0xAA587AE717BB3909: ???
==16645== by 0x7C14234A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x33D8287E83E57DE5: ???
==16645== by 0x783B256E56589A19: ???
==16645== by 0xCE5D97A1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3275D1B45654077C: ???
==16645== by 0x91449A1E2FC8B5AF: ???
==16645== by 0x95F95D16: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC65C149B588C6938: ???
==16645== by 0xC57BE56C536929C5: ???
==16645== by 0x4FDDA40: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x806F2BCE2069FAE: ???
==16645== by 0xB4AD4667DCACFFBC: ???
==16645== by 0xEDECA25A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFB5B101ED3A9E414: ???
==16645== by 0x8EEE212E2D6C78F6: ???
==16645== by 0xAFE1FEA3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBA7EB504420A6337: ???
==16645== by 0x2BF197D201B07CAF: ???
==16645== by 0x49C9443C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5CF0577C4295327F: ???
==16645== by 0x1CBA54FC0B376DCF: ???
==16645== by 0x3E0D2950: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x31770A28FD88C890: ???
==16645== by 0x2ABE96498B7B2566: ???
==16645== by 0x62D59F6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB7E48B42DB3AEFD8: ???
==16645== by 0x6C17160357BF49CC: ???
==16645== by 0xDBC3C6D3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2E1B85254EDFF586: ???
==16645== by 0xB22C812205688AD1: ???
==16645== by 0x628A596C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB7A8DC67BACEDE3F: ???
==16645== by 0x77AF8675A8159285: ???
==16645== by 0x9694EAA7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x664EA0446F96F457: ???
==16645== by 0xD3939E4C86F75335: ???
==16645== by 0x94436243: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCDAE5D97FCF9C1C5: ???
==16645== by 0xBC84AF27C63188BF: ???
==16645== by 0x8CE1E7C7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x68695C4EB9C095AA: ???
==16645== by 0x4D1A63F2120D1A1: ???
==16645== by 0xB3D5C5CA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8BFD56D8D480AE94: ???
==16645== by 0x59A51F699DA2D06C: ???
==16645== by 0x43074C19: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x69DECAB04235D0E7: ???
==16645== by 0x91F52FA5B662A6F7: ???
==16645== by 0x259F4879: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB4A27BBF1A25CDBA: ???
==16645== by 0x80F5B47839534D27: ???
==16645== by 0x5718B615: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x64A9D8D5564BF976: ???
==16645== by 0xD722D982E886475A: ???
==16645== by 0x238DFDA4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x160C0B53495E2413: ???
==16645== by 0x6969A3BE8B9140F9: ???
==16645== by 0xA2A0128C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x386850A33619A25: ???
==16645== by 0xBA0093844EC43EB3: ???
==16645== by 0xB1EDD26E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x57258D05D48A0A2B: ???
==16645== by 0x8B27909A6A88A544: ???
==16645== by 0x427A92FA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB7389199A523B2C: ???
==16645== by 0x8F5216940621F092: ???
==16645== by 0xF6E0B408: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x984E9D3118663036: ???
==16645== by 0xD3ACDC592772DB69: ???
==16645== by 0xCC0D93DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6181122B2AEFAABB: ???
==16645== by 0xD0DD7D2F3034AC78: ???
==16645== by 0xBFE952D8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1A3F63E0F10052EA: ???
==16645== by 0x319A31A3C857DB86: ???
==16645== by 0xCA001DC9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCD860D53F934114C: ???
==16645== by 0xA87DE0CCFF0FD4B: ???
==16645== by 0x55952867: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3DACED93143B7CF1: ???
==16645== by 0x440B79EDE3BEE2FA: ???
==16645== by 0x2CED4ED6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2721A1F6C8163B4: ???
==16645== by 0x3B6E4B6D82612F08: ???
==16645== by 0x90913B47: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x89FA3037FA06507E: ???
==16645== by 0xDB9EE5064AE59EB8: ???
==16645== by 0xCDBC6E4C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7AF90BE705EFE145: ???
==16645== by 0x92F33F35E963151B: ???
==16645== by 0x34C96A66: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7C8D598BB67A4670: ???
==16645== by 0xE1F5A1197354F238: ???
==16645== by 0x415FFDED: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAE711C68808A5548: ???
==16645== by 0xB0DD721500F7D023: ???
==16645== by 0xB75E4CF1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD5BC37B852DE9FCD: ???
==16645== by 0xC6E280593D650B: ???
==16645== by 0x9B9C5FCE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7458446E33FED77C: ???
==16645== by 0xCAABE92A9EFBCB24: ???
==16645== by 0x568085B8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x273563718DEDF2E1: ???
==16645== by 0xE8A479E6E1981804: ???
==16645== by 0xF6543A97: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB847D340047F6389: ???
==16645== by 0x16568F31BC0BFFE9: ???
==16645== by 0x447381BD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3EE05B412EA34F0B: ???
==16645== by 0x9F3BE9523B3C50A2: ???
==16645== by 0xE696A3DF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4D3FF9DD86E14CC4: ???
==16645== by 0x89B0AF044135F6B3: ???
==16645== by 0x4EC6CE77: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x51D21FB3DB9E0A4F: ???
==16645== by 0xD31EB31A26619EE: ???
==16645== by 0x41FD8974: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE1A91B3AD86A9780: ???
==16645== by 0x4F129BD3E05CB5E2: ???
==16645== by 0xECCD94A4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDF1AE695BDC4B27: ???
==16645== by 0xA1FF509BF0553461: ???
==16645== by 0x3ECA27CA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4DE67850A43ED4F7: ???
==16645== by 0xB69866B4EC951CD7: ???
==16645== by 0x40D6445D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8E8BA568BD259119: ???
==16645== by 0x6CAFC75149BA5408: ???
==16645== by 0x15E6A833: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4693AFBDF9852497: ???
==16645== by 0x18D813EA63A3FEA8: ???
==16645== by 0x16798032: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF53CCAEDD8F2FF: ???
==16645== by 0x7D7851537E48684D: ???
==16645== by 0xB5BFF8EC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2187C77C17F51AA8: ???
==16645== by 0xE1B8243A52282DAB: ???
==16645== by 0xC6A19C64: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x895624A4C0B95EE2: ???
==16645== by 0x3A6F4E154C3F4793: ???
==16645== by 0xC34BF9FB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB478F86462BDA903: ???
==16645== by 0x33C37D41131D5B6B: ???
==16645== by 0x3F183937: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5D9575B3C6FDEFFB: ???
==16645== by 0x608F6628C57374A0: ???
==16645== by 0x2F13607C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x21EA5B23179206C9: ???
==16645== by 0x8CF3FB3860115AF1: ???
==16645== by 0x5EADB457: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4D44EB8C03434387: ???
==16645== by 0x68A87ADF13F800D4: ???
==16645== by 0xEC894B24: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA465202BAAB8BBAB: ???
==16645== by 0x84A3637E6373308: ???
==16645== by 0x911AA199: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x48BCDAEA8716ADD6: ???
==16645== by 0x94DAE0DE7D491847: ???
==16645== by 0x3C0D0D04: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6B7DEA42A958190E: ???
==16645== by 0xE89FE4D929B5D709: ???
==16645== by 0xC2890A50: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1B0B6D206BB295D2: ???
==16645== by 0xC251BF27F3C3E02F: ???
==16645== by 0xB965E5AB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2BFA4C84A23150F: ???
==16645== by 0xBC75EFD553E7C2AA: ???
==16645== by 0xF5983E10: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x94B6B462BBC08ED7: ???
==16645== by 0x112DFEC459656EB0: ???
==16645== by 0x43566FB9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x860B9CE547C52AC2: ???
==16645== by 0x28FFEB93C7518650: ???
==16645== by 0xCCF85B18: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEB42E99EBD1FF23E: ???
==16645== by 0x19326E064F7CECC7: ???
==16645== by 0xAE0367F5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC7509FD47A6553C2: ???
==16645== by 0xB971FFC6B0EE6362: ???
==16645== by 0x1EC42413: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4A1787854165F3F0: ???
==16645== by 0xC9635CE4506C6877: ???
==16645== by 0x11392E1C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2055909C811B200A: ???
==16645== by 0x148B08BC76BEA110: ???
==16645== by 0x7DD2342D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x36C60C1FF2A7DDFE: ???
==16645== by 0xF570D569DF88848A: ???
==16645== by 0x17A81326: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x296C882299B35D2D: ???
==16645== by 0xC220C0C2949C334E: ???
==16645== by 0x5C72E09B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5F78568A79BF6F4A: ???
==16645== by 0xC13C41E313B28533: ???
==16645== by 0x52AA51E3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x89EC487F78835A1: ???
==16645== by 0x72A64B2E9442EB69: ???
==16645== by 0x5798E109: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x92D8F1D0A759C3E9: ???
==16645== by 0x4445FCB7CE65FD3D: ???
==16645== by 0xAED3C201: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9CCE60B57991B8D9: ???
==16645== by 0xCA51586AC58D46F7: ???
==16645== by 0x150BCA7E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x57F94D9D339BF78F: ???
==16645== by 0x8CEE13E6793A67E4: ???
==16645== by 0xCCA85650: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x66CAEEB200F7754F: ???
==16645== by 0x7AC0FA00357C129E: ???
==16645== by 0x1215AAE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x19DC7FBEB5D225CA: ???
==16645== by 0x552FDC21C9C1E2F0: ???
==16645== by 0xCF5829BB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA09A060B764C76E9: ???
==16645== by 0xA836DC941B244711: ???
==16645== by 0x3F2B252A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1E8A28D30D8871EC: ???
==16645== by 0x9AA24503DCF63B46: ???
==16645== by 0x17D80C0A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF5FEFA7057A95892: ???
==16645== by 0x815EBC363C5DE41A: ???
==16645== by 0xACBA12F6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF6D5D19FC12B0A06: ???
==16645== by 0xDDA65637C3E1965: ???
==16645== by 0xBBB28E68: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA02F6E9D22FB4B2E: ???
==16645== by 0x554944F0D88A3639: ???
==16645== by 0x2A06FD63: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC95CE6C314DD2B46: ???
==16645== by 0xDDFAE03CE2B41419: ???
==16645== by 0xBC2A962F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB4110F0C731D2305: ???
==16645== by 0xCF9F1BAFF7DB8C58: ???
==16645== by 0x97FEE68: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAD35153F54363A95: ???
==16645== by 0x1F3322D98D24BF1E: ???
==16645== by 0xC1A975F8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFDD9011B5DDE9E66: ???
==16645== by 0x29FD0930B96640A: ???
==16645== by 0xA95AD98D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8B2EB3CDF08D4C88: ???
==16645== by 0xC19D143D27CA3C7F: ???
==16645== by 0x5C563906: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x27C5252810B655C2: ???
==16645== by 0xD7C06FA93A55D5B0: ???
==16645== by 0xC400786C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3578996FC834FC: ???
==16645== by 0x9B60B626A92FD7F2: ???
==16645== by 0x921D0CE5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9C3A70F5D1DA9EE: ???
==16645== by 0x6D6B31C7846BC097: ???
==16645== by 0x457922FD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDBD7E3BD0240007: ???
==16645== by 0xE6CED26830E2ADCE: ???
==16645== by 0x157893C5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB2E0420BC266D0E: ???
==16645== by 0xCA3AD9FC975D7AE9: ???
==16645== by 0x12EF638B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x49E2A222A25F1CE1: ???
==16645== by 0xFE5C58329A26CE9B: ???
==16645== by 0x91C3EA2B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9B2ECC358C8FE9EF: ???
==16645== by 0xBB09C39EB081FF24: ???
==16645== by 0xE2D1418F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE288E531BA139B7F: ???
==16645== by 0x4DBB68B04E08CBDB: ???
==16645== by 0x3471E734: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5EC321612B885D22: ???
==16645== by 0x7EEE924DE31760C: ???
==16645== by 0x6C816D44: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD0D886AA6B3ABEEB: ???
==16645== by 0xD660767153F9FC59: ???
==16645== by 0x8FBE4735: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4310E4FB4C6060D2: ???
==16645== by 0xB43239CDE76968EA: ???
==16645== by 0x83E7DBC9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBD913C6BD997A07: ???
==16645== by 0x5DD4D8A55375BAAE: ???
==16645== by 0xBF031797: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x88550C61832AD370: ???
==16645== by 0xC9EAF9FBBA213A7B: ???
==16645== by 0x9AC38A48: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8D8747D494804A4E: ???
==16645== by 0xD77C55A7289C9EB0: ???
==16645== by 0x3AFACB35: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB0791FDBD01E8EBB: ???
==16645== by 0x6C8A00488DD4FD3B: ???
==16645== by 0x6876494E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x713FE2B62B5F576D: ???
==16645== by 0x1FB79B39B1C80F0: ???
==16645== by 0x1F587496: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x946839DBC0C1C28A: ???
==16645== by 0x2BCF25946E58EEEF: ???
==16645== by 0x5227C1DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x86AF0C847DBE22C0: ???
==16645== by 0xC043D46A1C38DB8F: ???
==16645== by 0x361C306F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB887F73088CEEFDF: ???
==16645== by 0xDFDE251F8EA782C2: ???
==16645== by 0x1067D3DC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8CAA5ACA36F3B2D: ???
==16645== by 0x26EA7498D996E7C8: ???
==16645== by 0x9F8589B3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFD5317C6B6313402: ???
==16645== by 0x68D1B96E1668490B: ???
==16645== by 0x93E189F0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3EC9C7E4EEDCFA50: ???
==16645== by 0x8A747C6F369180F7: ???
==16645== by 0xD5D46010: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5C129F129896A624: ???
==16645== by 0x56C10D47C4D751C2: ???
==16645== by 0x1299092D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA909BEA1A168AC36: ???
==16645== by 0x8005CDFFBD3F7CD9: ???
==16645== by 0xA6EF0A8D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2B4669CBF4FCACBE: ???
==16645== by 0x7DFE70A79FE9190A: ???
==16645== by 0x26B77E16: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2FED27098F2B351A: ???
==16645== by 0x5FA545D7F473FA72: ???
==16645== by 0xF32B953A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCF3F2FC0177A9960: ???
==16645== by 0x5C136C48A79BDF84: ???
==16645== by 0x9A99756B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC7E8E6F3B037F6F1: ???
==16645== by 0xF20DF10896996C31: ???
==16645== by 0xB677A8E4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2360060EDE433BFB: ???
==16645== by 0x162CBFCF739B011A: ???
==16645== by 0xAA1061EC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDC66CE00F23D7298: ???
==16645== by 0xFF897B2B32E4E7C5: ???
==16645== by 0x820D67A1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x76CD741894D9FE39: ???
==16645== by 0x6ECA2E701E2766C1: ???
==16645== by 0xE384B632: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFEDEB8B7CD5EA9C8: ???
==16645== by 0x7F2FA3A324A094E4: ???
==16645== by 0x50820D62: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8922FEEF4F8FA58A: ???
==16645== by 0xDA01C8247357AB77: ???
==16645== by 0x71D52AA1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x615C5492E54ACB68: ???
==16645== by 0x2E56F1460509E74C: ???
==16645== by 0xF3EF7248: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x282C9D97B92FA323: ???
==16645== by 0x1E2A2B57C00C5A16: ???
==16645== by 0xA3043024: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3762A30E3B6C7A3: ???
==16645== by 0xB3F1DF7A9FACCE0B: ???
==16645== by 0xE76B2D17: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDC34D3E1D97649F0: ???
==16645== by 0x2DAD19C39A7CD0AF: ???
==16645== by 0x971BF985: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFD7129998802E6EE: ???
==16645== by 0x8E88863242F12E8C: ???
==16645== by 0xA4D67570: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3F54744AC40BF66A: ???
==16645== by 0x3C184C94456863E7: ???
==16645== by 0x946EFCE6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x704BB68A93C2F4A6: ???
==16645== by 0x148043B15B6A57AC: ???
==16645== by 0xED89A226: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x49D9245B8B803A77: ???
==16645== by 0x2C9FA9669E6E56DF: ???
==16645== by 0x53640E99: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBED6D16257826512: ???
==16645== by 0x488B05B7587CE906: ???
==16645== by 0xF08A1C6C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9204AB5361ED5B7F: ???
==16645== by 0x6B9B8499936E6C42: ???
==16645== by 0x5DE813AB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEFE504EFAD3FB2E1: ???
==16645== by 0x85022A482D6CF1DE: ???
==16645== by 0x62D6BEA7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x48035006D87AB1B0: ???
==16645== by 0xF47A34A49EEE36AD: ???
==16645== by 0xF1CFEA39: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4B5A8C8D379398FC: ???
==16645== by 0xAA94F297AC1CD8EE: ???
==16645== by 0x44E4EC45: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4130250358CA53C0: ???
==16645== by 0x23694ED7C5DFADC0: ???
==16645== by 0x71ED1A7D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x80C3E10E9BA27D31: ???
==16645== by 0x36EBC4DAFF05C1D5: ???
==16645== by 0x205E8CDB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x82D77847E907C886: ???
==16645== by 0xABA6F5D8F472ECC1: ???
==16645== by 0x67FE1538: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x46BF935A07EDCAED: ???
==16645== by 0xA4B4689257F5D914: ???
==16645== by 0xAB4EE4F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA179DB19263C6942: ???
==16645== by 0x623C520AE19A9C15: ???
==16645== by 0x192BB458: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF897E7C61184D960: ???
==16645== by 0x6E3CB3D3D6301457: ???
==16645== by 0x48AFA1E6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFFC4047040B041C9: ???
==16645== by 0xD5F41AFFDA4C304F: ???
==16645== by 0x42AF44A3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1A92F059B00D37F4: ???
==16645== by 0x35B233236F07BB06: ???
==16645== by 0x389575ED: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA83835E7AB057321: ???
==16645== by 0x43C3C1F9FFB402CD: ???
==16645== by 0x657D3F45: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF0624AF7C223528A: ???
==16645== by 0x5CC43330E20D680E: ???
==16645== by 0x69FF2E3B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3B2A6444D7D35653: ???
==16645== by 0xD1135E3BCC958383: ???
==16645== by 0xCF290411: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x157E1B86510DCCC0: ???
==16645== by 0xF80C3A332575A311: ???
==16645== by 0xDC56D150: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6B20C245A8BC36F2: ???
==16645== by 0xF14B2443515E3E7: ???
==16645== by 0xD8881ECD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4B337AAAF595F727: ???
==16645== by 0x5AD293DA3BE8C400: ???
==16645== by 0x744FEDD8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5789DA0673C3F138: ???
==16645== by 0x9171CF46B8EBE4CE: ???
==16645== by 0xD9E78D36: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC510647A3061B90: ???
==16645== by 0x45E2641B6927E835: ???
==16645== by 0x320E14D5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x902EAE43D5E363CE: ???
==16645== by 0xC7CE91C6E440BD42: ???
==16645== by 0x80205EDC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x23C43F02FD0F1038: ???
==16645== by 0xEEC208357425FE3E: ???
==16645== by 0x3F11CAFF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x86ED2F1BEF6125C7: ???
==16645== by 0x3E45A0328C997F3A: ???
==16645== by 0x77BDC883: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x55753A1AF4569DD3: ???
==16645== by 0x67110C1C1E2CD8F6: ???
==16645== by 0x4945DFF0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5D6080358780C32B: ???
==16645== by 0x377DD5F278E00614: ???
==16645== by 0x77A19B44: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDBB57FC18EF538B3: ???
==16645== by 0xE62BA77B7CAE87CD: ???
==16645== by 0x818D15B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8057A9FC7B986A2: ???
==16645== by 0x73312B48C47D5BA3: ???
==16645== by 0xF1CF4F3E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD50EA81A8DFF72A2: ???
==16645== by 0x3E97EACA2BFD08A3: ???
==16645== by 0x423B304F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEC6F5F4B932B53F3: ???
==16645== by 0x74CE500A13071F18: ???
==16645== by 0xD6364B1A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3132036B4053C86C: ???
==16645== by 0xD28FF73BFFE97484: ???
==16645== by 0x24809882: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x34759ECEB0F64128: ???
==16645== by 0x842DFB0C898029A: ???
==16645== by 0x7DAFF183: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8CCB903FF5DCD88A: ???
==16645== by 0x26FFAED4A5E66287: ???
==16645== by 0x8A7A40E4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDDBE83FE96E63056: ???
==16645== by 0xAB051AA84946CB11: ???
==16645== by 0x173957E4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x81E969DF02D0347A: ???
==16645== by 0x7B75DBC8A7DBA226: ???
==16645== by 0x1DF03B32: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xACBDC2D3F492E240: ???
==16645== by 0xF13C50492CA91132: ???
==16645== by 0xD5F9E9E2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE770BABF526E13E4: ???
==16645== by 0xF72F8B1931A36A17: ???
==16645== by 0x298F3CF8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x521512D09C6CE8EE: ???
==16645== by 0x77ABD07FD087388D: ???
==16645== by 0x455E0A7B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFCB495C2B734BE99: ???
==16645== by 0x75093C616178DB3E: ???
==16645== by 0x8E421C75: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x581B184F2C6389F: ???
==16645== by 0x7A2F15E9BE347A97: ???
==16645== by 0xD6BF89F8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4CFCA410A8349A66: ???
==16645== by 0xB8158AEADF0F5C0B: ???
==16645== by 0x20A6FBA3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6F2F5E142364B29A: ???
==16645== by 0x93744620B7F7F609: ???
==16645== by 0x64B20CDB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2C099D8B666BA50E: ???
==16645== by 0xF1CD2F4F886E4BE0: ???
==16645== by 0x2E6368F2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB73DC355124CA647: ???
==16645== by 0x89FD059EF8E875A1: ???
==16645== by 0xED3D89F8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3A3F0FDDC2E17C33: ???
==16645== by 0x5E241A754E3748B0: ???
==16645== by 0xA28BA6CB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDF4EA361190FE3A0: ???
==16645== by 0xACADF45B71E9B3D0: ???
==16645== by 0x294AB9B3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC4211A7201CB8827: ???
==16645== by 0x5EAF48FD5BC140A2: ???
==16645== by 0x32FFF34D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE7C420CAF7BDE59E: ???
==16645== by 0xCE8ADAC0A658CAE1: ???
==16645== by 0xF04846A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEEE8950575FDA95E: ???
==16645== by 0xE994BA3CD38FCEB9: ???
==16645== by 0x1BFA88A6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8FF6B69DFB7DF42B: ???
==16645== by 0x1D0AB908EDA7B220: ???
==16645== by 0x27DB51EE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3B2516C5D4752A4: ???
==16645== by 0x5CDD2A264E1A376: ???
==16645== by 0x43019A30: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x58DDF0F41335AC47: ???
==16645== by 0x8904F8BC3037F47: ???
==16645== by 0x9121300B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1B46701156CC5C7: ???
==16645== by 0xBFF2EF9C86A080BC: ???
==16645== by 0x289F9600: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB68395B0BBAEEAE5: ???
==16645== by 0x92C59BFF698560D1: ???
==16645== by 0x3239132D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC41642C77482557: ???
==16645== by 0x6522238DC4C9CE82: ???
==16645== by 0x130308F5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1D056EC67E5B96D8: ???
==16645== by 0x3201AE1E27032A84: ???
==16645== by 0xA3DB0E72: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x58723C422E2D2B02: ???
==16645== by 0xF6181CC893383938: ???
==16645== by 0x9A2E1E4B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1A2D625CF61BC02: ???
==16645== by 0x296BCCEF46B8A36F: ???
==16645== by 0x7F0DCC4A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4736A0D8AE5323E5: ???
==16645== by 0xAD299F57673B14B4: ???
==16645== by 0x4A89693A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x273392871E4D6EFD: ???
==16645== by 0xCACEDEB6E7E22A90: ???
==16645== by 0x8544280E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4CDD038B3A5A6D15: ???
==16645== by 0x9F6971330A691492: ???
==16645== by 0x1FEB2250: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAD63516F7E14487A: ???
==16645== by 0x4486C993B4E9D60: ???
==16645== by 0x93C5A6AD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x90AABDFF74A4FFBD: ???
==16645== by 0x99ADE29392D01BF6: ???
==16645== by 0x956BE67D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x263DD61B6448B28F: ???
==16645== by 0x12CE643A17D7E947: ???
==16645== by 0x7C06C42D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB30C2C3A87749ACA: ???
==16645== by 0xE45303BCF7136AA2: ???
==16645== by 0x2DBD2C3F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBA31C61234DC22EA: ???
==16645== by 0x8FCB7281C7C012AA: ???
==16645== by 0x17A51F5E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA80CDE2232D92C65: ???
==16645== by 0x5665F8AFB8D780C1: ???
==16645== by 0xAA5939E8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x68BF748BB9EC2160: ???
==16645== by 0x5B394CA1313A5F5F: ???
==16645== by 0x596A2ED4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF2A1B7DC0DA435DA: ???
==16645== by 0x1A5FA3BBBA61A2C8: ???
==16645== by 0x2C0180AA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x21FB898C90D516: ???
==16645== by 0xB19C24A398180DAA: ???
==16645== by 0xE404C5BA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD1A253E5D1CA5252: ???
==16645== by 0x9E49EE857B14383A: ???
==16645== by 0xF28957DE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCCA9F5CADA01D734: ???
==16645== by 0x8A610245C2F3E33C: ???
==16645== by 0xF3B7B10B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB7E74643F7376B97: ???
==16645== by 0x2D7E0BCA081EF9A5: ???
==16645== by 0xD453CC6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x52D5756E5798985: ???
==16645== by 0xB05444CA47EDBFE2: ???
==16645== by 0x5250EC45: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x84B65CF1D17554F0: ???
==16645== by 0x7F57E427701D342E: ???
==16645== by 0x7CB4E34F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB659B823DCB7CD12: ???
==16645== by 0x8095A6F75A26D77E: ???
==16645== by 0x6F427D52: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8A494C074DB27A84: ???
==16645== by 0x8DB4D3DF0A1448DC: ???
==16645== by 0xA9676A92: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE824878FEB3EA4C4: ???
==16645== by 0x9FF6B684C9791A5D: ???
==16645== by 0xDCFB003D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA5AA237F09F692FC: ???
==16645== by 0xF594656135CA835E: ???
==16645== by 0x1600AD29: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDE452AD35DE720B9: ???
==16645== by 0xC25B6DB8BD4564C8: ???
==16645== by 0xF60756EE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x44550691E7A66EC5: ???
==16645== by 0x69781BE6FBEC3E85: ???
==16645== by 0x5B34834C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4ECB9BA6574C2450: ???
==16645== by 0xE6E953E1B47D7E9D: ???
==16645== by 0xAD4B92E9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBF84386CC49964EA: ???
==16645== by 0x73B10D09DA7AB6EC: ???
==16645== by 0x88F98B2B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x47C98792077F6302: ???
==16645== by 0x88344271EF488FCC: ???
==16645== by 0xDCEA26A3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA1478D75073127C4: ???
==16645== by 0x71286DAB46A75782: ???
==16645== by 0xE5D91B19: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x42E9300B3DC8AE05: ???
==16645== by 0x462C7799E73D98B: ???
==16645== by 0x79515C9D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCB4662F4808594D8: ???
==16645== by 0x5325E02D186CFF9E: ???
==16645== by 0x3E1E47CC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x54DF229380D98601: ???
==16645== by 0x23E56B30E9DB28FA: ???
==16645== by 0x8C7B690: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6E901D99B18E73A7: ???
==16645== by 0xAE7C84E2DF639980: ???
==16645== by 0x48AE301B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCE10DC5DBDC96FF3: ???
==16645== by 0xF47EC1A9D04BEAA4: ???
==16645== by 0xDAE603B1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE1E4C702D5FC650D: ???
==16645== by 0xD4955327B8EBB615: ???
==16645== by 0x7F3E1B02: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2A107069040244C0: ???
==16645== by 0x44DCDB347BBEAAD0: ???
==16645== by 0x6C5C40D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x787BCC5D409A66FA: ???
==16645== by 0xEE1E3598199BE1A7: ???
==16645== by 0x59A15F17: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFEEB60750F74832: ???
==16645== by 0x9D9C99D7C01793D1: ???
==16645== by 0xC8039748: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9BB8B613F826CCDA: ???
==16645== by 0x35FAE593124F123F: ???
==16645== by 0x1377C5DE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB1623081CF17E300: ???
==16645== by 0x4ED9B5092C1CCF77: ???
==16645== by 0xD52135A9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCE7FF1FD391A4A0: ???
==16645== by 0xF6468DB6982D6752: ???
==16645== by 0xE7C74B11: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA8AA7882D7D90349: ???
==16645== by 0xB82ACBD8D2190666: ???
==16645== by 0x8B8F79DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC6D4BA17FD8BAD07: ???
==16645== by 0x347711C05AA6879C: ???
==16645== by 0xD4BE036C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB118080CF04FA213: ???
==16645== by 0x1C49B04C5E8D0D5D: ???
==16645== by 0xA0507DDE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9DD2C890D12954B2: ???
==16645== by 0x852FCD8AC6D41B25: ???
==16645== by 0x2290746E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x20A0B68ACFB899B2: ???
==16645== by 0xAB86FD706FA41242: ???
==16645== by 0x82CEDD63: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEA76DDE83A70DBE3: ???
==16645== by 0x8F93DAB3C141DEBC: ???
==16645== by 0x54862C6C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x98EA620E954112C7: ???
==16645== by 0x4A1E7C3288D2A588: ???
==16645== by 0x95A63D21: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8AA8C24A864E2DE7: ???
==16645== by 0x3614AE13FA6548B9: ???
==16645== by 0x85B5F6BE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x255BCCF431BEB894: ???
==16645== by 0xC5F3B404FC5BB036: ???
==16645== by 0x6A2A544E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x34E04A50B48E8603: ???
==16645== by 0xE09AA6F2E7901D1B: ???
==16645== by 0x3A0B59B8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBADBE4AB03A8FB20: ???
==16645== by 0x22F9CF8FFA88B95F: ???
==16645== by 0x426C9D7C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3409021B058517B2: ???
==16645== by 0x5A56A212C63D954C: ???
==16645== by 0xC8088E42: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4289999CBF844F16: ???
==16645== by 0x9E0004D9EFF76BF9: ???
==16645== by 0xB84B07A5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x49C2A8F44BA150AF: ???
==16645== by 0xFB6B91D6EAA1C5F3: ???
==16645== by 0xBCAE3B51: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4611F3E6DA91D45D: ???
==16645== by 0xE67F9D9CA1DED32E: ???
==16645== by 0x9AD0A4E0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEFCFCAA8A32FACBB: ???
==16645== by 0xE4DC601ED8D92E81: ???
==16645== by 0xD0F5CC31: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB3252CC0A5F3065B: ???
==16645== by 0xA4CC4E421FE760C6: ???
==16645== by 0xAE438E27: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB32E30D92C086E5: ???
==16645== by 0xD52A7350A266239B: ???
==16645== by 0x954AB061: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x35F65F338E418901: ???
==16645== by 0x42378BDEA812B8DC: ???
==16645== by 0xA30784B5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x77B56507A7019A02: ???
==16645== by 0xB5264020C6CF1FAE: ???
==16645== by 0x57BF558B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5B34E4E0E7D0B0A1: ???
==16645== by 0xA1A4E586C7D9833B: ???
==16645== by 0xF6B39636: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x38013BA8EB345D65: ???
==16645== by 0xA8B1FA019517556E: ???
==16645== by 0x530C950: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF938C9CD38D72244: ???
==16645== by 0xB7CB9C69FB468FCC: ???
==16645== by 0x85D7505F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x611FA9CEA8FFF9E: ???
==16645== by 0xA57A0CD677C8DC72: ???
==16645== by 0x51F9989B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x179102435B48D1A2: ???
==16645== by 0xE7DD43AFE446C990: ???
==16645== by 0x1CA73DC3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x981638D4E29DE459: ???
==16645== by 0x169CDFEFA2DF6D48: ???
==16645== by 0x9F824A79: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x741228C352940F98: ???
==16645== by 0xF2AEF8A8C7829B46: ???
==16645== by 0x97370532: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x54BD85B6AEAAC6E9: ???
==16645== by 0xAA7E66446862EEB7: ???
==16645== by 0x79C7C1D2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD31669BEF7ED487B: ???
==16645== by 0xC90C9FCF0C7F7270: ???
==16645== by 0xE449F05F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF79BD5B5A0CB3828: ???
==16645== by 0xF63CAE8C752E6DAB: ???
==16645== by 0xF90E1209: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7551079AC2BBFA2D: ???
==16645== by 0x3CA36DD002823ACB: ???
==16645== by 0x7F85B417: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x634460EF88D8A430: ???
==16645== by 0xD6DB28AE0E17DEEB: ???
==16645== by 0xF7027FA7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7A299801629299D: ???
==16645== by 0x47585D6D518C98B9: ???
==16645== by 0x7C865043: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAD84A08B2132A51C: ???
==16645== by 0x91EB88748D2788CF: ???
==16645== by 0x31610776: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF2B7C9989B2EA9B6: ???
==16645== by 0x135585DACE8E303E: ???
==16645== by 0x2BD94793: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x56AAAA7D9171D4B4: ???
==16645== by 0x394B639F2AB0D246: ???
==16645== by 0x75C5A0A2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x45A6D90ADC5E15EC: ???
==16645== by 0xE397981A794B3F7A: ???
==16645== by 0xD6433AA4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA778B4B760518003: ???
==16645== by 0x197189E3DD37D19B: ???
==16645== by 0xA17D1DB2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x18EAB380E1D68E32: ???
==16645== by 0x60F80A9142793154: ???
==16645== by 0xE67A5EE6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBA9856FECD7149DF: ???
==16645== by 0x508AADD113EC2EB6: ???
==16645== by 0x2FBA42BC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE4839B5715301DD7: ???
==16645== by 0x4352CC711E37840E: ???
==16645== by 0xB5A92C94: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7A1631144521DAD4: ???
==16645== by 0xC6BA0B61239D0DC2: ???
==16645== by 0x93F2FC32: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x380494C2EE5AFC4E: ???
==16645== by 0xD7201C5A320022B3: ???
==16645== by 0x683596: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9B81C4B50D64F6CD: ???
==16645== by 0xBFC69454A5EA8501: ???
==16645== by 0x5A4FDD8A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x79FC0FC576209A22: ???
==16645== by 0xC2F6BBAE34672604: ???
==16645== by 0x16576BED: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4660C4CA3F8E2DED: ???
==16645== by 0x99135206B0026BBB: ???
==16645== by 0xC2F0C01: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF4B64B400614D230: ???
==16645== by 0x78BA732BB2B2D2FD: ???
==16645== by 0x189857DA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5507ED51F665296B: ???
==16645== by 0xE0E769268E5A967F: ???
==16645== by 0x23742D74: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6F494BA812B74BDB: ???
==16645== by 0x8C3F6E581FE5B78A: ???
==16645== by 0x927F23FE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x858DC271069F9D63: ???
==16645== by 0x28CA46B83841326B: ???
==16645== by 0x4954DB0D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4F38D1663462EBAC: ???
==16645== by 0x58CB9A9EC1513F18: ???
==16645== by 0x92AE678F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x90096B7C7A10A7C0: ???
==16645== by 0xD1861DF8670943BB: ???
==16645== by 0xD094385E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9546E04119EE8E79: ???
==16645== by 0xC310B872C5DFDEF8: ???
==16645== by 0x1324A1D1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE44CB16855A2F3C9: ???
==16645== by 0xA608088042F346BF: ???
==16645== by 0x43D19A7F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x71FC5B44AC4C8A9F: ???
==16645== by 0x136D00D4A11FFBE2: ???
==16645== by 0x3FBF3CF5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x293227E09F0E4B42: ???
==16645== by 0x33EE502938CB4FAD: ???
==16645== by 0xEDF0BB6D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x154155C517F6417: ???
==16645== by 0xD5749857413BA184: ???
==16645== by 0xC4197EA2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD393EE762243DD5C: ???
==16645== by 0x64B642C872C3654F: ???
==16645== by 0x2A5466A8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3F78706408766DA0: ???
==16645== by 0xA08BF9C58D5E22B7: ???
==16645== by 0x7AA4597F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6E141151AC1BEE75: ???
==16645== by 0x185DC314320A9EB3: ???
==16645== by 0x7349F871: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x708016ADF062CB22: ???
==16645== by 0xA3CE8F4C3B866A07: ???
==16645== by 0xD2429E1C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6337EED8EB7035A: ???
==16645== by 0x7313C4C20F5E2210: ???
==16645== by 0x82D4FC4A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x940B94EC0D71E8A0: ???
==16645== by 0xFB48B48C93830C5: ???
==16645== by 0xA60AD9B1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD141D766292A37F3: ???
==16645== by 0x1BA56C1D1F09B0EE: ???
==16645== by 0x29567F5D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9C7E53D9E9ED5832: ???
==16645== by 0x3180BFCBB8731732: ???
==16645== by 0x514CEE40: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2970059154D3879E: ???
==16645== by 0xE9366CDDFFBFF413: ???
==16645== by 0x7F330E38: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x740197A7A362B431: ???
==16645== by 0x835D71DD800E67A6: ???
==16645== by 0xDF3A0D27: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x386057DE02157E30: ???
==16645== by 0xB75ABBA79C14F7A: ???
==16645== by 0xEE0C23F2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x800000007FFFFFFE: ???
==16645==
==16645== Conditional jump or move depends on uninitialised value(s)
==16645== at 0x4161B7: witness (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x416449: BN_is_prime_ex (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x407930: prime_field_tests (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40195E: main (in /usr/src/openssl-1.0.1g/test/ectest)
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x183B3466B764E4A3: ???
==16645== by 0xE55A5A8A55D09E8E: ???
==16645== by 0x8A063564: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8A738F587A8F2648: ???
==16645== by 0x170C1AA5F9097638: ???
==16645== by 0x95D084DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCEC90F9C4F82DDC5: ???
==16645== by 0x41786A747239C863: ???
==16645== by 0x669CAD49: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFD900A5CA7AB9A9D: ???
==16645== by 0xA3C1A167DC6F0473: ???
==16645== by 0x3E784C30: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6D2E8108189AAA2: ???
==16645== by 0x3F6A2CBACF8E5CFC: ???
==16645== by 0xFAB144DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x76D65823899EEF32: ???
==16645== by 0xAE5DB7BB7509D306: ???
==16645== by 0xFA30ACE1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x667B05B341D2FC34: ???
==16645== by 0x64B148932ED6E3BD: ???
==16645== by 0xB45F156F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1602F9C97C0089A9: ???
==16645== by 0x5888A5BDEA8A35B9: ???
==16645== by 0x284B9D9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF27C354103BD14DE: ???
==16645== by 0xC4DFBA8211E124C3: ???
==16645== by 0xF478CF70: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE3F3000D110F398C: ???
==16645== by 0x26012B32D4DBB460: ???
==16645== by 0x30523A96: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x34EF769A33FD72DF: ???
==16645== by 0x581D66C8CBB2F303: ???
==16645== by 0x6F435EFA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x777AC69093354AA: ???
==16645== by 0x78FB94C508DFB406: ???
==16645== by 0x4B26048D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCBD5A103E5217837: ???
==16645== by 0xAE9B5FA1C3D39F90: ???
==16645== by 0x9BCB87F2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x89E5A6854C104016: ???
==16645== by 0x6C0AD192E763A5E1: ???
==16645== by 0x1D591DAB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB757C155CAF11555: ???
==16645== by 0x459FBA621DFC380A: ???
==16645== by 0x77BD7712: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6A21E3EA4F8C3753: ???
==16645== by 0x65959BCAB4920ADA: ???
==16645== by 0x40799C7B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCBA023F814CACD: ???
==16645== by 0xE6D73E85A620B048: ???
==16645== by 0xCA8C931B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x952C0FA2CA599BE: ???
==16645== by 0xE0428D513BC7FDDC: ???
==16645== by 0x4A7EB907: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB30D9474C7759511: ???
==16645== by 0xF6858A4BAB1BEBF8: ???
==16645== by 0x72BCBA0A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5AB26E5D70E80ED6: ???
==16645== by 0x362FD50B494ABFFB: ???
==16645== by 0x24A46B90: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9199E88EFD399811: ???
==16645== by 0x41AB96B76032EB68: ???
==16645== by 0xB8018ADF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x59AB6C3F769DFBB3: ???
==16645== by 0xA5A12E76B0B89E10: ???
==16645== by 0xA2A6FC18: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB49A1D250FED5DA: ???
==16645== by 0x838AC1511182AC0A: ???
==16645== by 0xD7E65E9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x67C36664CEB71950: ???
==16645== by 0x26D7D7C4DE0BEF09: ???
==16645== by 0xA878575D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBFC5D1F1A60E3DC7: ???
==16645== by 0x76C8E341185A8FE6: ???
==16645== by 0x45EDE502: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4ADC4519336C196F: ???
==16645== by 0x9670E78FC1772A20: ???
==16645== by 0xCEB51795: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7F6DCCB0784D72C9: ???
==16645== by 0x5101D31E45FCFAC1: ???
==16645== by 0xFB23FE0A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3E7A06A3F708177C: ???
==16645== by 0x859EF2E0C8E756A2: ???
==16645== by 0xD78B5899: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBBD3229B9AE93455: ???
==16645== by 0xFC79DC11199CFBC8: ???
==16645== by 0xDD91756D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB9867B09F8DB33FB: ???
==16645== by 0xF5530905D552FF03: ???
==16645== by 0xD9EF4CB8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4A7D1C8F50A6C1D3: ???
==16645== by 0xA8280D6B90454C6D: ???
==16645== by 0x2B6F6009: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCAB088CEF6E17895: ???
==16645== by 0x14665C4DFC963364: ???
==16645== by 0x94F9C143: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x12CFE178A8E6C1F0: ???
==16645== by 0xA2D4F8EDE01B6789: ???
==16645== by 0x761C5E79: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD0EE28FF0E48E995: ???
==16645== by 0xBC05D8E1A97CF531: ???
==16645== by 0xCF0E11C1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA2DA7120DF8A62E7: ???
==16645== by 0x5C1A288C369B197B: ???
==16645== by 0x79159EB3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x21C7291E70AAC0B0: ???
==16645== by 0xBE33EA13324496EA: ???
==16645== by 0x7F07141C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x53A9B717E5B20516: ???
==16645== by 0xCEA797374DFC8843: ???
==16645== by 0xD9140D3D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1EC29A3D43288676: ???
==16645== by 0x5E06D18956B92AFF: ???
==16645== by 0xBB77EEF2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xED11C97A70370C43: ???
==16645== by 0xD3D03872B38AD654: ???
==16645== by 0xF438C598: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x81E889EE7A407883: ???
==16645== by 0x4E107E8B61628F00: ???
==16645== by 0xF1DC2040: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4423C10A784C1C01: ???
==16645== by 0xCF154D7947CABEF2: ???
==16645== by 0x3A4530A9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8CC271A90690C79D: ???
==16645== by 0x9FC67732E0198857: ???
==16645== by 0x95CA7F03: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x15A6A258C7A548B6: ???
==16645== by 0x2C2BFFC556E30282: ???
==16645== by 0xCB3C020: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF0B50E561D36D631: ???
==16645== by 0x18FF367B63F2FBC9: ???
==16645== by 0xA71319A7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB522866D949BBA8A: ???
==16645== by 0x78D0A678F231DFDC: ???
==16645== by 0x3ECACA0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x434365FFA2B23469: ???
==16645== by 0x21984815CFEA94B3: ???
==16645== by 0xFD6043BA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2A6F21582A4BA089: ???
==16645== by 0x449D79F51ED8C9ED: ???
==16645== by 0xCC78702: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5ECE180CD6B09E0C: ???
==16645== by 0x76E2622C51310E1B: ???
==16645== by 0x5CAE44F0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x95F79FA92483E6F8: ???
==16645== by 0xBE829806ADA45264: ???
==16645== by 0x2C74895F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8F273913A3069701: ???
==16645== by 0x9958C2346C5747CD: ???
==16645== by 0xFFF73645: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAFDAE46AA133E757: ???
==16645== by 0x6309501741A0BA02: ???
==16645== by 0x1F146DE1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x17FC2B127A4D1BF3: ???
==16645== by 0x9E55E28B40E03CEA: ???
==16645== by 0x87C63AC6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x30DF073A1C9D8C38: ???
==16645== by 0xA132045DA2758F57: ???
==16645== by 0xFAF352E2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8A354CFDC2C7BE54: ???
==16645== by 0x7793FB7928ED06BF: ???
==16645== by 0x4F36131D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4731967543D01952: ???
==16645== by 0xB1A25836272BC74E: ???
==16645== by 0xA7BEA13C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCAB8D33BCAB78BC1: ???
==16645== by 0x1249D865AEB007C3: ???
==16645== by 0xF0E28568: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x762249962D689E51: ???
==16645== by 0x4CC3B4EAE45BD457: ???
==16645== by 0x6D5235BD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBDC440D3DFFC0E91: ???
==16645== by 0x486DAB71F274284E: ???
==16645== by 0x2D0792C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD2FC12B15B6D991A: ???
==16645== by 0x823FAEC8E7712D8: ???
==16645== by 0xB8F52E18: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9B343F4680D03817: ???
==16645== by 0x76E2FA21007E05CF: ???
==16645== by 0x4D2C5DC5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF6EE2FAA15F517C8: ???
==16645== by 0xE6313AB3A9F496F5: ???
==16645== by 0x5797C472: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x76C346C03FE2F067: ???
==16645== by 0x1B1798882954F1F4: ???
==16645== by 0xEC74551F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x520FA4FBB25F42AC: ???
==16645== by 0xA8247BB216AD37AE: ???
==16645== by 0xC589DAA6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3F10BE8C293EF0AD: ???
==16645== by 0xA53439278C2F9952: ???
==16645== by 0x8A1B79D6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA54579DD2B27CC2D: ???
==16645== by 0x1D5AF812FCA66F44: ???
==16645== by 0xA8143EFC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFF41A9C61B7E9263: ???
==16645== by 0x66988370650E9A4B: ???
==16645== by 0x730BFAAE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x331DC51D2AB1D5A9: ???
==16645== by 0xD1D388B05804CF15: ???
==16645== by 0xA39B3C04: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1DCA528D35892E98: ???
==16645== by 0xBBE2B2EE9862CF57: ???
==16645== by 0x7AF4425E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA8A1E26840C917E3: ???
==16645== by 0x6C02D8B56277672B: ???
==16645== by 0x7A916506: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8EF530CAB4E7536E: ???
==16645== by 0x1C2E05D0ED730303: ???
==16645== by 0x8EAB04F1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2BC741E0FFCFE987: ???
==16645== by 0x1232751E3517B68F: ???
==16645== by 0xAEEA26F7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC74C67966BBD7E54: ???
==16645== by 0x85541C9E40201390: ???
==16645== by 0x6CAB99A1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDAC288BA6D88AEFC: ???
==16645== by 0x71C82F65A9586874: ???
==16645== by 0xEA2663A5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBF817B1DD72CED8: ???
==16645== by 0x6A5E952107951B64: ???
==16645== by 0xE75BB4D7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5DFBAABCB7BB9BC8: ???
==16645== by 0x2F75178D8824841A: ???
==16645== by 0x97F5E165: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9E1456E4010AF161: ???
==16645== by 0xC2F7775921D57920: ???
==16645== by 0xF297A1BB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x61FD690AE82D8A49: ???
==16645== by 0xFE79412499E023E5: ???
==16645== by 0x10CF4BA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x46BC62F2828A801F: ???
==16645== by 0x125FE34CB2E532ED: ???
==16645== by 0x13EDCEA4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3BD8417B47AD3F82: ???
==16645== by 0xF619971974FC1D75: ???
==16645== by 0xF70D3C14: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x430A8DA9E6A360E5: ???
==16645== by 0xFF4E89BD31E04DC5: ???
==16645== by 0xB8EFDA38: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6654C107CE316993: ???
==16645== by 0xBB0B10AE88CAC00: ???
==16645== by 0x41CE4B9A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF8FEBBD8E39FA00E: ???
==16645== by 0x285E9E1089CD9642: ???
==16645== by 0x9248860C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3A94ACA4AD6694D7: ???
==16645== by 0x7C971356E44000FB: ???
==16645== by 0x4FCD4B28: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x31AD0DE6E175DFE: ???
==16645== by 0x7938FD93CD323ACB: ???
==16645== by 0xDEFE4307: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB7DF7A9EFBC2EF44: ???
==16645== by 0xE8F43D053AED0642: ???
==16645== by 0x3ADF9071: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xACF197994AC96F25: ???
==16645== by 0xB0FB2A10CD2EC1A5: ???
==16645== by 0x56B2B596: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x328FAE96A822AED5: ???
==16645== by 0x7F29DA1E9BD3377C: ???
==16645== by 0x24C67CE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC69DB6F837708B31: ???
==16645== by 0xB99866BC276C0396: ???
==16645== by 0x2C0B8E5C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAD61865E91575CF9: ???
==16645== by 0xD7278CFAE2DCEA2: ???
==16645== by 0x8355F50D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6F3D5172776DC635: ???
==16645== by 0x12DE46D2A12A3AAB: ???
==16645== by 0x50BEC1B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9C99D5BEFE71244A: ???
==16645== by 0xD7BBC1680EAD5D14: ???
==16645== by 0xF1421B49: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x53FE9BF7A3FCC2A1: ???
==16645== by 0x4B1BABB11F6E2A91: ???
==16645== by 0x1BB90227: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x57D80A252F0A70B8: ???
==16645== by 0xF1D4756B65130651: ???
==16645== by 0xAA866506: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF321E6F16610D391: ???
==16645== by 0x2104BBD96851FA01: ???
==16645== by 0x68F53E5F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9A1783F7736EAAD4: ???
==16645== by 0xFACCCEF2F4310AF7: ???
==16645== by 0xDF000D60: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x737011A428E27402: ???
==16645== by 0x4006373B1E9FEBD5: ???
==16645== by 0x30F6D5AB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA065D2D8DC833370: ???
==16645== by 0x7B79E6836F9033F1: ???
==16645== by 0x74130EE1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1B6F5667A0BBC850: ???
==16645== by 0x543B506159FB4991: ???
==16645== by 0x6FDF9D3C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x53C09004FD391816: ???
==16645== by 0xBD6C775004B761DE: ???
==16645== by 0x6F2AE3EA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x793F0DBC401D477D: ???
==16645== by 0xBE447779841669FF: ???
==16645== by 0x89791798: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4B48FEA4E23AA396: ???
==16645== by 0x96BDE6E5A459BAE9: ???
==16645== by 0x56958FE6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDD9CA46EB90EE89D: ???
==16645== by 0x7F5B00928378A95A: ???
==16645== by 0x4E283EDB: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD9DD0F7442F480ED: ???
==16645== by 0x2FB90476CCD12785: ???
==16645== by 0xF58B8B5B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3E4B7F25C565B82: ???
==16645== by 0xC5E6B8B449C076CB: ???
==16645== by 0x6A527A0F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3E36464A2D4D4D51: ???
==16645== by 0x5275EC31C68E569E: ???
==16645== by 0x9BD95E14: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1C8B159A9FA13567: ???
==16645== by 0x23BB815C76A2D740: ???
==16645== by 0xD7007363: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5736314D9F70F2EB: ???
==16645== by 0x73C325BAC37E7667: ???
==16645== by 0x6270B2E7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x59490A1EC5632F7F: ???
==16645== by 0xC2CC342ED34C2BAC: ???
==16645== by 0x5B265D97: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5E56C0B6B95D9B5E: ???
==16645== by 0x835879895D1E2166: ???
==16645== by 0x75096B85: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBBB9D68BDABB49B3: ???
==16645== by 0x8A5117DC03256164: ???
==16645== by 0x486D8AFC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3BBED26A30970ED7: ???
==16645== by 0x17CA789D56B80D55: ???
==16645== by 0x7DB0136: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x37D4CE74B4BD23A2: ???
==16645== by 0xE2BEABC9B896513F: ???
==16645== by 0x9EDA7259: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA9164E06C9301329: ???
==16645== by 0x3B587BA60908CB2B: ???
==16645== by 0x96E2AA1B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB2DD6A79FCFD54AE: ???
==16645== by 0x111661B82ED657C3: ???
==16645== by 0xCF7785D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x745BD33189C2996B: ???
==16645== by 0xC00EA9ECF0B3E529: ???
==16645== by 0x7C83A6F8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x80114413B7ED33F5: ???
==16645== by 0x760F069BED7776BE: ???
==16645== by 0xE35016A3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD5D11F67182C6D81: ???
==16645== by 0x94424BBB0AEFED9C: ???
==16645== by 0x9A28B2B4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEAF0EDB498F70EFF: ???
==16645== by 0x9FEF8A2A5FBF817D: ???
==16645== by 0xBEF1A99: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB93E2A1060FD628E: ???
==16645== by 0x3AC9F42160F58775: ???
==16645== by 0xC559BA20: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2E29F433501DD1C8: ???
==16645== by 0x7BEB2DC4A2C61B2D: ???
==16645== by 0x81233D78: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x213B40D92D339F79: ???
==16645== by 0x6791932CEE5622A0: ???
==16645== by 0x7298CD3A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x14895ED8DBFD5FE0: ???
==16645== by 0x1755E65FBB580550: ???
==16645== by 0x9FCDF602: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x463AA54FFE1E1227: ???
==16645== by 0xE1614EC1E9BEBA0A: ???
==16645== by 0x8CA75728: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x629577BCE299763C: ???
==16645== by 0x781DD17C4FFAE69C: ???
==16645== by 0x6310A8E1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x63FBD6885CA2B7CE: ???
==16645== by 0xD3E6440E8C143119: ???
==16645== by 0x415A1BB0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x63CAB1828A35C248: ???
==16645== by 0x930AD0E777DC45EB: ???
==16645== by 0x3A611922: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB2078D2A931200B: ???
==16645== by 0x669F62153E0F16AD: ???
==16645== by 0x301A859: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6D9020C11E87B62E: ???
==16645== by 0x6A0ABF021BE423D4: ???
==16645== by 0xF7092F1A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3592E43FAD4503D0: ???
==16645== by 0x54717C56445941FC: ???
==16645== by 0xE2983233: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6729E6DF821C9272: ???
==16645== by 0xF9BE924990AECFB2: ???
==16645== by 0x7159E4F5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9442A4FA0C6829D4: ???
==16645== by 0x66D309612450E24E: ???
==16645== by 0x56067BA0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD0D14FAFC83563D8: ???
==16645== by 0x83CA7520EC59A2B7: ???
==16645== by 0xBE8EACF4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAA6AA7CD1E866AC3: ???
==16645== by 0x913AB92D905733CB: ???
==16645== by 0xBE318034: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x42204D257CD23F79: ???
==16645== by 0x2109582655703F52: ???
==16645== by 0x705711F9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBC279FC9210F5EF8: ???
==16645== by 0xFBC7D99118F12CCB: ???
==16645== by 0x3CF6B5DF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x719637CAF287BF4A: ???
==16645== by 0xCFC2A0D97C6A71A7: ???
==16645== by 0x1F7B980: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3B1C15DF886F12B3: ???
==16645== by 0x8329E3DF60AFDC71: ???
==16645== by 0x920039F0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1B4DC4A93C2814E8: ???
==16645== by 0x6C06CBFC5C53440A: ???
==16645== by 0x9D44225C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFB3CA990D1D837EC: ???
==16645== by 0x1A742932772D3B17: ???
==16645== by 0x74BADC39: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4B499D93592F1330: ???
==16645== by 0x45E7876039399D5F: ???
==16645== by 0x811BA975: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x40BC3C249D61D80D: ???
==16645== by 0x53A4B7B257C3857D: ???
==16645== by 0x156450BE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5293974605B566DB: ???
==16645== by 0x244149ED4301923E: ???
==16645== by 0x63310B53: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6EA62F39FBDA6887: ???
==16645== by 0x41601C7093E04D2E: ???
==16645== by 0x72240AD7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x179364A18FA03640: ???
==16645== by 0xA127B54951E4304B: ???
==16645== by 0x903F3884: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBF848B271485EE67: ???
==16645== by 0x619CED094EE4E519: ???
==16645== by 0x9E52B45C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x99AEA744229BAFE8: ???
==16645== by 0xDD27B66B9E5E6F60: ???
==16645== by 0xF72914CC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE99700162DF8BCBC: ???
==16645== by 0x3B04959D7EE48E78: ???
==16645== by 0xB3A73FEA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE2F012CF7D0CA710: ???
==16645== by 0x48FD92059E6F4E6D: ???
==16645== by 0xA0424A6C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x996F71538E89C442: ???
==16645== by 0xB5F04AD1F97498BC: ???
==16645== by 0x911D7EA6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE3567C20734025C0: ???
==16645== by 0x94A2B5ABB68850E6: ???
==16645== by 0xBA914BB9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD4AE31CE8E3252C5: ???
==16645== by 0xCC55914CD41F5E0F: ???
==16645== by 0x1787472D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3C3A38DFC75E0B2F: ???
==16645== by 0xD2539046124238A3: ???
==16645== by 0x58BDAECE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA0882B64A8C57DE7: ???
==16645== by 0xCFA99F2B867595AD: ???
==16645== by 0xB6B56634: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAFB0141173F23142: ???
==16645== by 0xBB96D2065B7CB431: ???
==16645== by 0xE9E4815E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x75161A562CD42130: ???
==16645== by 0x6F8BAF41E8E48B37: ???
==16645== by 0x28863FA6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB91C32B8A2581818: ???
==16645== by 0xF61B91C64BBE0A19: ???
==16645== by 0x34C03A88: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x72F72ED7F41235AA: ???
==16645== by 0xEEFEDD890E961B99: ???
==16645== by 0x48ADE44B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x539541A834D27716: ???
==16645== by 0x58A4EFF4AD4ED234: ???
==16645== by 0x77D2C09E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6495E12E0975695A: ???
==16645== by 0x92ABBF3B6F3E5F23: ???
==16645== by 0x10AB2165: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x94A522B1A66BD1F5: ???
==16645== by 0x392A59C2255A5F07: ???
==16645== by 0xC914C78B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x892B43856307B5F5: ???
==16645== by 0x6E729315F1F7C075: ???
==16645== by 0xFCBE2352: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x859260035A3FB3CD: ???
==16645== by 0xB25EEDBEECC66053: ???
==16645== by 0x5DADA7D4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x611A4EF9A609A373: ???
==16645== by 0xF485A4AA8505C5AC: ???
==16645== by 0x50F9852: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBFC952FA4F490089: ???
==16645== by 0x739EABAD5D933296: ???
==16645== by 0x10A89FD4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6C6AC0DE2E7CC573: ???
==16645== by 0x6A5C3150EFF60670: ???
==16645== by 0x3CF625EC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF9AB66AB88CBBD28: ???
==16645== by 0xBB06E053AB764FFD: ???
==16645== by 0xBD16B01A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x20AE1F6DDC898B98: ???
==16645== by 0xFA44282463B6592A: ???
==16645== by 0x968C0FF3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAD1C09AAE70798CE: ???
==16645== by 0xA6D471E134868A63: ???
==16645== by 0xA1AB3A8B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5DADD4C20826A50B: ???
==16645== by 0x114D9AE5D82BCC10: ???
==16645== by 0x9ABFE2C2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1C6C6C13F2BC3C86: ???
==16645== by 0x3F8F3097CBD5200E: ???
==16645== by 0x7E135146: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5F24BFFE1769EA48: ???
==16645== by 0x307751AED68FA367: ???
==16645== by 0xA739C5B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x88F84227DB6F6354: ???
==16645== by 0xF25AAB49099F5DAB: ???
==16645== by 0x830EAC0C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3DA4D6EB2635E30E: ???
==16645== by 0xDB93E6CC88936ED5: ???
==16645== by 0xE9B95ED9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x14FDE27F44C0A685: ???
==16645== by 0xED5567B2BED59673: ???
==16645== by 0x13C4A93: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2E80A60811D39268: ???
==16645== by 0x525EA86CA419AA42: ???
==16645== by 0x992115A4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1B360ADB38B80B8F: ???
==16645== by 0xC1A45E7935F6434A: ???
==16645== by 0xDB42A0F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x28D3DFF985D3E240: ???
==16645== by 0xC1014E18D5B7E0D6: ???
==16645== by 0x4897B0D5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3F021ABB95A787F5: ???
==16645== by 0x853BEE7B24C0B22F: ???
==16645== by 0x39C4DF28: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3BA8A0A9C5BB4BA: ???
==16645== by 0x2F631DE39DA757AB: ???
==16645== by 0x334AC106: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4830272D57B73261: ???
==16645== by 0x4B51A94B3F5CE411: ???
==16645== by 0x9A28FFD5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFA35B2C38C498B28: ???
==16645== by 0x2DA7289E78ECD34: ???
==16645== by 0xA4600D42: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x364761D94A583351: ???
==16645== by 0x42F8F3996A33841F: ???
==16645== by 0xCDE14434: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9EA268AFB6DC02A2: ???
==16645== by 0x810A02F01EC36ACC: ???
==16645== by 0x385BB250: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9570F17B312639C6: ???
==16645== by 0xE66D964D768030BD: ???
==16645== by 0x675782BF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5AA39E72B303B60F: ???
==16645== by 0x82C4691E035498F3: ???
==16645== by 0x877494DD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA02461BC92386C84: ???
==16645== by 0xA3B3ABE6904039EC: ???
==16645== by 0xFB22EE06: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB8B2BE76E66043E1: ???
==16645== by 0x36807828AE55AB50: ???
==16645== by 0xCEF89A4E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA411F8FCFABEB447: ???
==16645== by 0xC3C40CD388411A2A: ???
==16645== by 0xFFA147A4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x380491B3A01CE23E: ???
==16645== by 0x43E153FDEF92C7F9: ???
==16645== by 0xCC857D39: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF26FF5AF08A5DA59: ???
==16645== by 0xE2C91A41B2C05E76: ???
==16645== by 0xFF5EDE0F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5172A26CD431E1FF: ???
==16645== by 0x5EA9E98229A873E8: ???
==16645== by 0x34435B03: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA25D7B740C042528: ???
==16645== by 0x215EE052D2FBC9C5: ???
==16645== by 0x611D9B32: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x126CEDD762C3D0EE: ???
==16645== by 0xCDB23959477C7407: ???
==16645== by 0x5C6955D8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD39DCCFA9BF75BE0: ???
==16645== by 0x476B9492DF277395: ???
==16645== by 0x9687CDCD: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFD8731F61FE7CD4C: ???
==16645== by 0xECA282C989367F76: ???
==16645== by 0xF7103C6C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5BBF0637801CACB3: ???
==16645== by 0x38B2EF111A3FC548: ???
==16645== by 0xC53DDD4D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x301D4AB3BB741F45: ???
==16645== by 0x1D09702328927840: ???
==16645== by 0x97CBEF1F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCE9EDB40CDD470DA: ???
==16645== by 0xC4032FC2EC240BD5: ???
==16645== by 0xA46E20D2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5FD73EAC326AA37B: ???
==16645== by 0xC0810468DF1361B6: ???
==16645== by 0x90D32070: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5BC5CF69C8745813: ???
==16645== by 0xAD4920A26F5371D1: ???
==16645== by 0x296E7C02: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5E2436220CC662AF: ???
==16645== by 0xC0489F9F3F4483: ???
==16645== by 0x4892940B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA085D0E357A8D73B: ???
==16645== by 0x174F8511A9426390: ???
==16645== by 0x2844E36C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB733B0587683156B: ???
==16645== by 0xD60E77341F58BDB2: ???
==16645== by 0x6BD01D15: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5EE53C724F45741: ???
==16645== by 0x7F7BE6F6630BFB80: ???
==16645== by 0xFC3FF081: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB65224480B48CACD: ???
==16645== by 0xC391AF33D698B164: ???
==16645== by 0x4986CEC9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2EED1E7A93896FE5: ???
==16645== by 0x2848F5B379BC2228: ???
==16645== by 0x21EFF035: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x53B7834C5C014BC: ???
==16645== by 0x3F79006A3E1CF9BE: ???
==16645== by 0x22AA9812: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6FA96C16F23954EB: ???
==16645== by 0xCE993916CF889576: ???
==16645== by 0x9446A966: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFB13812860D9B51E: ???
==16645== by 0xE0ADC3A5CD8C51DB: ???
==16645== by 0x285E4FD1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC99160AEDDAFA702: ???
==16645== by 0x62115A161DEEDF4C: ???
==16645== by 0x4B2AA4D1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE1BF31CB779C48CB: ???
==16645== by 0x8A1A9451D8DACFDF: ???
==16645== by 0x30EC1A0A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3ACAE23E3ADB229: ???
==16645== by 0xF2E4CA653483C5A0: ???
==16645== by 0x78ADF604: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF68EE91A0017159D: ???
==16645== by 0x2C6ADB0AC38F621: ???
==16645== by 0x35320E03: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBE5B72A66B1045BD: ???
==16645== by 0x49FF00B649533A66: ???
==16645== by 0xE7C08B68: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xECBC20B908A58BE9: ???
==16645== by 0x35B8BAEAC9491DC0: ???
==16645== by 0xDBBDC42: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4641CFB4D80758CA: ???
==16645== by 0x33BFB5850CCCBB1F: ???
==16645== by 0xF47B4C23: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8FD0C7FBDE65E372: ???
==16645== by 0x30A2B82F3B23108D: ???
==16645== by 0xF3DED1B6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x60A46CC980C315FC: ???
==16645== by 0x9694029E85A30A3B: ???
==16645== by 0x7A7658DF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4D012791FB40F4F7: ???
==16645== by 0x7ADEB9F441AC4AC6: ???
==16645== by 0x364BDD09: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x82BF3262F66B1E89: ???
==16645== by 0xD7FEC6DDFA2E4FC6: ???
==16645== by 0x4884E27: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3C50F0BB7E03728: ???
==16645== by 0x4750E1AC3D7D4668: ???
==16645== by 0x181121DE: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAFAE3659850A296D: ???
==16645== by 0x31F8A78FD33B05CD: ???
==16645== by 0xD19B6E94: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE5474455094E1D39: ???
==16645== by 0x6E578E6EF9ADE534: ???
==16645== by 0x6C95AEA4: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5D667C0C1C61F47C: ???
==16645== by 0x540262C53CA83283: ???
==16645== by 0x24A986B6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x657A7731AE53A82E: ???
==16645== by 0x4A0745CB4F138C26: ???
==16645== by 0xBF7712C1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x785F47C7179AF513: ???
==16645== by 0x75E9578AB9B0A7A4: ???
==16645== by 0xE219F8E0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4ACCF63E2C0FE1C9: ???
==16645== by 0x388D85961C4A1B7D: ???
==16645== by 0x99B3CBF3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF4F38D492FE31582: ???
==16645== by 0xE39B5EA3B4F251F3: ???
==16645== by 0xEE61A14A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2D2992BFE3F2BD48: ???
==16645== by 0xDC0B9936A945DF3C: ???
==16645== by 0xFA26B409: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x85A0D72ACB30EF75: ???
==16645== by 0x70B0291A21C2F2F2: ???
==16645== by 0xACC3A5B9: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3E398943A36BC9F9: ???
==16645== by 0x94948F27548A1DF9: ???
==16645== by 0x533CE25: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3BDA51DEEAB34A1D: ???
==16645== by 0x10D51FBD0B6C8C17: ???
==16645== by 0xDE1489A6: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1A4B784F113D4547: ???
==16645== by 0xC81ACEFACFBEFFB3: ???
==16645== by 0xC90ECB1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x260E9FFA62D35F3C: ???
==16645== by 0x7ECE34EDC1BA09DC: ???
==16645== by 0xE891A8E0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB8B6943BA13E3DBD: ???
==16645== by 0xD720803ADF2E2241: ???
==16645== by 0xE2F2F0D3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF76919CFB8CDDF69: ???
==16645== by 0x52CE4C80FBDFCFC3: ???
==16645== by 0xA48E7001: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x59CDD503AE357F26: ???
==16645== by 0x334C3A93D3574597: ???
==16645== by 0x73E8F436: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA5C156FED299A1C1: ???
==16645== by 0xC38AD7826D21012F: ???
==16645== by 0x71EF7DF7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCEC6C2D507CFD8F4: ???
==16645== by 0x7E62DFDF5912E31C: ???
==16645== by 0x33A051B5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCC93335D6F88639B: ???
==16645== by 0xB0F279983D8FA064: ???
==16645== by 0x4C0FE1B2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE12A53A12F859274: ???
==16645== by 0x8EFBF1858CB9BBB7: ???
==16645== by 0x65E89DC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5E98F119BB8BA241: ???
==16645== by 0x667AB0964859D5AA: ???
==16645== by 0xBD81FBE0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x98673EA3FE1020C3: ???
==16645== by 0x41E220685E3E59DF: ???
==16645== by 0xF26F4E95: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x487DB7EC4BAF1D33: ???
==16645== by 0xA0C1D14456C40110: ???
==16645== by 0xA64BFA06: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x92A33FA9DA853233: ???
==16645== by 0xDFFF72D04DB56BC3: ???
==16645== by 0xDD18F192: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2AE8103560A48A28: ???
==16645== by 0x3F0CF702DBF151FB: ???
==16645== by 0x17C52489: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x849F2A447B2C32B7: ???
==16645== by 0x46D1AC68DEA58CFE: ???
==16645== by 0xA2C19790: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD48AB20B6DEAC328: ???
==16645== by 0x417ABFDABBC7D337: ???
==16645== by 0x56F72F92: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x978DD684F557426B: ???
==16645== by 0xFDE26F244C40CD87: ???
==16645== by 0x60B1102: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEB6206DE491480AC: ???
==16645== by 0x24EB013DFBED725F: ???
==16645== by 0x86E5389D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1C659B2BE2A43BE5: ???
==16645== by 0xAF07B6D04787B55A: ???
==16645== by 0xE20A61F5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x49281F1F49EE3909: ???
==16645== by 0x6F156D047D74530C: ???
==16645== by 0x8198B62E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4BA56DB2811CE564: ???
==16645== by 0x727F8215B5E7AB5A: ???
==16645== by 0x7AF6A1ED: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA3EFD73741543BB5: ???
==16645== by 0x8704FB8E06736604: ???
==16645== by 0x14612763: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD9EA2C08FAA533B8: ???
==16645== by 0xEC2C7B74105ACBE6: ???
==16645== by 0x2A70646A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD787CDCAB01C904: ???
==16645== by 0xE14C383D3465949A: ???
==16645== by 0xD8CCBA74: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x316C6744083925F3: ???
==16645== by 0x6D5DCF8F0519D58: ???
==16645== by 0xB9FF328D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x34792BEF1852EB8C: ???
==16645== by 0x89BCEAA9041E055C: ???
==16645== by 0x2FE82163: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8F3287D4075A5672: ???
==16645== by 0x1F47BA82D26C1EF8: ???
==16645== by 0x982E826F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBD14DB6855B09969: ???
==16645== by 0xF8D71810F22A0EB9: ???
==16645== by 0x36D8FE5C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x388BE5BCAD5BD7D3: ???
==16645== by 0x1469C5EEA774E522: ???
==16645== by 0x4F3714CF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x71F53C78422B9043: ???
==16645== by 0x9F717A1E32A9DE87: ???
==16645== by 0x7FC8C3B5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x797AC2924F9A933E: ???
==16645== by 0xB5E63C3F800B0F2E: ???
==16645== by 0xD169E49B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8AA7E954159700BC: ???
==16645== by 0x4736A438618AFBCF: ???
==16645== by 0xDC3DF968: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x47AB5FEB1B0618E5: ???
==16645== by 0x3B759594CF4A60C4: ???
==16645== by 0x88497439: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1B359138BFEFD7B3: ???
==16645== by 0x184A68A97E150003: ???
==16645== by 0x60919E0B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD287B8FEEF92E61C: ???
==16645== by 0x7D05AFA7C78CBA14: ???
==16645== by 0xAF608C98: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD3642FFAF4AAE077: ???
==16645== by 0xAD42224E89CEC616: ???
==16645== by 0xA6B194EC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC7BAD698F34876B3: ???
==16645== by 0xE74CE09556D34587: ???
==16645== by 0x589337D0: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x22B96706F11AB837: ???
==16645== by 0x627D70F8D58FDA0A: ???
==16645== by 0x1F4A86BC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA56E26BABF656AF: ???
==16645== by 0xE02ACD40F84BD41C: ???
==16645== by 0x5AE8B911: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5262D2424471D35B: ???
==16645== by 0xDE8CC03A7D38974B: ???
==16645== by 0xC13F01A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD0CA9036A846538B: ???
==16645== by 0xCE32EBC3541DD330: ???
==16645== by 0xE728D68: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF855881CD395345B: ???
==16645== by 0x1BC04FBEFA50C1BC: ???
==16645== by 0x4A3016E8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5EA80F3B8582FAFD: ???
==16645== by 0xA4778674303737B8: ???
==16645== by 0x5E15302C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE18FE05F3B9704D4: ???
==16645== by 0x32BFA46B288697F6: ???
==16645== by 0x1FA572D3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2DE7221DA58BBA6C: ???
==16645== by 0x64ED63B37FF701AA: ???
==16645== by 0x27CEF92F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x31E79BFECFB6A44F: ???
==16645== by 0x6920104CEDB528AA: ???
==16645== by 0xA357AA33: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8C08E06AE4D1235E: ???
==16645== by 0x84320FCD3D5FB34B: ???
==16645== by 0xCE7D360E: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDA8E1A52340549BD: ???
==16645== by 0xE21DED29CF54E854: ???
==16645== by 0x43E33023: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF1E8B6E4B07B13C2: ???
==16645== by 0xDB004B348DC0C101: ???
==16645== by 0x39A59726: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6340BAD4B4EF55D: ???
==16645== by 0x2583E408C59430ED: ???
==16645== by 0xC87829A8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xADA2E94CC47878CB: ???
==16645== by 0x385CB0B395BCFC86: ???
==16645== by 0x15A970E7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x241186A07E9814EF: ???
==16645== by 0x2528938DBA8CDC76: ???
==16645== by 0x93186B46: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4E15A4600AB083D9: ???
==16645== by 0x8DB7BF7000CB4C53: ???
==16645== by 0x5BCF4661: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2B5803BDC9B38473: ???
==16645== by 0x6609CEB7686058E1: ???
==16645== by 0xBAD04886: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x829552B0BF3F3003: ???
==16645== by 0x98F04838E7911CD9: ???
==16645== by 0xA2AB5A71: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB8BF217F0DC8DB53: ???
==16645== by 0x292639B59B64D8FF: ???
==16645== by 0xD57566A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA147DCF8240783D5: ???
==16645== by 0x1830F85D2B74A00A: ???
==16645== by 0x7524DF3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x371C1FBD35AF4C05: ???
==16645== by 0x9D4DEBE72A8C8C01: ???
==16645== by 0x6AB3B338: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x106414CD811F0D68: ???
==16645== by 0x1F1C3F2D721E85C6: ???
==16645== by 0x461DDF63: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x73DCC1ADB3DCA166: ???
==16645== by 0xBFC86F492BEC0464: ???
==16645== by 0xD06855E2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x5B4AFBB4BF33A75B: ???
==16645== by 0x5DD1DC99A0E47107: ???
==16645== by 0x3398328F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x744160EBC825E5F2: ???
==16645== by 0xEDE1AC9013B7A2CE: ???
==16645== by 0x2795B92: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x80AFA8993819D83B: ???
==16645== by 0x4AE732F072726832: ???
==16645== by 0xDE28F109: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6FA454DA5E1BBA09: ???
==16645== by 0x8C21E9B30350F1F7: ???
==16645== by 0xD0C34177: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xC4035E26C390530E: ???
==16645== by 0x88F4B47CC0447E5A: ???
==16645== by 0x808E1BF3: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x157635A435DCB713: ???
==16645== by 0xAC699B021719C0DE: ???
==16645== by 0xC6618FF7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4C9B11EF2BF16078: ???
==16645== by 0xBD77442D2728CE71: ???
==16645== by 0xEA198594: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x901452D14DA61EFD: ???
==16645== by 0x70E1DFC8290F8913: ???
==16645== by 0xD6598F30: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xBBEF7D5FF290652C: ???
==16645== by 0xF17490B2769CD7CF: ???
==16645== by 0xF5B77568: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x51E3F27377030CF9: ???
==16645== by 0x261F6F1F501D3624: ???
==16645== by 0x1CDC03D1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x548B36CD907C9185: ???
==16645== by 0x1533BD814F5E46BC: ???
==16645== by 0xE223E710: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA8A9DE29C4AE6776: ???
==16645== by 0x31B2BA5D8787684B: ???
==16645== by 0x12A1969C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x384F80F3C5A6D233: ???
==16645== by 0x8761E6BF84AD000E: ???
==16645== by 0x6C53C8D7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x92670B7F0E33B509: ???
==16645== by 0x9F65E9BD60CBB160: ???
==16645== by 0x57B00AFA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF489BA75994C8FAA: ???
==16645== by 0xC12C80EB51F258D7: ???
==16645== by 0x3ADD0BDC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB68847E4C0EDB94C: ???
==16645== by 0x438B65F21DCBDC0D: ???
==16645== by 0xBEC9B5DC: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1177890096C63A8D: ???
==16645== by 0x36FCD8C2057BE72F: ???
==16645== by 0xCDB7CD27: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7F0579532F5EB9CC: ???
==16645== by 0x794972A32F11FDAE: ???
==16645== by 0x2A311004: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xFA3C7F657F65AB31: ???
==16645== by 0x9EF833230ED79AEE: ???
==16645== by 0x69D2D527: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6B2D66DC1C1D3CAD: ???
==16645== by 0x9052969FB59ECBE4: ???
==16645== by 0x76F6C1F7: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA06AE838124FD004: ???
==16645== by 0xC524D669BC86C023: ???
==16645== by 0x3777C493: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x8F6C622A4C99B3AB: ???
==16645== by 0x5038B20081C3D72: ???
==16645== by 0x945D72D5: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x473C5399F86C10CE: ???
==16645== by 0x6138FF2D3799F8DA: ???
==16645== by 0x8E5EF7BF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7BC04348AC428D5: ???
==16645== by 0xCF50C537D1BCE9B1: ???
==16645== by 0x5A10766F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x7D6291B0F1A594A3: ???
==16645== by 0x7952E9B3675F54BD: ???
==16645== by 0x2C5E9B09: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCC3E688CE045AA63: ???
==16645== by 0x6290C3DA4699AFA5: ???
==16645== by 0xA3489F96: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x208378A1E8692DA9: ???
==16645== by 0x89F572EACC55D555: ???
==16645== by 0x14C75A44: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x56FA293B9CAFE48B: ???
==16645== by 0x7D6DBC77A6AF8E1B: ???
==16645== by 0x571D6A9F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xECAC05C1F6653A: ???
==16645== by 0x3538D7B71341A303: ???
==16645== by 0x840BF72B: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x52659289825A04C6: ???
==16645== by 0x36AE00E2CCA7E2C7: ???
==16645== by 0x3332C7CA: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6F2B13F1D90811AF: ???
==16645== by 0xCAB8705307A7057F: ???
==16645== by 0x7D6F7A4A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x4E2259126271048A: ???
==16645== by 0x7879122450178E91: ???
==16645== by 0x77E6645D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x781014E461859FF3: ???
==16645== by 0x83BE6374EB4FA471: ???
==16645== by 0x83A6A52A: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF32DB2DF8CD3CE65: ???
==16645== by 0xEB77B1744BD91379: ???
==16645== by 0x825D5890: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3205D287A96B8836: ???
==16645== by 0xF710C96865728BB8: ???
==16645== by 0x554DB590: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xEBE6F059AA6F56AC: ???
==16645== by 0x97F6293F1861D333: ???
==16645== by 0x7374D02C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x9EE32D8A318EAB5D: ???
==16645== by 0xC9DB43F1462EC38E: ???
==16645== by 0x71B2852C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD57BD9E62FB1BA6A: ???
==16645== by 0x2D194A46A5490580: ???
==16645== by 0x9BAFA76F: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x680C015E151CD20F: ???
==16645== by 0x7213C8BED04F97A8: ???
==16645== by 0x5760C880: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x85CB67A6051652D0: ???
==16645== by 0xB7B61BD41CD64048: ???
==16645== by 0xAA81DBF2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDEF3239C4E2D3265: ???
==16645== by 0xF91801618BC8AF7C: ???
==16645== by 0xB1FF1C12: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xACCF80B4A6686CFD: ???
==16645== by 0x38AF7010CC71C1F4: ???
==16645== by 0x44E18C27: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x86CF00F3AA4D2B1C: ???
==16645== by 0x9900DF0E807601CB: ???
==16645== by 0x71CEB697: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xCB1D799D222DC720: ???
==16645== by 0xA2EC9AD5BFED0480: ???
==16645== by 0x2FD87E3D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6FD55CB4580F9EBF: ???
==16645== by 0x9B07A3E3D3020D57: ???
==16645== by 0x974029EF: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x2BBFB02B667FB124: ???
==16645== by 0x34449D601340C98E: ???
==16645== by 0x41CD4B8: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3511A8F53E0D78F3: ???
==16645== by 0x777E1667E37D635B: ???
==16645== by 0x6D7F6932: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xDAF8A48FBABCC3CD: ???
==16645== by 0x862BB10158E49CAF: ???
==16645== by 0x904C49F1: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xA150F21F23ED96: ???
==16645== by 0xAA25B1BA45E79853: ???
==16645== by 0x45418651: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE34EFF4D98E9A1A2: ???
==16645== by 0xA3CCE1411F6F2AE1: ???
==16645== by 0x8677CCC2: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xAEE272E07E7DB05: ???
==16645== by 0x663116A1453D64B: ???
==16645== by 0x431CA715: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xE8848611693F0066: ???
==16645== by 0x826C2B7955E9CB8D: ???
==16645== by 0xBCCDFB70: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF0AF50CA5B1D7CE8: ???
==16645== by 0xB0277E103FD6C159: ???
==16645== by 0xCF8DE70C: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x779FF4DC78BC0863: ???
==16645== by 0xD323818E1AC79A75: ???
==16645== by 0x93EB2008: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x208519729327D4D6: ???
==16645== by 0x5FBB1406463FAFFD: ???
==16645== by 0x9B670753: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x199CB3D6CABEA76: ???
==16645== by 0xF2AE8DD9DC40A059: ???
==16645== by 0xC953D40: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xD304009293A96E41: ???
==16645== by 0xAB1A46BA9C5E3D0A: ???
==16645== by 0xC3870889: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x911EFD6B0C293543: ???
==16645== by 0x7FCE0C7AC7C6F582: ???
==16645== by 0x956F4311: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xF2F9D00FC4494B26: ???
==16645== by 0xA7A5180C715056A1: ???
==16645== by 0xA8EDC80D: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x58B8B5596577311F: ???
==16645== by 0x670CB08F00AF9F7F: ???
==16645== by 0x2EBEDE27: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x3CE4BB25A671853E: ???
==16645== by 0x8EECB86AAA180933: ???
==16645== by 0x1256BC76: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0xB20017E95D6BA0C9: ???
==16645== by 0x53BE501EE932DF96: ???
==16645== by 0x2405B375: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x74D59A49ADC3D27C: ???
==16645== by 0x942BFAA3C6B6A975: ???
==16645== by 0x1FE76222: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x1E8B938F29471663: ???
==16645== by 0x3C6D713ED8194FC5: ???
==16645== by 0xC1939715: ???
==16645==
==16645== Use of uninitialised value of size 8
==16645== at 0x433400: bn_mul_mont (in /usr/src/openssl-1.0.1g/test/ectest)
==16645== by 0x6F5978FFC06085D8: ???
==16645== by 0x11F4057FDC146759: ???
==16645== by 0xF87BCE8A: ???
==16645==
==16645==
==16645== More than 1000 different errors detected. I'm not reporting any more.
==16645== Final error counts will be inaccurate. Go fix your program!
==16645== Rerun with --error-limit=no to disable this cutoff. Note
==16645== that errors may occur in your program without prior warning from
==16645== Valgrind, because errors are no longer being displayed.
==16645==
==16645==
==16645== HEAP SUMMARY:
==16645== in use at exit: 416 bytes in 6 blocks
==16645== total heap usage: 147,247 allocs, 147,241 frees, 26,428,608 bytes allocated
==16645==
==16645== LEAK SUMMARY:
==16645== definitely lost: 0 bytes in 0 blocks
==16645== indirectly lost: 0 bytes in 0 blocks
==16645== possibly lost: 0 bytes in 0 blocks
==16645== still reachable: 416 bytes in 6 blocks
==16645== suppressed: 0 bytes in 0 blocks
==16645== Rerun with --leak-check=full to see details of leaked memory
==16645==
==16645== For counts of detected and suppressed errors, rerun with: -v
==16645== Use --track-origins=yes to see where uninitialised values come from
==16645== ERROR SUMMARY: 4070 errors from 1000 contexts (suppressed: 0 from 0)
==16650== Memcheck, a memory error detector
==16650== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==16650== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==16650== Command: ./ecdsatest
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F33E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F33E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F33E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F33E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F412: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F412: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F412: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F412: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F42A: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450719: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450728: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45073A: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450753: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45076C: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450785: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507A5: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507B4: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507D3: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507EC: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450809: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45081B: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450834: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45084D: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45086E: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450876: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F449: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F483: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450719: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450728: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45073A: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450753: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45076C: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450785: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507A5: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507B4: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507D3: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507EC: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450809: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45081B: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450834: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45084D: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45086E: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450876: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4E3: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F3F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F3F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F3F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F3F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450719: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450728: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45073A: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450753: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45076C: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450785: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507A5: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507B4: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507D3: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507EC: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450809: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45081B: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450834: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45084D: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45086E: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450876: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F4C4: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F74D: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F795: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F795: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F795: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F795: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7AF: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7D1: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7D1: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7D1: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7D1: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F840: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8AA: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8AA: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8AA: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8AA: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8D0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8D0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8D0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8D0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F8EC: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F90E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45038A: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F90E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450469: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F90E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450ADE: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F90E: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F926: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FA5F: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401CAC: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F181: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450719: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450728: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45073A: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450753: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45076C: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450785: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507A5: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507B4: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507D3: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507EC: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450809: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45081B: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650==
==16650== More than 100 errors detected. Subsequent errors
==16650== will still be recorded, but in less detail than before.
==16650== Use of uninitialised value of size 8
==16650== at 0x450834: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45084D: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45086E: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450876: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F1C9: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F46D: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F735: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F771: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450719: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450728: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45073A: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450753: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45076C: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450785: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507A5: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507B4: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507D3: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507EC: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450809: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45081B: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450834: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45084D: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45086E: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450876: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F7F0: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F806: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F828: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F864: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450539: BN_GF2m_mod_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450F32: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450F70: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407524: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450F70: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407533: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450F70: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x40753D: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x450F70: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x451288: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x45121D: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40740D: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40741C: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40742B: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407431: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4074A4: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40748D: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407493: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4074B4: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407446: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40744E: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407457: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4074C7: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40746E: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4074DF: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x451245: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407473: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x45125E: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4510B8: BN_GF2m_mod_inv (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4514F5: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42F888: ec_GF2m_montgomery_point_multiply (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB55: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E8F5: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42E8F8: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E910: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E92C: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x451615: BN_GF2m_mod_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E951: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450719: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450728: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45073A: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450753: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45076C: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450785: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507A5: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507B4: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507D3: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4507EC: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450809: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45081B: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450834: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45084D: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x45086E: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x450876: BN_GF2m_mod_sqr_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E973: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E9AA: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E9C4: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42E9E0: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450AC6: BN_GF2m_mod_mul_arr (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42EA05: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42EA1F: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x450241: BN_GF2m_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42EA39: ec_GF2m_simple_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42FB2B: ec_GF2m_simple_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCED: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41024A: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CB71: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CC15: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CC20: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x409631: BN_lshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CCF7: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44D253: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44D26A: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CF4E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CF6E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407524: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CF6E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407533: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CF6E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x40753D: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CF6E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4097EB: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x44CF6E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4102A2: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41031F: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x408011: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41031F: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401E30: x9_62_test_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401F69: x9_62_tests (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4018E7: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407DD1: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C499: BN_rand (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C147: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080BE: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C15A: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B571: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C16C: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B574: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C16C: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B29F: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C16C: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B2F9: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C16C: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080BE: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C17F: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B574: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C191: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080BE: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C1A9: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080C0: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C15A: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080C0: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C1A9: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40755E: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407566: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407573: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40755E: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407566: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407573: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CE83: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF64: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CEC8: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF6D: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF81: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF86: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF8A: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF94: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF99: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40DDF8: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40DE0E: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x40DDBF: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x40DEBC: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F05E: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40212D: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080C0: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42C17F: bn_rand_range (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F02A: EC_KEY_generate_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402182: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080BE: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F2BF: EC_KEY_check_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4021B2: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4080C0: BN_cmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40F2BF: EC_KEY_check_key (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4021B2: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407DD1: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410862: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0EA: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B4D4: BN_add (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41057D: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41058D: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407524: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41058D: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41058D: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075E4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41058D: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407524: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075E4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D58B: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407524: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075E4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CE1C: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40CF9E: compute_wNAF (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40D54C: ec_wNAF_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x40CCFC: EC_POINT_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4105BB: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CCBF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CCC2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CE6A: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CCD4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CE7E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CCD4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CEF3: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BACE: BN_nnmod (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CCD4: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CD50: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D243: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D246: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B29F: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B2F9: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2D8: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D1F0: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0EA: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D214: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D205: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4094B8: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40755E: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407566: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407573: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4097EB: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B09C: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0AF: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0EA: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B1BD: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B1DF: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B29F: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D26B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B2F9: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D26B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CD62: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CD6B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B09C: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD7A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B172: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD7A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0EA: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD7A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x409463: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x409472: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094A2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4094B8: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094BA: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4094C0: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094E0: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094F7: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x409505: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CD3A: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4097EB: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B09C: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B172: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40A022: bn_add_words (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B0D7: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40A040: bn_add_words (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B0D7: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0EA: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B1B9: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D2C2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D1FD: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B09C: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D214: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B172: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D214: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x409463: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x409472: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094A2: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094BA: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4094C0: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094E0: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4094F7: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x409505: BN_rshift1 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1DA: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B172: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B1B9: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075FF: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4075B3: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407617: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075B8: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075CC: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407595: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x40759B: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D230: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x4075E4: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x409737: BN_rshift (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D1BF: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B2CB: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D26B: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B565: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FCA: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B571: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B574: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B20E: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B231: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B28D: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B323: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B328: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B583: BN_sub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D28F: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D183: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42CF74: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CF77: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41063B: ecdsa_sign_setup (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410AAB: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44ED51: BN_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BCEE: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CB71: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BD05: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44D26A: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BD05: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CE6A: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BD05: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CE7E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BD05: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CEF3: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BD05: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x44CF4E: BN_div (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BD05: BN_mod_mul (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A4F: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B0EA: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BB90: BN_mod_add_quick (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A6A: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42BBAA: BN_mod_add_quick (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A6A: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42BBAD: BN_mod_add_quick (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A6A: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B29F: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A6A: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42B2F9: BN_usub (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410A6A: ecdsa_do_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D84: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E069: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40755E: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E069: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407566: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E069: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407573: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E069: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407515: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E08C: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40755E: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E08C: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407566: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E08C: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407573: BN_num_bits (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E08C: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F970: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420B1C: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40740D: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x407F48: BN_bn2bin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E084: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F9ED: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420CE2: asn1_template_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420A5D: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407446: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x407F48: BN_bn2bin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E084: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F9ED: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420CE2: asn1_template_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420A5D: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40744E: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x407F48: BN_bn2bin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E084: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F9ED: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420CE2: asn1_template_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420A5D: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Use of uninitialised value of size 8
==16650== at 0x407457: BN_num_bits_word (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x407F48: BN_bn2bin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E084: bn_i2c (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41F9ED: asn1_i2d_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4207A8: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420CE2: asn1_template_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x420A5D: ASN1_item_ex_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421174: ASN1_item_i2d (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410D97: ECDSA_sign (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402221: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407DD1: BN_bin2bn (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x41E12D: bn_c2i (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x421A09: asn1_ex_c2i (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4220E8: asn1_d2i_ex_primitive (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x423E9B: ASN1_item_ex_d2i (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x422C7F: asn1_template_noexp_d2i (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4232C4: asn1_template_ex_d2i (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4245AA: ASN1_item_d2i (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F62: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x407FED: BN_ucmp (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100AE: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4100B1: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CCC2: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42CD50: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D246: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D1F0: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D1FD: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x42D205: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x40777F: bn_expand2 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B188: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x4071BC: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x407794: bn_expand2 (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42B188: BN_uadd (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x42D255: BN_mod_inverse (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4100CB: ecdsa_do_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x410F8E: ECDSA_verify (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x402267: test_builtin (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x401971: main (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650==
==16650== Conditional jump or move depends on uninitialised value(s)
==16650== at 0x402BDE: CRYPTO_malloc (in /usr/src/openssl-1.0.1g/test/ecdsatest)
==16650== by 0x4071E4: bn_expand_internal (in /usr/src/openssl-1.0.1g/test/ecdsat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment