Home
last modified time | relevance | path

Searched refs:InitAuthenticated (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_cipher.h60 bool InitAuthenticated(const char* cipher_type, int iv_len,
Dcrypto_cipher.cc390 if (!InitAuthenticated(cipher_type, iv_len, auth_tag_len)) in CommonInit()
559 bool CipherBase::InitAuthenticated( in Init() function in node::crypto::CipherBase
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3745 …dejs/node/commit/f5e7010eb9)] - **crypto**: use kNoAuthTagLength in InitAuthenticated (Tobias Nieß…