Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_cipher.cc30 bool IsSupportedAuthenticatedMode(const EVP_CIPHER* cipher) { in IsSupportedAuthenticatedMode() function
45 bool IsSupportedAuthenticatedMode(const EVP_CIPHER_CTX* ctx) { in IsSupportedAuthenticatedMode() function
47 return IsSupportedAuthenticatedMode(cipher); in IsSupportedAuthenticatedMode()
388 if (IsSupportedAuthenticatedMode(cipher)) { in CommonInit()
488 const bool is_authenticated_mode = IsSupportedAuthenticatedMode(cipher); in Init()
654 return IsSupportedAuthenticatedMode(ctx_.get()); in Init()
702 CHECK(IsSupportedAuthenticatedMode(cipher->ctx_.get())); in Init()
902 if (kind_ == kDecipher && IsSupportedAuthenticatedMode(ctx_.get())) in Init()
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md136 …ithub.com/nodejs/node/commit/878148c266)] - **src**: refactor IsSupportedAuthenticatedMode (Tobias…