mariadb/extra/yassl/taocrypt/include
Marko Mäkelä 89d80c1b0b Fix many -Wconversion warnings.
Define my_thread_id as an unsigned type, to avoid mismatch with
ulonglong.  Change some parameters to this type.

Use size_t in a few more places.

Declare many flag constants as unsigned to avoid sign mismatch
when shifting bits or applying the unary ~ operator.

When applying the unary ~ operator to enum constants, explictly
cast the result to an unsigned type, because enum constants can
be treated as signed.

In InnoDB, change the source code line number parameters from
ulint to unsigned type. Also, make some InnoDB functions return
a narrower type (unsigned or uint32_t instead of ulint;
bool instead of ibool).
2017-03-07 19:07:27 +02:00
..
aes.hpp Bug #24740291: YASSL UPDATE TO 2.4.2 2016-09-28 20:06:46 +05:30
algebra.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
arc4.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
asn.hpp Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
block.hpp mysql-5.5.40 2014-10-06 19:53:55 +02:00
blowfish.hpp mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
coding.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
des.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
dh.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
dsa.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
error.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
file.hpp mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
hash.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
hc128.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
hmac.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
integer.hpp Bug #24740291: YASSL UPDATE TO 2.4.2 2016-09-28 20:06:46 +05:30
kernelc.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
md2.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
md4.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
md5.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
misc.hpp Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
modarith.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
modes.hpp Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
pwdbased.hpp mysql-5.5.40 2014-10-06 19:53:55 +02:00
rabbit.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
random.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
ripemd.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
rsa.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
runtime.hpp mysql-5.5.40 2014-10-06 19:53:55 +02:00
sha.hpp Bug#19370676 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT 2014-08-23 08:59:03 +05:30
twofish.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
type_traits.hpp Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
types.hpp Updated/added copyright headers. 2013-02-25 15:26:00 +01:00