SlunkCrypt/frontend/src
2022-04-02 17:27:48 +02:00
..
blake2.c Silenced some compiler warnings, found by Clang. 2021-03-24 20:23:14 +01:00
blake2.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
crypt.c Enhanced self-test routine + added macro to "safely" free SlunkCrypt instance. 2022-04-02 17:27:48 +02:00
crypt.h Make it possible to set number of threads in the front-end + updated the README file. 2022-03-24 00:06:01 +01:00
main.c Detect the number of available CPU cores by using either sched_getaffinity(), GetProcessAffinityMask() or sysconf(), depending on the target platform. 2022-04-01 20:33:46 +02:00
platform.h Print the system error message, if the input or output file could not be opened. 2022-02-27 19:38:10 +01:00
pwgen.c Detect the number of available CPU cores by using either sched_getaffinity(), GetProcessAffinityMask() or sysconf(), depending on the target platform. 2022-04-01 20:33:46 +02:00
pwgen.h Refactored passphrase generator into a separate file. 2021-04-18 22:19:17 +02:00
selftest.c Enhanced self-test routine + added macro to "safely" free SlunkCrypt instance. 2022-04-02 17:27:48 +02:00
selftest.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
test_data.c Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
test_data.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
utils.c Detect the number of available CPU cores by using either sched_getaffinity(), GetProcessAffinityMask() or sysconf(), depending on the target platform. 2022-04-01 20:33:46 +02:00
utils.h Make it possible to set number of threads in the front-end + updated the README file. 2022-03-24 00:06:01 +01:00