Home
last modified time | relevance | path

Searched refs:SetEngine (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_util.cc619 bool SetEngine(const char* id, uint32_t flags, CryptoErrorStore* errors) { in SetFipsCrypto() function
634 void SetEngine(const FunctionCallbackInfo<Value>& args) { in SetFipsCrypto() function
642 args.GetReturnValue().Set(SetEngine(*engine_id, flags)); in SetFipsCrypto()
742 SetMethod(context, target, "setEngine", SetEngine); in SetFipsCrypto()
757 registry->Register(SetEngine); in SetFipsCrypto()
Dcrypto_util.h602 bool SetEngine(
607 void SetEngine(const v8::FunctionCallbackInfo<v8::Value>& args);