SW Backend initialization refactoring.
[platform/core/security/key-manager.git] / src / manager / crypto / sw-backend / internals.h
index 49ce47f..a53b3b4 100644 (file)
@@ -38,6 +38,10 @@ namespace Crypto {
 namespace SW {
 namespace Internals {
 
+// During initialization, FIPS_MODE and the entropy source are set
+// and system certificates are loaded to memory.
+//    FIPS_MODE - ON, OFF(Default)
+//    entropy source - /dev/random,/dev/urandom(Default)
 int initialize();
 
 void createKeyPairRSA(const int size,