Re: [SailfishDevel] OpenSSL AES CTR 128 help needed

2015-03-01 Thread Sander van Grieken
On Monday 23 February 2015 22:00:09 Andrey Kozhevnikov wrote: Hello Sailors! I need help in debugging issue in my simple test project: https://github.com/CODeRUS/aes-test In any platform/device it gives at least one failure during iterations. I googled and tried everything and have no

Re: [SailfishDevel] OpenSSL AES CTR 128 help needed

2015-03-01 Thread Sander van Grieken
On Sunday 01 March 2015 11:31:57 Sander van Grieken wrote: On Monday 23 February 2015 22:00:09 Andrey Kozhevnikov wrote: Hello Sailors! I need help in debugging issue in my simple test project: https://github.com/CODeRUS/aes-test In any platform/device it gives at least one failure

Re: [SailfishDevel] OpenSSL AES CTR 128 help needed

2015-03-01 Thread Andrey Kozhevnikov
Thank you all for suggestions, it works now this way: https://github.com/CODeRUS/aes-test/blob/master/aestest.cpp 01.03.2015 19:54, Sander van Grieken пишет: On Sunday 01 March 2015 14:35:47 Ove Kåven wrote: Den 23. feb. 2015 18:00, skrev Andrey Kozhevnikov: Hello Sailors! I need help in

[SailfishDevel] OpenSSL AES CTR 128 help needed

2015-02-23 Thread Andrey Kozhevnikov
Hello Sailors! I need help in debugging issue in my simple test project: https://github.com/CODeRUS/aes-test In any platform/device it gives at least one failure during iterations. I googled and tried everything and have no ideas anymore. Any help/ideas/suggestions are appreciated. Best