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 n

[SailfishDevel] Kill android process as Nemo user

2015-03-01 Thread Ales Katona
Is it possible to kill apkd-launcher started android processes as the nemo user? It seems that currently a native sailfishOS app can run any android APK but it can't kill it afterwards since apkd runs the android VM/app under a new user each time. I understand that this is how android handles sand

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 deb

Re: [SailfishDevel] OpenSSL AES CTR 128 help needed

2015-03-01 Thread 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 debugging issue in my simple test project: > > https://github.com/CODeRUS/aes-test > > In any platform/device it gives at least one failure during iterati

Re: [SailfishDevel] OpenSSL AES CTR 128 help needed

2015-03-01 Thread Ove Kåven
Den 23. feb. 2015 18:00, skrev 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 he

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

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 n