From 97533c85748f93eb6754dc35d71a5994416b6711 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 16 Dec 2014 22:07:06 -0500 Subject: [PATCH] add LTC_SOURCE to each libtomcrypt .c file because that's easier than breaking upthe jni Android.mk --- dropbear/libtomcrypt/src/ciphers/aes/aes.c | 1 + dropbear/libtomcrypt/src/ciphers/aes/aes_tab.c | 1 + dropbear/libtomcrypt/src/ciphers/anubis.c | 1 + dropbear/libtomcrypt/src/ciphers/blowfish.c | 1 + dropbear/libtomcrypt/src/ciphers/cast5.c | 1 + dropbear/libtomcrypt/src/ciphers/des.c | 1 + dropbear/libtomcrypt/src/ciphers/kasumi.c | 1 + dropbear/libtomcrypt/src/ciphers/khazad.c | 1 + dropbear/libtomcrypt/src/ciphers/kseed.c | 1 + dropbear/libtomcrypt/src/ciphers/noekeon.c | 1 + dropbear/libtomcrypt/src/ciphers/rc2.c | 1 + dropbear/libtomcrypt/src/ciphers/rc5.c | 1 + dropbear/libtomcrypt/src/ciphers/rc6.c | 1 + dropbear/libtomcrypt/src/ciphers/safer/safer.c | 1 + dropbear/libtomcrypt/src/ciphers/safer/safer_tab.c | 1 + dropbear/libtomcrypt/src/ciphers/safer/saferp.c | 1 + dropbear/libtomcrypt/src/ciphers/skipjack.c | 1 + dropbear/libtomcrypt/src/ciphers/twofish/twofish.c | 1 + dropbear/libtomcrypt/src/ciphers/twofish/twofish_tab.c | 1 + dropbear/libtomcrypt/src/ciphers/xtea.c | 1 + dropbear/libtomcrypt/src/encauth/ccm/ccm_memory.c | 1 + dropbear/libtomcrypt/src/encauth/ccm/ccm_test.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_addheader.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_decrypt.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_done.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_encrypt.c | 1 + .../src/encauth/eax/eax_encrypt_authenticate_memory.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_init.c | 1 + dropbear/libtomcrypt/src/encauth/eax/eax_test.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_add_aad.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_add_iv.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_done.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_init.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_memory.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_mult_h.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_process.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_reset.c | 1 + dropbear/libtomcrypt/src/encauth/gcm/gcm_test.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt.c | 1 + .../src/encauth/ocb/ocb_encrypt_authenticate_memory.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_init.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_ntz.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/ocb_test.c | 1 + dropbear/libtomcrypt/src/encauth/ocb/s_ocb_done.c | 1 + dropbear/libtomcrypt/src/hashes/chc/chc.c | 1 + dropbear/libtomcrypt/src/hashes/helper/hash_file.c | 1 + dropbear/libtomcrypt/src/hashes/helper/hash_filehandle.c | 1 + dropbear/libtomcrypt/src/hashes/helper/hash_memory.c | 1 + dropbear/libtomcrypt/src/hashes/helper/hash_memory_multi.c | 1 + dropbear/libtomcrypt/src/hashes/md2.c | 1 + dropbear/libtomcrypt/src/hashes/md4.c | 1 + dropbear/libtomcrypt/src/hashes/md5.c | 1 + dropbear/libtomcrypt/src/hashes/rmd128.c | 1 + dropbear/libtomcrypt/src/hashes/rmd160.c | 1 + dropbear/libtomcrypt/src/hashes/rmd256.c | 1 + dropbear/libtomcrypt/src/hashes/rmd320.c | 1 + dropbear/libtomcrypt/src/hashes/sha1.c | 1 + dropbear/libtomcrypt/src/hashes/sha2/sha224.c | 1 + dropbear/libtomcrypt/src/hashes/sha2/sha256.c | 1 + dropbear/libtomcrypt/src/hashes/sha2/sha384.c | 1 + dropbear/libtomcrypt/src/hashes/sha2/sha512.c | 1 + dropbear/libtomcrypt/src/hashes/tiger.c | 1 + dropbear/libtomcrypt/src/hashes/whirl/whirl.c | 1 + dropbear/libtomcrypt/src/hashes/whirl/whirltab.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_done.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_file.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_init.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_memory.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_memory_multi.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_process.c | 1 + dropbear/libtomcrypt/src/mac/f9/f9_test.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_done.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_file.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_init.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_memory.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_memory_multi.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_process.c | 1 + dropbear/libtomcrypt/src/mac/hmac/hmac_test.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_done.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_file.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_init.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_memory.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_memory_multi.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_process.c | 1 + dropbear/libtomcrypt/src/mac/omac/omac_test.c | 1 + dropbear/libtomcrypt/src/mac/pelican/pelican.c | 1 + dropbear/libtomcrypt/src/mac/pelican/pelican_memory.c | 1 + dropbear/libtomcrypt/src/mac/pelican/pelican_test.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_done.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_file.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_init.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_memory.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_memory_multi.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_ntz.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_process.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_shift_xor.c | 1 + dropbear/libtomcrypt/src/mac/pmac/pmac_test.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_done.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_file.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_init.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_process.c | 1 + dropbear/libtomcrypt/src/mac/xcbc/xcbc_test.c | 1 + dropbear/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c | 1 + dropbear/libtomcrypt/src/math/gmp_desc.c | 1 + dropbear/libtomcrypt/src/math/ltm_desc.c | 1 + dropbear/libtomcrypt/src/math/multi.c | 1 + dropbear/libtomcrypt/src/math/rand_prime.c | 1 + dropbear/libtomcrypt/src/math/tfm_desc.c | 1 + dropbear/libtomcrypt/src/misc/base64/base64_decode.c | 1 + dropbear/libtomcrypt/src/misc/base64/base64_encode.c | 1 + dropbear/libtomcrypt/src/misc/burn_stack.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_argchk.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_find_prng.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_fsa.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_register_cipher.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_register_hash.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_register_prng.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c | 1 + dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c | 1 + dropbear/libtomcrypt/src/misc/error_to_string.c | 1 + dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c | 1 + dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c | 1 + dropbear/libtomcrypt/src/misc/zeromem.c | 1 + dropbear/libtomcrypt/src/modes/cbc/cbc_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/cbc/cbc_done.c | 1 + dropbear/libtomcrypt/src/modes/cbc/cbc_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/cbc/cbc_getiv.c | 1 + dropbear/libtomcrypt/src/modes/cbc/cbc_setiv.c | 1 + dropbear/libtomcrypt/src/modes/cbc/cbc_start.c | 1 + dropbear/libtomcrypt/src/modes/cfb/cfb_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/cfb/cfb_done.c | 1 + dropbear/libtomcrypt/src/modes/cfb/cfb_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/cfb/cfb_getiv.c | 1 + dropbear/libtomcrypt/src/modes/cfb/cfb_setiv.c | 1 + dropbear/libtomcrypt/src/modes/cfb/cfb_start.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_done.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_getiv.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_setiv.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_start.c | 1 + dropbear/libtomcrypt/src/modes/ctr/ctr_test.c | 1 + dropbear/libtomcrypt/src/modes/ecb/ecb_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/ecb/ecb_done.c | 1 + dropbear/libtomcrypt/src/modes/ecb/ecb_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/ecb/ecb_start.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_done.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_getiv.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_setiv.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_start.c | 1 + dropbear/libtomcrypt/src/modes/f8/f8_test_mode.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_done.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_getiv.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_process.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_setiv.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_start.c | 1 + dropbear/libtomcrypt/src/modes/lrw/lrw_test.c | 1 + dropbear/libtomcrypt/src/modes/ofb/ofb_decrypt.c | 1 + dropbear/libtomcrypt/src/modes/ofb/ofb_done.c | 1 + dropbear/libtomcrypt/src/modes/ofb/ofb_encrypt.c | 1 + dropbear/libtomcrypt/src/modes/ofb/ofb_getiv.c | 1 + dropbear/libtomcrypt/src/modes/ofb/ofb_setiv.c | 1 + dropbear/libtomcrypt/src/modes/ofb/ofb_start.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c | 1 + .../libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c | 1 + .../libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c | 1 + .../libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c | 1 + .../libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c | 1 + .../libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c | 1 + .../libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c | 1 + .../pk/asn1/der/object_identifier/der_decode_object_identifier.c | 1 + .../pk/asn1/der/object_identifier/der_encode_object_identifier.c | 1 + .../pk/asn1/der/object_identifier/der_length_object_identifier.c | 1 + .../libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c | 1 + .../libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c | 1 + .../libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c | 1 + .../pk/asn1/der/printable_string/der_decode_printable_string.c | 1 + .../pk/asn1/der/printable_string/der_encode_printable_string.c | 1 + .../pk/asn1/der/printable_string/der_length_printable_string.c | 1 + .../src/pk/asn1/der/sequence/der_decode_sequence_ex.c | 1 + .../src/pk/asn1/der/sequence/der_decode_sequence_flexi.c | 1 + .../src/pk/asn1/der/sequence/der_decode_sequence_multi.c | 1 + .../src/pk/asn1/der/sequence/der_encode_sequence_ex.c | 1 + .../src/pk/asn1/der/sequence/der_encode_sequence_multi.c | 1 + .../libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c | 1 + .../libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c | 1 + dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c | 1 + .../src/pk/asn1/der/short_integer/der_decode_short_integer.c | 1 + .../src/pk/asn1/der/short_integer/der_encode_short_integer.c | 1 + .../src/pk/asn1/der/short_integer/der_length_short_integer.c | 1 + .../libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c | 1 + .../libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c | 1 + .../libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c | 1 + .../libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c | 1 + .../libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c | 1 + .../libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_export.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_free.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_import.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_make_key.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_shared_secret.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_sign_hash.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_verify_hash.c | 1 + dropbear/libtomcrypt/src/pk/dsa/dsa_verify_key.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_export.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_free.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_get_size.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_import.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_make_key.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_shared_secret.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_sign_hash.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_sizes.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_test.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ecc_verify_hash.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_map.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_points.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c | 1 + dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_decrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_encrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_export.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_exptmod.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_free.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_import.c | 1 + dropbear/libtomcrypt/src/pk/katja/katja_make_key.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c | 1 + dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_export.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_exptmod.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_free.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_import.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_make_key.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_sign_hash.c | 1 + dropbear/libtomcrypt/src/pk/rsa/rsa_verify_hash.c | 1 + dropbear/libtomcrypt/src/prngs/fortuna.c | 1 + dropbear/libtomcrypt/src/prngs/rc4.c | 1 + dropbear/libtomcrypt/src/prngs/rng_get_bytes.c | 1 + dropbear/libtomcrypt/src/prngs/rng_make_prng.c | 1 + dropbear/libtomcrypt/src/prngs/sober128.c | 1 + dropbear/libtomcrypt/src/prngs/sober128tab.c | 1 + dropbear/libtomcrypt/src/prngs/sprng.c | 1 + dropbear/libtomcrypt/src/prngs/yarrow.c | 1 + 298 files changed, 298 insertions(+) diff --git a/dropbear/libtomcrypt/src/ciphers/aes/aes.c b/dropbear/libtomcrypt/src/ciphers/aes/aes.c index 74798e8..69fcc22 100644 --- a/dropbear/libtomcrypt/src/ciphers/aes/aes.c +++ b/dropbear/libtomcrypt/src/ciphers/aes/aes.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/aes/aes_tab.c b/dropbear/libtomcrypt/src/ciphers/aes/aes_tab.c index 0ef9731..a6f8c02 100644 --- a/dropbear/libtomcrypt/src/ciphers/aes/aes_tab.c +++ b/dropbear/libtomcrypt/src/ciphers/aes/aes_tab.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/anubis.c b/dropbear/libtomcrypt/src/ciphers/anubis.c index 9a0722c..8c40e0d 100644 --- a/dropbear/libtomcrypt/src/ciphers/anubis.c +++ b/dropbear/libtomcrypt/src/ciphers/anubis.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/blowfish.c b/dropbear/libtomcrypt/src/ciphers/blowfish.c index ae8945f..0f80368 100644 --- a/dropbear/libtomcrypt/src/ciphers/blowfish.c +++ b/dropbear/libtomcrypt/src/ciphers/blowfish.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/cast5.c b/dropbear/libtomcrypt/src/ciphers/cast5.c index eba39da..d7c95de 100644 --- a/dropbear/libtomcrypt/src/ciphers/cast5.c +++ b/dropbear/libtomcrypt/src/ciphers/cast5.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/des.c b/dropbear/libtomcrypt/src/ciphers/des.c index e505b14..1568a96 100644 --- a/dropbear/libtomcrypt/src/ciphers/des.c +++ b/dropbear/libtomcrypt/src/ciphers/des.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/kasumi.c b/dropbear/libtomcrypt/src/ciphers/kasumi.c index 4a075b1..4e827d8 100644 --- a/dropbear/libtomcrypt/src/ciphers/kasumi.c +++ b/dropbear/libtomcrypt/src/ciphers/kasumi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/khazad.c b/dropbear/libtomcrypt/src/ciphers/khazad.c index 8490950..8e2b566 100644 --- a/dropbear/libtomcrypt/src/ciphers/khazad.c +++ b/dropbear/libtomcrypt/src/ciphers/khazad.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/kseed.c b/dropbear/libtomcrypt/src/ciphers/kseed.c index 4281ac5..1016c70 100644 --- a/dropbear/libtomcrypt/src/ciphers/kseed.c +++ b/dropbear/libtomcrypt/src/ciphers/kseed.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/noekeon.c b/dropbear/libtomcrypt/src/ciphers/noekeon.c index f467ff2..eb0c576 100644 --- a/dropbear/libtomcrypt/src/ciphers/noekeon.c +++ b/dropbear/libtomcrypt/src/ciphers/noekeon.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/rc2.c b/dropbear/libtomcrypt/src/ciphers/rc2.c index de62cda..0738622 100644 --- a/dropbear/libtomcrypt/src/ciphers/rc2.c +++ b/dropbear/libtomcrypt/src/ciphers/rc2.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/rc5.c b/dropbear/libtomcrypt/src/ciphers/rc5.c index 2d5fdb8..53f5f1f 100644 --- a/dropbear/libtomcrypt/src/ciphers/rc5.c +++ b/dropbear/libtomcrypt/src/ciphers/rc5.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/rc6.c b/dropbear/libtomcrypt/src/ciphers/rc6.c index 8afa033..87f9506 100644 --- a/dropbear/libtomcrypt/src/ciphers/rc6.c +++ b/dropbear/libtomcrypt/src/ciphers/rc6.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/safer/safer.c b/dropbear/libtomcrypt/src/ciphers/safer/safer.c index 9fdaf37..e0a8074 100644 --- a/dropbear/libtomcrypt/src/ciphers/safer/safer.c +++ b/dropbear/libtomcrypt/src/ciphers/safer/safer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/safer/safer_tab.c b/dropbear/libtomcrypt/src/ciphers/safer/safer_tab.c index a542768..ffb6a1c 100644 --- a/dropbear/libtomcrypt/src/ciphers/safer/safer_tab.c +++ b/dropbear/libtomcrypt/src/ciphers/safer/safer_tab.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/safer/saferp.c b/dropbear/libtomcrypt/src/ciphers/safer/saferp.c index dff4ee9..cc498c3 100644 --- a/dropbear/libtomcrypt/src/ciphers/safer/saferp.c +++ b/dropbear/libtomcrypt/src/ciphers/safer/saferp.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/skipjack.c b/dropbear/libtomcrypt/src/ciphers/skipjack.c index 3e0b576..ce620b5 100644 --- a/dropbear/libtomcrypt/src/ciphers/skipjack.c +++ b/dropbear/libtomcrypt/src/ciphers/skipjack.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/twofish/twofish.c b/dropbear/libtomcrypt/src/ciphers/twofish/twofish.c index 9e6d0d4..1caf16f 100644 --- a/dropbear/libtomcrypt/src/ciphers/twofish/twofish.c +++ b/dropbear/libtomcrypt/src/ciphers/twofish/twofish.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/twofish/twofish_tab.c b/dropbear/libtomcrypt/src/ciphers/twofish/twofish_tab.c index f8a373f..cc2544a 100644 --- a/dropbear/libtomcrypt/src/ciphers/twofish/twofish_tab.c +++ b/dropbear/libtomcrypt/src/ciphers/twofish/twofish_tab.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/ciphers/xtea.c b/dropbear/libtomcrypt/src/ciphers/xtea.c index ac73400..6b1c1c8 100644 --- a/dropbear/libtomcrypt/src/ciphers/xtea.c +++ b/dropbear/libtomcrypt/src/ciphers/xtea.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ccm/ccm_memory.c b/dropbear/libtomcrypt/src/encauth/ccm/ccm_memory.c index c5eee18..f5da7ba 100644 --- a/dropbear/libtomcrypt/src/encauth/ccm/ccm_memory.c +++ b/dropbear/libtomcrypt/src/encauth/ccm/ccm_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ccm/ccm_test.c b/dropbear/libtomcrypt/src/encauth/ccm/ccm_test.c index 3a45bfb..22aacd9 100644 --- a/dropbear/libtomcrypt/src/encauth/ccm/ccm_test.c +++ b/dropbear/libtomcrypt/src/encauth/ccm/ccm_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_addheader.c b/dropbear/libtomcrypt/src/encauth/eax/eax_addheader.c index b1054e5..0a5d9f9 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_addheader.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_addheader.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt.c b/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt.c index 22a66ab..ac73fb3 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c b/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c index 693ddfa..999fd0d 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_decrypt_verify_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_done.c b/dropbear/libtomcrypt/src/encauth/eax/eax_done.c index 1e02939..f5a01e7 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_done.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt.c b/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt.c index dc8bc3d..c83d2fb 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c b/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c index e9e52d0..57957a2 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_init.c b/dropbear/libtomcrypt/src/encauth/eax/eax_init.c index 48512b5..87f5a51 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_init.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/eax/eax_test.c b/dropbear/libtomcrypt/src/encauth/eax/eax_test.c index d154271..9c1a6ca 100644 --- a/dropbear/libtomcrypt/src/encauth/eax/eax_test.c +++ b/dropbear/libtomcrypt/src/encauth/eax/eax_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_aad.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_aad.c index 6037c6c..47dbaa7 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_aad.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_aad.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_iv.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_iv.c index 44e3167..fc326b1 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_iv.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_add_iv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_done.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_done.c index 4cbd09f..712ea3a 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_done.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c index 52e82dd..242e17e 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_gf_mult.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_init.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_init.c index c0f7a5a..ab79c9e 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_init.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_memory.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_memory.c index ddec010..67376af 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_memory.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_mult_h.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_mult_h.c index 8391e00..c4be271 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_mult_h.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_mult_h.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_process.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_process.c index f4d21d3..df0e191 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_process.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_reset.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_reset.c index a6a8522..cec67ce 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_reset.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_reset.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/gcm/gcm_test.c b/dropbear/libtomcrypt/src/encauth/gcm/gcm_test.c index 2f8539b..7c9c0b9 100644 --- a/dropbear/libtomcrypt/src/encauth/gcm/gcm_test.c +++ b/dropbear/libtomcrypt/src/encauth/gcm/gcm_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt.c index 58f3825..01d8491 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c index b7b8840..af7ea23 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c index 2a3ae39..0165152 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c index 5948d82..fc44a6d 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt.c index 3c4991c..de0c8e6 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c index e58975e..b65dfa7 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_init.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_init.c index 536af87..9f5f4ff 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_init.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_ntz.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_ntz.c index 8100ec0..c01b577 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_ntz.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_ntz.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c index dea43ee..478a0a1 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_shift_xor.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/ocb_test.c b/dropbear/libtomcrypt/src/encauth/ocb/ocb_test.c index 4d7ed78..b640583 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/ocb_test.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/ocb_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/encauth/ocb/s_ocb_done.c b/dropbear/libtomcrypt/src/encauth/ocb/s_ocb_done.c index 7688a42..10b2d29 100644 --- a/dropbear/libtomcrypt/src/encauth/ocb/s_ocb_done.c +++ b/dropbear/libtomcrypt/src/encauth/ocb/s_ocb_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/chc/chc.c b/dropbear/libtomcrypt/src/hashes/chc/chc.c index 3f86270..a630f04 100644 --- a/dropbear/libtomcrypt/src/hashes/chc/chc.c +++ b/dropbear/libtomcrypt/src/hashes/chc/chc.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/helper/hash_file.c b/dropbear/libtomcrypt/src/hashes/helper/hash_file.c index a92025c..af8a306 100644 --- a/dropbear/libtomcrypt/src/hashes/helper/hash_file.c +++ b/dropbear/libtomcrypt/src/hashes/helper/hash_file.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/helper/hash_filehandle.c b/dropbear/libtomcrypt/src/hashes/helper/hash_filehandle.c index be2cbf9..f2bddcf 100644 --- a/dropbear/libtomcrypt/src/hashes/helper/hash_filehandle.c +++ b/dropbear/libtomcrypt/src/hashes/helper/hash_filehandle.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/helper/hash_memory.c b/dropbear/libtomcrypt/src/hashes/helper/hash_memory.c index def9fa7..35db8e2 100644 --- a/dropbear/libtomcrypt/src/hashes/helper/hash_memory.c +++ b/dropbear/libtomcrypt/src/hashes/helper/hash_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/helper/hash_memory_multi.c b/dropbear/libtomcrypt/src/hashes/helper/hash_memory_multi.c index 91f2d0c..6f7b471 100644 --- a/dropbear/libtomcrypt/src/hashes/helper/hash_memory_multi.c +++ b/dropbear/libtomcrypt/src/hashes/helper/hash_memory_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/md2.c b/dropbear/libtomcrypt/src/hashes/md2.c index b917213..705c07a 100644 --- a/dropbear/libtomcrypt/src/hashes/md2.c +++ b/dropbear/libtomcrypt/src/hashes/md2.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/md4.c b/dropbear/libtomcrypt/src/hashes/md4.c index 42645ef..310db32 100644 --- a/dropbear/libtomcrypt/src/hashes/md4.c +++ b/dropbear/libtomcrypt/src/hashes/md4.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/md5.c b/dropbear/libtomcrypt/src/hashes/md5.c index f6274f9..c697255 100644 --- a/dropbear/libtomcrypt/src/hashes/md5.c +++ b/dropbear/libtomcrypt/src/hashes/md5.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/rmd128.c b/dropbear/libtomcrypt/src/hashes/rmd128.c index d294626..1ba13a6 100644 --- a/dropbear/libtomcrypt/src/hashes/rmd128.c +++ b/dropbear/libtomcrypt/src/hashes/rmd128.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/rmd160.c b/dropbear/libtomcrypt/src/hashes/rmd160.c index a1c090a..5e0cd9d 100644 --- a/dropbear/libtomcrypt/src/hashes/rmd160.c +++ b/dropbear/libtomcrypt/src/hashes/rmd160.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/rmd256.c b/dropbear/libtomcrypt/src/hashes/rmd256.c index 4540ef9..7cb41d8 100644 --- a/dropbear/libtomcrypt/src/hashes/rmd256.c +++ b/dropbear/libtomcrypt/src/hashes/rmd256.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/rmd320.c b/dropbear/libtomcrypt/src/hashes/rmd320.c index a11fca4..c66d069 100644 --- a/dropbear/libtomcrypt/src/hashes/rmd320.c +++ b/dropbear/libtomcrypt/src/hashes/rmd320.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/sha1.c b/dropbear/libtomcrypt/src/hashes/sha1.c index 8cc6855..abd1d87 100644 --- a/dropbear/libtomcrypt/src/hashes/sha1.c +++ b/dropbear/libtomcrypt/src/hashes/sha1.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/sha2/sha224.c b/dropbear/libtomcrypt/src/hashes/sha2/sha224.c index f085d50..02344b5 100644 --- a/dropbear/libtomcrypt/src/hashes/sha2/sha224.c +++ b/dropbear/libtomcrypt/src/hashes/sha2/sha224.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/sha2/sha256.c b/dropbear/libtomcrypt/src/hashes/sha2/sha256.c index 2b42cb7..89d37b6 100644 --- a/dropbear/libtomcrypt/src/hashes/sha2/sha256.c +++ b/dropbear/libtomcrypt/src/hashes/sha2/sha256.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/sha2/sha384.c b/dropbear/libtomcrypt/src/hashes/sha2/sha384.c index ac7709c..9f7c1a0 100644 --- a/dropbear/libtomcrypt/src/hashes/sha2/sha384.c +++ b/dropbear/libtomcrypt/src/hashes/sha2/sha384.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/sha2/sha512.c b/dropbear/libtomcrypt/src/hashes/sha2/sha512.c index 08c95ef..56966c8 100644 --- a/dropbear/libtomcrypt/src/hashes/sha2/sha512.c +++ b/dropbear/libtomcrypt/src/hashes/sha2/sha512.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/tiger.c b/dropbear/libtomcrypt/src/hashes/tiger.c index 9a4052c..6744d58 100644 --- a/dropbear/libtomcrypt/src/hashes/tiger.c +++ b/dropbear/libtomcrypt/src/hashes/tiger.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/whirl/whirl.c b/dropbear/libtomcrypt/src/hashes/whirl/whirl.c index 65e38a7..c749021 100644 --- a/dropbear/libtomcrypt/src/hashes/whirl/whirl.c +++ b/dropbear/libtomcrypt/src/hashes/whirl/whirl.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/hashes/whirl/whirltab.c b/dropbear/libtomcrypt/src/hashes/whirl/whirltab.c index c83d0b2..78db510 100644 --- a/dropbear/libtomcrypt/src/hashes/whirl/whirltab.c +++ b/dropbear/libtomcrypt/src/hashes/whirl/whirltab.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /** @file whirltab.c WHIRLPOOL tables, Tom St Denis diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_done.c b/dropbear/libtomcrypt/src/mac/f9/f9_done.c index 1794ecc..b60cac4 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_done.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_file.c b/dropbear/libtomcrypt/src/mac/f9/f9_file.c index 4c53e76..fe675f4 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_file.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_file.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_init.c b/dropbear/libtomcrypt/src/mac/f9/f9_init.c index aefd8a7..e024824 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_init.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_memory.c b/dropbear/libtomcrypt/src/mac/f9/f9_memory.c index 2b3901a..31fa578 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_memory.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_memory_multi.c b/dropbear/libtomcrypt/src/mac/f9/f9_memory_multi.c index 5b315f5..72f9321 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_memory_multi.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_memory_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_process.c b/dropbear/libtomcrypt/src/mac/f9/f9_process.c index e8bd88b..fca4d07 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_process.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/f9/f9_test.c b/dropbear/libtomcrypt/src/mac/f9/f9_test.c index 4cddfe6..c65d08a 100644 --- a/dropbear/libtomcrypt/src/mac/f9/f9_test.c +++ b/dropbear/libtomcrypt/src/mac/f9/f9_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_done.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_done.c index 5ba541a..f830d23 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_done.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_file.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_file.c index b296320..010b08b 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_file.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_file.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_init.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_init.c index 2d61a9a..a695fed 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_init.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_memory.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_memory.c index 7dc364a..d928dd4 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_memory.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_memory_multi.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_memory_multi.c index 2382502..4c7ae77 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_memory_multi.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_memory_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_process.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_process.c index 04b5ee2..4709b42 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_process.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/hmac/hmac_test.c b/dropbear/libtomcrypt/src/mac/hmac/hmac_test.c index 4a03f87..b10cf3b 100644 --- a/dropbear/libtomcrypt/src/mac/hmac/hmac_test.c +++ b/dropbear/libtomcrypt/src/mac/hmac/hmac_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_done.c b/dropbear/libtomcrypt/src/mac/omac/omac_done.c index 7a0453b..acbf45d 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_done.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_file.c b/dropbear/libtomcrypt/src/mac/omac/omac_file.c index 7117ae3..bb7ec7e 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_file.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_file.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_init.c b/dropbear/libtomcrypt/src/mac/omac/omac_init.c index cbf26a2..c549112 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_init.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_memory.c b/dropbear/libtomcrypt/src/mac/omac/omac_memory.c index 50b2db0..c75d279 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_memory.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_memory_multi.c b/dropbear/libtomcrypt/src/mac/omac/omac_memory_multi.c index 4445ca2..a6d7d19 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_memory_multi.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_memory_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_process.c b/dropbear/libtomcrypt/src/mac/omac/omac_process.c index f4b96f5..603d801 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_process.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/omac/omac_test.c b/dropbear/libtomcrypt/src/mac/omac/omac_test.c index 3230a8c..9aa7cd7 100644 --- a/dropbear/libtomcrypt/src/mac/omac/omac_test.c +++ b/dropbear/libtomcrypt/src/mac/omac/omac_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pelican/pelican.c b/dropbear/libtomcrypt/src/mac/pelican/pelican.c index 734cd38..19f3597 100644 --- a/dropbear/libtomcrypt/src/mac/pelican/pelican.c +++ b/dropbear/libtomcrypt/src/mac/pelican/pelican.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pelican/pelican_memory.c b/dropbear/libtomcrypt/src/mac/pelican/pelican_memory.c index 7dde843..beac2f7 100644 --- a/dropbear/libtomcrypt/src/mac/pelican/pelican_memory.c +++ b/dropbear/libtomcrypt/src/mac/pelican/pelican_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pelican/pelican_test.c b/dropbear/libtomcrypt/src/mac/pelican/pelican_test.c index 3cff8ec..4c0c6fe 100644 --- a/dropbear/libtomcrypt/src/mac/pelican/pelican_test.c +++ b/dropbear/libtomcrypt/src/mac/pelican/pelican_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_done.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_done.c index 005f94f..6df99f3 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_done.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_file.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_file.c index f8809e8..f5a8560 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_file.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_file.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_init.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_init.c index c842160..6912ecf 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_init.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_memory.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_memory.c index ca15e63..9eb36f4 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_memory.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_memory_multi.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_memory_multi.c index 70e2398..8da1565 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_memory_multi.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_memory_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_ntz.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_ntz.c index 8322563..53ce005 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_ntz.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_ntz.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_process.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_process.c index a191812..6fbbd0a 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_process.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_shift_xor.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_shift_xor.c index 694a423..d1c9720 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_shift_xor.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_shift_xor.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/pmac/pmac_test.c b/dropbear/libtomcrypt/src/mac/pmac/pmac_test.c index a635e15..05fe945 100644 --- a/dropbear/libtomcrypt/src/mac/pmac/pmac_test.c +++ b/dropbear/libtomcrypt/src/mac/pmac/pmac_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_done.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_done.c index 687c24d..da6c112 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_done.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_file.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_file.c index 4a8f7af..3f8ab49 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_file.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_file.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_init.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_init.c index 3a0dcaf..4b32772 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_init.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_init.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory.c index 1826b6b..7dca4b5 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c index ccae9de..ae41a8e 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_memory_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_process.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_process.c index 4dd63b5..977ff3a 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_process.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_test.c b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_test.c index 2c56c0a..9978624 100644 --- a/dropbear/libtomcrypt/src/mac/xcbc/xcbc_test.c +++ b/dropbear/libtomcrypt/src/mac/xcbc/xcbc_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c b/dropbear/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c index d3c02c3..d6f63ef 100644 --- a/dropbear/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c +++ b/dropbear/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/math/gmp_desc.c b/dropbear/libtomcrypt/src/math/gmp_desc.c index 66c279e..275ea9b 100644 --- a/dropbear/libtomcrypt/src/math/gmp_desc.c +++ b/dropbear/libtomcrypt/src/math/gmp_desc.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/math/ltm_desc.c b/dropbear/libtomcrypt/src/math/ltm_desc.c index 07fdd5a..177567a 100644 --- a/dropbear/libtomcrypt/src/math/ltm_desc.c +++ b/dropbear/libtomcrypt/src/math/ltm_desc.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/math/multi.c b/dropbear/libtomcrypt/src/math/multi.c index 8ee4d79..63e54bc 100644 --- a/dropbear/libtomcrypt/src/math/multi.c +++ b/dropbear/libtomcrypt/src/math/multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/math/rand_prime.c b/dropbear/libtomcrypt/src/math/rand_prime.c index 05477fe..f1ef174 100644 --- a/dropbear/libtomcrypt/src/math/rand_prime.c +++ b/dropbear/libtomcrypt/src/math/rand_prime.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/math/tfm_desc.c b/dropbear/libtomcrypt/src/math/tfm_desc.c index 023756d..1f64a9e 100644 --- a/dropbear/libtomcrypt/src/math/tfm_desc.c +++ b/dropbear/libtomcrypt/src/math/tfm_desc.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/base64/base64_decode.c b/dropbear/libtomcrypt/src/misc/base64/base64_decode.c index 6a39baf..7f87c2f 100644 --- a/dropbear/libtomcrypt/src/misc/base64/base64_decode.c +++ b/dropbear/libtomcrypt/src/misc/base64/base64_decode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/base64/base64_encode.c b/dropbear/libtomcrypt/src/misc/base64/base64_encode.c index ac4df35..1bdca0b 100644 --- a/dropbear/libtomcrypt/src/misc/base64/base64_encode.c +++ b/dropbear/libtomcrypt/src/misc/base64/base64_encode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/burn_stack.c b/dropbear/libtomcrypt/src/misc/burn_stack.c index 0beee92..3f7f7a7 100644 --- a/dropbear/libtomcrypt/src/misc/burn_stack.c +++ b/dropbear/libtomcrypt/src/misc/burn_stack.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt.c b/dropbear/libtomcrypt/src/misc/crypt/crypt.c index 8603943..5e83091 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_argchk.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_argchk.c index c6675ef..e761c96 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_argchk.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_argchk.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c index 880c149..6d0373c 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c index 0f8202b..6fa0f5c 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher.c index 27c59eb..84dc6e3 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c index 393eded..caa3d4e 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c index 8de73c6..a569487 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash.c index cd60413..ed899d8 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c index b2cfccd..0df0d57 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_any.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c index e59ca00..f43627e 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_id.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c index d04f80c..b2b0136 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_prng.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_prng.c index 4b3bc5a..d0e5ff7 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_find_prng.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_find_prng.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_fsa.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_fsa.c index a9569b7..48a1c94 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_fsa.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_fsa.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c index 5fa59f1..f205eae 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c index 54a91eb..78e50a6 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c index e042910..f931a54 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_ltc_mp_descriptor.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c index a2b5f0e..785c963 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c index 6af0a3c..0895541 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_register_cipher.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_register_cipher.c index 8d74cc5..d48aa07 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_register_cipher.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_register_cipher.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_register_hash.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_register_hash.c index 45d0e85..26170f1 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_register_hash.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_register_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_register_prng.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_register_prng.c index a834c47..256aaff 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_register_prng.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_register_prng.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c index 3cb46c4..537550a 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c index a87a399..19b1c67 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c b/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c index 694cbcf..787e739 100644 --- a/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c +++ b/dropbear/libtomcrypt/src/misc/crypt/crypt_unregister_prng.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/error_to_string.c b/dropbear/libtomcrypt/src/misc/error_to_string.c index 1da2597..b0bc457 100644 --- a/dropbear/libtomcrypt/src/misc/error_to_string.c +++ b/dropbear/libtomcrypt/src/misc/error_to_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c b/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c index e6f7b0c..c168bd6 100644 --- a/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c +++ b/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_1.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c b/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c index 6e8d161..69d4427 100644 --- a/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c +++ b/dropbear/libtomcrypt/src/misc/pkcs5/pkcs_5_2.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/misc/zeromem.c b/dropbear/libtomcrypt/src/misc/zeromem.c index 42dc3c2..a77a8f8 100644 --- a/dropbear/libtomcrypt/src/misc/zeromem.c +++ b/dropbear/libtomcrypt/src/misc/zeromem.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cbc/cbc_decrypt.c b/dropbear/libtomcrypt/src/modes/cbc/cbc_decrypt.c index d768d88..d106f85 100644 --- a/dropbear/libtomcrypt/src/modes/cbc/cbc_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/cbc/cbc_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cbc/cbc_done.c b/dropbear/libtomcrypt/src/modes/cbc/cbc_done.c index 99b035e..74fc60b 100644 --- a/dropbear/libtomcrypt/src/modes/cbc/cbc_done.c +++ b/dropbear/libtomcrypt/src/modes/cbc/cbc_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cbc/cbc_encrypt.c b/dropbear/libtomcrypt/src/modes/cbc/cbc_encrypt.c index bbfd1c4..b2f9834 100644 --- a/dropbear/libtomcrypt/src/modes/cbc/cbc_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/cbc/cbc_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cbc/cbc_getiv.c b/dropbear/libtomcrypt/src/modes/cbc/cbc_getiv.c index c54d558..d09df18 100644 --- a/dropbear/libtomcrypt/src/modes/cbc/cbc_getiv.c +++ b/dropbear/libtomcrypt/src/modes/cbc/cbc_getiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cbc/cbc_setiv.c b/dropbear/libtomcrypt/src/modes/cbc/cbc_setiv.c index 6fb70ca..b8def3f 100644 --- a/dropbear/libtomcrypt/src/modes/cbc/cbc_setiv.c +++ b/dropbear/libtomcrypt/src/modes/cbc/cbc_setiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cbc/cbc_start.c b/dropbear/libtomcrypt/src/modes/cbc/cbc_start.c index 86ec7b9..71ba7b1 100644 --- a/dropbear/libtomcrypt/src/modes/cbc/cbc_start.c +++ b/dropbear/libtomcrypt/src/modes/cbc/cbc_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cfb/cfb_decrypt.c b/dropbear/libtomcrypt/src/modes/cfb/cfb_decrypt.c index 76a4de1..f01aa2b 100644 --- a/dropbear/libtomcrypt/src/modes/cfb/cfb_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/cfb/cfb_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cfb/cfb_done.c b/dropbear/libtomcrypt/src/modes/cfb/cfb_done.c index 4ee9d50..4319712 100644 --- a/dropbear/libtomcrypt/src/modes/cfb/cfb_done.c +++ b/dropbear/libtomcrypt/src/modes/cfb/cfb_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cfb/cfb_encrypt.c b/dropbear/libtomcrypt/src/modes/cfb/cfb_encrypt.c index b619682..3585309 100644 --- a/dropbear/libtomcrypt/src/modes/cfb/cfb_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/cfb/cfb_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cfb/cfb_getiv.c b/dropbear/libtomcrypt/src/modes/cfb/cfb_getiv.c index 1689a75..078bcbb 100644 --- a/dropbear/libtomcrypt/src/modes/cfb/cfb_getiv.c +++ b/dropbear/libtomcrypt/src/modes/cfb/cfb_getiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cfb/cfb_setiv.c b/dropbear/libtomcrypt/src/modes/cfb/cfb_setiv.c index efb848b..17b58f3 100644 --- a/dropbear/libtomcrypt/src/modes/cfb/cfb_setiv.c +++ b/dropbear/libtomcrypt/src/modes/cfb/cfb_setiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/cfb/cfb_start.c b/dropbear/libtomcrypt/src/modes/cfb/cfb_start.c index e70d635..30291d5 100644 --- a/dropbear/libtomcrypt/src/modes/cfb/cfb_start.c +++ b/dropbear/libtomcrypt/src/modes/cfb/cfb_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_decrypt.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_decrypt.c index f32821f..98a84e3 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_done.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_done.c index 074c8b6..78d7dd9 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_done.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_encrypt.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_encrypt.c index 84dd65b..005e787 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_getiv.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_getiv.c index 2fbf888..2211a38 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_getiv.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_getiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_setiv.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_setiv.c index 8e8649f..c3bd459 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_setiv.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_setiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_start.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_start.c index 895c8a4..0eac32b 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_start.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ctr/ctr_test.c b/dropbear/libtomcrypt/src/modes/ctr/ctr_test.c index ad20778..9219377 100644 --- a/dropbear/libtomcrypt/src/modes/ctr/ctr_test.c +++ b/dropbear/libtomcrypt/src/modes/ctr/ctr_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ecb/ecb_decrypt.c b/dropbear/libtomcrypt/src/modes/ecb/ecb_decrypt.c index c16fce0..e133ee5 100644 --- a/dropbear/libtomcrypt/src/modes/ecb/ecb_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/ecb/ecb_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ecb/ecb_done.c b/dropbear/libtomcrypt/src/modes/ecb/ecb_done.c index 2af3a83..e3398ce 100644 --- a/dropbear/libtomcrypt/src/modes/ecb/ecb_done.c +++ b/dropbear/libtomcrypt/src/modes/ecb/ecb_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ecb/ecb_encrypt.c b/dropbear/libtomcrypt/src/modes/ecb/ecb_encrypt.c index f6910c6..67a7409 100644 --- a/dropbear/libtomcrypt/src/modes/ecb/ecb_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/ecb/ecb_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ecb/ecb_start.c b/dropbear/libtomcrypt/src/modes/ecb/ecb_start.c index cc84579..cb86a46 100644 --- a/dropbear/libtomcrypt/src/modes/ecb/ecb_start.c +++ b/dropbear/libtomcrypt/src/modes/ecb/ecb_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_decrypt.c b/dropbear/libtomcrypt/src/modes/f8/f8_decrypt.c index fc8f61a..3bbe948 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_done.c b/dropbear/libtomcrypt/src/modes/f8/f8_done.c index c864767..310bcdb 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_done.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_encrypt.c b/dropbear/libtomcrypt/src/modes/f8/f8_encrypt.c index fc33be9..545f535 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_getiv.c b/dropbear/libtomcrypt/src/modes/f8/f8_getiv.c index 2c5d92f..6b02b36 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_getiv.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_getiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_setiv.c b/dropbear/libtomcrypt/src/modes/f8/f8_setiv.c index 469cc15..e14a4e5 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_setiv.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_setiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_start.c b/dropbear/libtomcrypt/src/modes/f8/f8_start.c index bb05c16..d2346c6 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_start.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/f8/f8_test_mode.c b/dropbear/libtomcrypt/src/modes/f8/f8_test_mode.c index 68160ea..282baab 100644 --- a/dropbear/libtomcrypt/src/modes/f8/f8_test_mode.c +++ b/dropbear/libtomcrypt/src/modes/f8/f8_test_mode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_decrypt.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_decrypt.c index 24eece8..1c07a3f 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_done.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_done.c index 4ae75c3..fb0e2e9 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_done.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_encrypt.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_encrypt.c index 5ed11c9..c6f6199 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_getiv.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_getiv.c index 00159ce..3a4ace3 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_getiv.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_getiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_process.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_process.c index 451d4ce..73c914c 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_process.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_process.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_setiv.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_setiv.c index bb3c0aa..eecb764 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_setiv.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_setiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_start.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_start.c index a9f24b5..1a89614 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_start.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/lrw/lrw_test.c b/dropbear/libtomcrypt/src/modes/lrw/lrw_test.c index fe33845..a24772b 100644 --- a/dropbear/libtomcrypt/src/modes/lrw/lrw_test.c +++ b/dropbear/libtomcrypt/src/modes/lrw/lrw_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ofb/ofb_decrypt.c b/dropbear/libtomcrypt/src/modes/ofb/ofb_decrypt.c index 1ada1ed..6eda5d9 100644 --- a/dropbear/libtomcrypt/src/modes/ofb/ofb_decrypt.c +++ b/dropbear/libtomcrypt/src/modes/ofb/ofb_decrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ofb/ofb_done.c b/dropbear/libtomcrypt/src/modes/ofb/ofb_done.c index 50a9de2..583066d 100644 --- a/dropbear/libtomcrypt/src/modes/ofb/ofb_done.c +++ b/dropbear/libtomcrypt/src/modes/ofb/ofb_done.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ofb/ofb_encrypt.c b/dropbear/libtomcrypt/src/modes/ofb/ofb_encrypt.c index 2c19f1d..370d723 100644 --- a/dropbear/libtomcrypt/src/modes/ofb/ofb_encrypt.c +++ b/dropbear/libtomcrypt/src/modes/ofb/ofb_encrypt.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ofb/ofb_getiv.c b/dropbear/libtomcrypt/src/modes/ofb/ofb_getiv.c index 641d14b..2d52f4b 100644 --- a/dropbear/libtomcrypt/src/modes/ofb/ofb_getiv.c +++ b/dropbear/libtomcrypt/src/modes/ofb/ofb_getiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ofb/ofb_setiv.c b/dropbear/libtomcrypt/src/modes/ofb/ofb_setiv.c index 35a84e9..3ec8d3b 100644 --- a/dropbear/libtomcrypt/src/modes/ofb/ofb_setiv.c +++ b/dropbear/libtomcrypt/src/modes/ofb/ofb_setiv.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/modes/ofb/ofb_start.c b/dropbear/libtomcrypt/src/modes/ofb/ofb_start.c index 1f0f65a..caba15e 100644 --- a/dropbear/libtomcrypt/src/modes/ofb/ofb_start.c +++ b/dropbear/libtomcrypt/src/modes/ofb/ofb_start.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c index 1d3569c..962f72b 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c index 757963c..d642447 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c index 3dc2abf..147876f 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c b/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c index 7259e51..a4c8af7 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c b/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c index 9344a79..317ea00 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c b/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c index cd5bf2d..720cf70 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c b/dropbear/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c index 4ff6f17..c8964fa 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c index 2514b77..cdde6fd 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c index aff3392..dd46971 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c index 6278dd2..3806cc7 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c b/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c index aef87a3..2c48c37 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c b/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c index ff4fce6..a7a2f2d 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c b/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c index bcc331d..49214a3 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c b/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c index 1fa87d8..0dd5005 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c b/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c index b343aaa..856318b 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c b/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c index a4cf53f..93347d3 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c index b937e63..565bc02 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c index fe0f163..20cdb1a 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c index 3caf352..3cf4a6c 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c index cae96d8..db215e2 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c index 9061b1f..55dacc3 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c index 799b6b6..1ee726a 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c index 1f65602..76e68cd 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c index 19d8c86..3f2864b 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c index a15c182..f7bad9e 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c index cdb4f1e..8748f2b 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c index da34c64..9374e40 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c index 36f4a2a..535843f 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c index dc826e3..439a016 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c b/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c index a08d2b0..caf121e 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_set.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c b/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c index 6c12eb4..a77b070 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c b/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c index 1407e9a..cc48cc8 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c b/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c index 95da2fa..f774cc5 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c b/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c index 073e294..ed04bec 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c b/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c index 8a1f5fb..96f40bc 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c b/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c index ae2ccbe..35259ad 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c b/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c index 60f09de..43572b6 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c index 28b5520..9ec012c 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c index 2dd6081..ba24772 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c b/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c index b5b2bc6..7a17836 100644 --- a/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c +++ b/dropbear/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c index 5cbedc6..7fd9727 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_decrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c index cefa4de..089f50b 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_encrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_export.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_export.c index d882779..f5d6277 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_export.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_export.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_free.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_free.c index 92a1eb7..9fc812f 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_free.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_free.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_import.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_import.c index bb2272a..d02af8b 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_import.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_import.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_make_key.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_make_key.c index 293e814..0dcd583 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_make_key.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_make_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_shared_secret.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_shared_secret.c index 570d637..d7008e3 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_shared_secret.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_shared_secret.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_sign_hash.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_sign_hash.c index f84dd28..19404e3 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_sign_hash.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_sign_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_hash.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_hash.c index 0e8ff22..8619db1 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_hash.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_key.c b/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_key.c index 27054d6..9024a46 100644 --- a/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_key.c +++ b/dropbear/libtomcrypt/src/pk/dsa/dsa_verify_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc.c b/dropbear/libtomcrypt/src/pk/ecc/ecc.c index 90bbed4..e663ee1 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c index 2a32912..c920f8d 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_export.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c index e92f5f4..0ccec84 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c index 97039d0..3d38140 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_decrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c index d11ffe4..173f705 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_encrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_export.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_export.c index 08c8d31..d58072a 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_export.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_export.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_free.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_free.c index 039178d..906f618 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_free.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_free.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_get_size.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_get_size.c index 9eafdeb..5d7b9ef 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_get_size.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_get_size.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_import.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_import.c index 97eaa7d..e269ea5 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_import.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_import.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_make_key.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_make_key.c index 796b674..55a7b57 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_make_key.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_make_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_shared_secret.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_shared_secret.c index ddef847..ced6be5 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_shared_secret.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_shared_secret.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_sign_hash.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_sign_hash.c index 34c5893..660ab0d 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_sign_hash.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_sign_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_sizes.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_sizes.c index f4b2d82..219ddee 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_sizes.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_sizes.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_test.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_test.c index faa167c..6cbb97a 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_test.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_test.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ecc_verify_hash.c b/dropbear/libtomcrypt/src/pk/ecc/ecc_verify_hash.c index 65a96e6..ab8d7da 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ecc_verify_hash.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ecc_verify_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c index cf81f24..5c3b0bb 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_is_valid_idx.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_map.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_map.c index eec28b3..503bc20 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_map.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_map.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c index ac1c24f..4a57366 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c index 0e4c92b..f6266a4 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c index b94a50c..5e60bf1 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_points.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_points.c index 39f1321..7df7e12 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_points.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_points.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c index c8e359f..d5117e7 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c index f0b3e1d..ae8f309 100644 --- a/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c +++ b/dropbear/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_decrypt_key.c b/dropbear/libtomcrypt/src/pk/katja/katja_decrypt_key.c index 1e10d6c..35e8ba4 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_decrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_decrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_encrypt_key.c b/dropbear/libtomcrypt/src/pk/katja/katja_encrypt_key.c index ce93356..87d3ff7 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_encrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_encrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_export.c b/dropbear/libtomcrypt/src/pk/katja/katja_export.c index 9e55654..4facdf2 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_export.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_export.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_exptmod.c b/dropbear/libtomcrypt/src/pk/katja/katja_exptmod.c index 8cc47d8..7770023 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_exptmod.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_exptmod.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_free.c b/dropbear/libtomcrypt/src/pk/katja/katja_free.c index 8aed3fb..cc30ff5 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_free.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_free.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_import.c b/dropbear/libtomcrypt/src/pk/katja/katja_import.c index efdbe07..3eac8d4 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_import.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_import.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/katja/katja_make_key.c b/dropbear/libtomcrypt/src/pk/katja/katja_make_key.c index 08016c8..e682421 100644 --- a/dropbear/libtomcrypt/src/pk/katja/katja_make_key.c +++ b/dropbear/libtomcrypt/src/pk/katja/katja_make_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c index 4a39bd5..cde4f2e 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c index bfc80bd..8686b92 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c index e70a016..7a70117 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c index 99e1ac6..951e307 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c index 563ae8d..9d58e5d 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c index 2c16d50..dc2a92c 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c index 64bd312..778f74e 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c index b0a7c2d..fbcb5f0 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c index 7edd1e6..4f5d8dd 100644 --- a/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c +++ b/dropbear/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c index 3dce20f..8dfebd7 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_decrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c index 8d2c228..f0094dc 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_encrypt_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_export.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_export.c index 5b389ec..371d441 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_export.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_export.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_exptmod.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_exptmod.c index 53dbf6b..19d5ce2 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_exptmod.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_exptmod.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_free.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_free.c index f48976a..a3943e3 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_free.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_free.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_import.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_import.c index 7b12fd9..54ee48c 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_import.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_import.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_make_key.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_make_key.c index bd2a29b..df01f6a 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_make_key.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_make_key.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_sign_hash.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_sign_hash.c index f10a97a..ac73cbf 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_sign_hash.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_sign_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/pk/rsa/rsa_verify_hash.c b/dropbear/libtomcrypt/src/pk/rsa/rsa_verify_hash.c index 4b61029..c22d6b4 100644 --- a/dropbear/libtomcrypt/src/pk/rsa/rsa_verify_hash.c +++ b/dropbear/libtomcrypt/src/pk/rsa/rsa_verify_hash.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/fortuna.c b/dropbear/libtomcrypt/src/prngs/fortuna.c index 159db52..cd90cd7 100644 --- a/dropbear/libtomcrypt/src/prngs/fortuna.c +++ b/dropbear/libtomcrypt/src/prngs/fortuna.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/rc4.c b/dropbear/libtomcrypt/src/prngs/rc4.c index cf118ad..477fbf3 100644 --- a/dropbear/libtomcrypt/src/prngs/rc4.c +++ b/dropbear/libtomcrypt/src/prngs/rc4.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/rng_get_bytes.c b/dropbear/libtomcrypt/src/prngs/rng_get_bytes.c index 7d332b5..04a2d2e 100644 --- a/dropbear/libtomcrypt/src/prngs/rng_get_bytes.c +++ b/dropbear/libtomcrypt/src/prngs/rng_get_bytes.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/rng_make_prng.c b/dropbear/libtomcrypt/src/prngs/rng_make_prng.c index 35631ab..ddf5d1b 100644 --- a/dropbear/libtomcrypt/src/prngs/rng_make_prng.c +++ b/dropbear/libtomcrypt/src/prngs/rng_make_prng.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/sober128.c b/dropbear/libtomcrypt/src/prngs/sober128.c index 0361387..2192987 100644 --- a/dropbear/libtomcrypt/src/prngs/sober128.c +++ b/dropbear/libtomcrypt/src/prngs/sober128.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/sober128tab.c b/dropbear/libtomcrypt/src/prngs/sober128tab.c index b50c77b..7cd55d5 100644 --- a/dropbear/libtomcrypt/src/prngs/sober128tab.c +++ b/dropbear/libtomcrypt/src/prngs/sober128tab.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /** @file sober128tab.c SOBER-128 Tables diff --git a/dropbear/libtomcrypt/src/prngs/sprng.c b/dropbear/libtomcrypt/src/prngs/sprng.c index 190e33d..1bee68a 100644 --- a/dropbear/libtomcrypt/src/prngs/sprng.c +++ b/dropbear/libtomcrypt/src/prngs/sprng.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic diff --git a/dropbear/libtomcrypt/src/prngs/yarrow.c b/dropbear/libtomcrypt/src/prngs/yarrow.c index 9fbd4f6..c3029bd 100644 --- a/dropbear/libtomcrypt/src/prngs/yarrow.c +++ b/dropbear/libtomcrypt/src/prngs/yarrow.c @@ -1,3 +1,4 @@ +#define LTC_SOURCE /* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic