mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Beginning of a crypto/ subsystem from Max Neklyudov
This commit is contained in:
@@ -194,6 +194,14 @@ void up_initialize(void)
|
||||
devnull_register(); /* Standard /dev/null */
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CRYPTO)
|
||||
up_cryptoinitialize();
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CRYPTO_CRYPTODEV)
|
||||
devcrypto_register(); /* /dev/crypto */
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_DEV_ZERO)
|
||||
devzero_register(); /* Standard /dev/zero */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user