Searched refs:SetAutoPadding (Results 1 – 3 of 3) sorted by relevance
577 bool SetAutoPadding(bool auto_padding);588 static void SetAutoPadding(const v8::FunctionCallbackInfo<v8::Value>& args);
3574 env->SetProtoMethod(t, "setAutoPadding", SetAutoPadding); in Initialize()4078 bool CipherBase::SetAutoPadding(bool auto_padding) { in SetAutoPadding() function in node::crypto::CipherBase4086 void CipherBase::SetAutoPadding(const FunctionCallbackInfo<Value>& args) { in SetAutoPadding() function in node::crypto::CipherBase4090 bool b = cipher->SetAutoPadding(args.Length() < 1 || args[0]->IsTrue()); in SetAutoPadding()
4345 …38270c)] - **(SEMVER-MAJOR)** **crypto**: throw error in CipherBase::SetAutoPadding (Kirill Fomich…