X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmanager%2Fcrypto%2Fsw-backend%2Fcrypto-service.h;h=ca5b14b97a5c64094f4d116a296ec407b507699d;hb=3a073f6b62e84a3740143490f8fff3f738b78aef;hp=fb8ce4da1f694da90cfa31f63a54abe92ca37a34;hpb=82f657827c1c162b72e454784daf92103ed315a4;p=platform%2Fcore%2Fsecurity%2Fkey-manager.git diff --git a/src/manager/crypto/sw-backend/crypto-service.h b/src/manager/crypto/sw-backend/crypto-service.h index fb8ce4d..ca5b14b 100644 --- a/src/manager/crypto/sw-backend/crypto-service.h +++ b/src/manager/crypto/sw-backend/crypto-service.h @@ -46,12 +46,6 @@ public: DECLARE_EXCEPTION_TYPE(Base, opensslError); }; - // During initialization, FIPS_MODE and the antropy source are set. - // And system certificates are loaded in the memory during initialization. - // FIPS_MODE - ON, OFF(Default) - // antropy source - /dev/random,/dev/urandom(Default) - static int initialize(); - static int createKeyPairRSA(const int size, // size in bits [1024, 2048, 4096] KeyImpl &createdPrivateKey, // returned value ==> Key &createdPrivateKey, KeyImpl &createdPublicKey); // returned value ==> Key &createdPublicKey