Searched refs:Rsa (Results 1 – 2 of 2) sorted by relevance
27 static JSIValue Rsa(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);36 JSI::SetModuleAPI(exports, "rsa", CipherModule::Rsa); in InitCipherModule()
23 JSIValue CipherModule::Rsa(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Rsa() function in OHOS::ACELite::CipherModule