2017-03-17 10:11:19 +01:00
|
|
|
config BR2_PACKAGE_LIBKCAPI
|
|
|
|
bool "libkcapi"
|
2018-05-15 20:41:38 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2017-03-17 10:11:19 +01:00
|
|
|
help
|
|
|
|
Linux Kernel Crypto API userspace interface library
|
|
|
|
|
|
|
|
http://www.chronox.de/libkcapi.html
|
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBKCAPI
|
|
|
|
|
2019-08-20 10:27:32 +02:00
|
|
|
config BR2_PACKAGE_LIBKCAPI_ENCAPP
|
|
|
|
bool "build enc application"
|
|
|
|
|
2018-05-07 00:09:01 +02:00
|
|
|
config BR2_PACKAGE_LIBKCAPI_HASHER
|
|
|
|
bool "build hasher application"
|
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
|
|
|
|
|
|
comment "hasher application needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBKCAPI_RNGAPP
|
|
|
|
bool "build rng read application"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBKCAPI_SPEED
|
|
|
|
bool "build speed-test program"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBKCAPI_TEST
|
|
|
|
bool "build test program"
|
2017-09-22 08:20:20 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2017-03-17 10:11:19 +01:00
|
|
|
|
|
|
|
endif
|