Searched refs:InitIv (Results 1 – 2 of 2) sorted by relevance
286 SetProtoMethod(isolate, t, "initiv", InitIv); in Initialize()334 registry->Register(InitIv); in RegisterExternalReferences()476 void CipherBase::InitIv(const char* cipher_type, in Init() function in node::crypto::CipherBase523 void CipherBase::InitIv(const FunctionCallbackInfo<Value>& args) { in Init() function in node::crypto::CipherBase556 cipher->InitIv(*cipher_type, key_buf, iv_buf, auth_tag_len); in Init()
56 void InitIv(const char* cipher_type,76 static void InitIv(const v8::FunctionCallbackInfo<v8::Value>& args);