Searched refs:CipherModule (Results 1 – 3 of 3) sorted by relevance
23 class CipherModule final : public MemoryHeap {25 CipherModule() {} in CipherModule() function26 ~CipherModule() {} in ~CipherModule()36 JSI::SetModuleAPI(exports, "rsa", CipherModule::Rsa); in InitCipherModule()37 JSI::SetModuleAPI(exports, "aes", CipherModule::Aes); in InitCipherModule()
23 JSIValue CipherModule::Rsa(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Rsa()97 JSIValue CipherModule::Aes(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Aes()163 void CipherModule::ResetStrBuf(char *strBuf) in ResetStrBuf()
670 static napi_module CipherModule = { variable682 napi_module_register(&CipherModule); in CipherRegister()