radare2/libr/crypto/p
whitequark c816dc7e66 Don't try to build shared libraries if configured as --without-pic.
Specifically, avoid building all plugins as non-static objects,
as well as some supplementary libraries. In fact, a large amount
of plugins was already gated to build as shared objects only with
WITHPIC=1, but this was not done consistently.
This gating has been moved to */p/Makefile.

Building these shared objects is a waste of time and breaks
the --without-pic build unless CFLAGS is forced in the make
invocation.
2018-01-11 23:09:22 +01:00
..
aes_cbc.mk Fix sys/ios-static.sh 2016-09-12 20:52:12 +02:00
aes.mk Fix sys/ios-static.sh 2016-09-12 20:52:12 +02:00
base64.mk Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
base91.mk Add crypto plugin for base64 and base91 2016-04-13 10:34:55 +02:00
blowfish.mk RCrypto: Add support for the Blowfish cipher 2016-03-09 08:30:25 +01:00
cps2.mk Add crypto.cps2 plugin 2016-08-01 17:31:36 +02:00
crypto_aes_algo.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
crypto_aes_algo.h Added AES-128/192/256 with ECB mode to rahash2 2016-03-23 22:27:00 +01:00
crypto_aes_cbc.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
crypto_aes.c Lot of null derefs fixes in signatures and crypto 2017-04-28 14:37:28 +02:00
crypto_base64.c Lot of null derefs fixes in signatures and crypto 2017-04-28 14:37:28 +02:00
crypto_base91.c Lot of null derefs fixes in signatures and crypto 2017-04-28 14:37:28 +02:00
crypto_blowfish.c Initial support for the Meson build system 2017-05-02 05:05:36 +02:00
crypto_cps2.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
crypto_des.c Lot of null derefs fixes in signatures and crypto 2017-04-28 14:37:28 +02:00
crypto_punycode.c Initial support for the Meson build system 2017-05-02 05:05:36 +02:00
crypto_rc2.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
crypto_rc4.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
crypto_rc6.c Fixes for MSVC 2017-05-09 23:53:20 +02:00
crypto_rol.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
crypto_ror.c Fix function signature casting issues 2017-01-29 23:05:02 +01:00
crypto_rot.c Fix function signature casting issues 2017-01-29 23:05:02 +01:00
crypto_serpent_algo.c Implem and integration of the Serpent cipher (ECB) (#8917) 2017-11-30 22:47:29 +01:00
crypto_serpent_algo.h Implem and integration of the Serpent cipher (ECB) (#8917) 2017-11-30 22:47:29 +01:00
crypto_serpent.c Implem and integration of the Serpent cipher (ECB) (#8917) 2017-11-30 22:47:29 +01:00
crypto_xor.c Fix #7307 - Remove harmless warnings reported by a Debian user 2017-04-18 16:22:06 +02:00
des.mk Add DES support to rahash2 2017-01-28 12:52:39 +01:00
Makefile Don't try to build shared libraries if configured as --without-pic. 2018-01-11 23:09:22 +01:00
punycode.mk Add support for punycode via woE and woD and rahash2 2016-05-07 12:31:13 +02:00
rc2.mk rahash2: Add RC2 2016-03-09 15:18:50 +01:00
rc4.mk Initial import of crypto.rc4 algorithm and modernize RCrypto API 2016-03-07 02:38:50 +01:00
rc6.mk rc6 support (#4826) 2016-05-09 16:51:26 +02:00
rol.mk add ROL and ROR support 2016-04-10 00:37:34 +02:00
ror.mk add ROL and ROR support 2016-04-10 00:37:34 +02:00
rot.mk add ROT to rahash2 2016-04-10 00:37:34 +02:00
serpent.mk Implem and integration of the Serpent cipher (ECB) (#8917) 2017-11-30 22:47:29 +01:00
xor.mk rahash2 Added xor encryption 2016-03-09 08:28:26 +01:00