Re: [lng-odp] [API-NEXT PATCHv3] linux-generic: crypto: add openssl locking support for thread safety

2017-01-13 Thread Maxim Uvarov
On 01/13/17 15:50, Christophe Milard wrote: > On 9 January 2017 at 16:24, Bill Fischofer wrote: >> Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2798 by adding >> OpenSSL callbacks for locking that use ticketlocks to provide >> thread-safety for OpenSSL calls made by ODP components such as r

Re: [lng-odp] [API-NEXT PATCHv3] linux-generic: crypto: add openssl locking support for thread safety

2017-01-13 Thread Christophe Milard
On 9 January 2017 at 16:24, Bill Fischofer wrote: > Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2798 by adding > OpenSSL callbacks for locking that use ticketlocks to provide > thread-safety for OpenSSL calls made by ODP components such as random > number generation. > > Signed-off-by: Bil

Re: [lng-odp] [API-NEXT PATCHv3] linux-generic: crypto: add openssl locking support for thread safety

2017-01-11 Thread Christophe Milard
Hi Bill, On 11 January 2017 at 13:25, Bill Fischofer wrote: > On Wed, Jan 11, 2017 at 3:35 AM, Christophe Milard > wrote: >> On 2017-01-09 09:24, Bill Fischofer wrote: >>> Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2798 by adding >>> OpenSSL callbacks for locking that use ticketlocks to

Re: [lng-odp] [API-NEXT PATCHv3] linux-generic: crypto: add openssl locking support for thread safety

2017-01-11 Thread Bill Fischofer
On Wed, Jan 11, 2017 at 3:35 AM, Christophe Milard wrote: > On 2017-01-09 09:24, Bill Fischofer wrote: >> Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2798 by adding >> OpenSSL callbacks for locking that use ticketlocks to provide >> thread-safety for OpenSSL calls made by ODP components su

Re: [lng-odp] [API-NEXT PATCHv3] linux-generic: crypto: add openssl locking support for thread safety

2017-01-11 Thread Christophe Milard
On 2017-01-09 09:24, Bill Fischofer wrote: > Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2798 by adding > OpenSSL callbacks for locking that use ticketlocks to provide > thread-safety for OpenSSL calls made by ODP components such as random > number generation. > > Signed-off-by: Bill Fisch

[lng-odp] [API-NEXT PATCHv3] linux-generic: crypto: add openssl locking support for thread safety

2017-01-09 Thread Bill Fischofer
Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2798 by adding OpenSSL callbacks for locking that use ticketlocks to provide thread-safety for OpenSSL calls made by ODP components such as random number generation. Signed-off-by: Bill Fischofer --- Changes for v3: - Move code from odp_init.c t