wolfssl/ctaocrypt/src
2013-10-28 11:03:50 -07:00
..
aes_asm.s Update AES-GCM and AES-CCM to use AES-NI 2013-06-19 14:52:58 -07:00
aes.c fix Kojo-san pull errors 2013-09-11 10:07:33 -07:00
arc4.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
asm.c break up huge math into individual parts so can add piece by piece, e.g., ECC256 2013-09-03 13:13:13 -07:00
asn.c add Microchip MPLAB Harmony support 2013-10-28 11:03:50 -07:00
blake2b.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
camellia.c allow NULL IVs for CBC mode, same as all zero IV 2013-07-08 11:52:00 -07:00
coding.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
compress.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
des3.c Coldfire SEC 2013-09-11 17:06:28 +09:00
dh.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
dsa.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
ecc_fp.c PKCS #5 v1.5 encrypted key adds, small build fixes 2011-03-22 07:35:18 -07:00
ecc.c fix shamir speed up init buffer 2013-10-10 18:47:25 -07:00
error.c move mutex to port layer at crypto level 2013-09-06 16:38:27 -07:00
fp_mont_small.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_3.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_4.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_6.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_7.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_8.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_9.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_12.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_17.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_20.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_24.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_28.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_32.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_48.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_64.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_mul_comba_small_set.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_3.i break up huge math into individual parts so can add piece by piece, e.g., ECC256 2013-09-03 13:13:13 -07:00
fp_sqr_comba_4.i break up huge math into individual parts so can add piece by piece, e.g., ECC256 2013-09-03 13:13:13 -07:00
fp_sqr_comba_6.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_7.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_8.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_9.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_12.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_17.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_20.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_24.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_28.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_32.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_48.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_64.i change copyright name with name change 2013-02-05 12:44:17 -08:00
fp_sqr_comba_small_set.i change copyright name with name change 2013-02-05 12:44:17 -08:00
hc128.c allow NULL IVs for CBC mode, same as all zero IV 2013-07-08 11:52:00 -07:00
hmac.c add HC-128 Blake2b 256 cipher suite for speed test 2013-10-23 17:13:54 -07:00
include.am fix new files make dist 2011-08-26 15:36:26 -07:00
integer.c fix sniffer build w/o fastmath 2013-09-23 13:37:04 -07:00
logging.c Commit 2.6.2 2013-05-19 10:02:13 +09:00
md2.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
md4.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
md5.c Commit 2.6.2 2013-05-19 10:02:13 +09:00
memory.c fix CYASSL_MALLOC_CHECK hard tabs and extra function not needed 2013-05-29 11:18:16 -07:00
misc.c Commit 2.6.2 2013-05-19 10:02:13 +09:00
port.c move mutex to port layer at crypto level 2013-09-06 16:38:27 -07:00
pwdbased.c centralizing MAX_DIGEST_SIZE definition in hmac.h 2013-09-06 15:53:46 -03:00
rabbit.c allow NULL IVs for CBC mode, same as all zero IV 2013-07-08 11:52:00 -07:00
random.c add Microchip MPLAB Harmony support 2013-10-28 11:03:50 -07:00
ripemd.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
rsa.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
sha256.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
sha512.c make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config 2013-04-10 11:04:29 -07:00
sha.c Commit 2.6.2 2013-05-19 10:02:13 +09:00
tfm.c ECDSA signatures need a zero padding for the ASN.1 storage of the R and S values 2013-09-05 15:00:01 -07:00