Home
last modified time | relevance | path

Searched refs:CipherBase (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_cipher.cc198 void CipherBase::GetSSLCiphers(const FunctionCallbackInfo<Value>& args) { in GetSSLCiphers()
241 void CipherBase::GetCiphers(const FunctionCallbackInfo<Value>& args) { in GetCiphers()
259 CipherBase::CipherBase(Environment* env, in CipherBase() function in node::crypto::CipherBase
271 void CipherBase::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo()
275 void CipherBase::Initialize(Environment* env, Local<Object> target) { in Initialize()
282 CipherBase::kInternalFieldCount); in Initialize()
329 void CipherBase::RegisterExternalReferences( in RegisterExternalReferences()
361 void CipherBase::New(const FunctionCallbackInfo<Value>& args) { in New()
364 new CipherBase(env, args.This(), args[0]->IsTrue() ? kCipher : kDecipher); in New()
367 void CipherBase::CommonInit(const char* cipher_type, in CommonInit()
[all …]
Dcrypto_cipher.h17 class CipherBase : public BaseObject {
26 SET_MEMORY_INFO_NAME(CipherBase)
27 SET_SELF_SIZE(CipherBase)
85 CipherBase(Environment* env, v8::Local<v8::Object> wrap, CipherKind kind);
/third_party/node/lib/internal/crypto/
Dcipher.js10 CipherBase,
118 this[kHandle] = new CipherBase(decipher);
/third_party/node/src/
Dnode_crypto.cc41 V(CipherBase) \
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md1328 …/nodejs/node/commit/e0cbc39668)] - **(SEMVER-MINOR)** **crypto**: make CipherBase 1.1.0-compatible…
3702 * \[[`8dd6866303`](https://github.com/nodejs/node/commit/8dd6866303)] - **src**: make CipherBase::k…
3708 …s/node/commit/2ee31aa261)] - **src**: remove extra heap allocations in CipherBase (Ben Noordhuis) …
4383 …de/commit/e90f38270c)] - **(SEMVER-MAJOR)** **crypto**: throw error in CipherBase::SetAutoPadding …
4384 …mmit/1ef401ce92)] - **(SEMVER-MAJOR)** **crypto**: use check macros in CipherBase::SetAuthTag (Kir…
DCHANGELOG_ARCHIVE.md276 * crypto: fix memory leak in CipherBase::Final (Fedor Indutny)
DCHANGELOG_V10.md3067 …s/node/commit/07cce880bf)] - **crypto**: handle OpenSSL error queue in CipherBase (Tobias Nießen) …
3962 …js/node/commit/dfcf20f5fd)] - **crypto**: use new OpenSSL constants in CipherBase (Tobias Nießen) …
4277 …dejs/node/commit/e567402aba)] - **(SEMVER-MAJOR)** **crypto**: migrate CipherBase to internal/erro…
4587 …b.com/nodejs/node/commit/f274e6921f)] - **crypto**: fix explanation in CipherBase::SetAuthTag (Tob…
DCHANGELOG_V9.md1876 …/nodejs/node/commit/59acd27409)] - **(SEMVER-MINOR)** **crypto**: make CipherBase 1.1.0-compatible…
DCHANGELOG_V18.md2500 * \[[`2fbf95662c`](https://github.com/nodejs/node/commit/2fbf95662c)] - **crypto**: fix CipherBase