Searched refs:IsSupportedAuthenticatedMode (Results 1 – 2 of 2) sorted by relevance
30 bool IsSupportedAuthenticatedMode(const EVP_CIPHER* cipher) { in IsSupportedAuthenticatedMode() function45 bool IsSupportedAuthenticatedMode(const EVP_CIPHER_CTX* ctx) { in IsSupportedAuthenticatedMode() function47 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()
136 …ithub.com/nodejs/node/commit/878148c266)] - **src**: refactor IsSupportedAuthenticatedMode (Tobias…