Home
last modified time | relevance | path

Searched refs:MarkPopErrorOnReturn (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_cipher.cc242 MarkPopErrorOnReturn mark_pop_error_on_return; in GetCiphers()
408 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
480 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
563 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
739 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
794 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
877 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
1041 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
Dcrypto_ec.cc139 MarkPopErrorOnReturn mark_pop_error_on_return; in New()
204 MarkPopErrorOnReturn mark_pop_error_on_return; in ComputeSecret()
324 MarkPopErrorOnReturn mark_pop_error_on_return; in SetPrivateKey()
355 MarkPopErrorOnReturn mark_pop_error_on_return; in SetPublicKey()
388 MarkPopErrorOnReturn mark_pop_error_on_return; in IsKeyPairValid()
395 MarkPopErrorOnReturn mark_pop_error_on_return; in ConvertKey()
Dcrypto_keys.cc89 MarkPopErrorOnReturn mark_pop_error_on_return; in TryParsePublicKey()
322 MarkPopErrorOnReturn mark_pop_error_on_return; in WritePrivateKey()
973 MarkPopErrorOnReturn mark_pop_error_on_return; in Init()
1017 MarkPopErrorOnReturn mark_pop_error_on_return; in InitJWK()
1060 MarkPopErrorOnReturn mark_pop_error_on_return; in InitECRaw()
1101 MarkPopErrorOnReturn mark_pop_error_on_return; in InitEDRaw()
Dcrypto_util.h110 struct MarkPopErrorOnReturn { struct
111 MarkPopErrorOnReturn() { ERR_set_mark(); } in MarkPopErrorOnReturn() argument
112 ~MarkPopErrorOnReturn() { ERR_pop_to_mark(); } in ~MarkPopErrorOnReturn() argument
Dcrypto_tls.cc713 MarkPopErrorOnReturn mark_pop_error_on_return; in ClearOut()
834 MarkPopErrorOnReturn mark_pop_error_on_return; in ClearIn()
980 MarkPopErrorOnReturn mark_pop_error_on_return; in DoWrite()
1108 MarkPopErrorOnReturn mark_pop_error_on_return; in DoShutdown()
1198 MarkPopErrorOnReturn mark_pop_error_on_return; in EnableTrace()
Dcrypto_hash.cc39 MarkPopErrorOnReturn mark_pop_error_on_return; in GetHashes()
Dcrypto_context.cc1097 MarkPopErrorOnReturn mark_pop_error_on_return; in SetClientCertEngine()
1341 MarkPopErrorOnReturn mark_pop_error_on_return; in AddCertsFromFile()
Dcrypto_x509.cc192 MarkPopErrorOnReturn mark_here; in Parse()
Dcrypto_util.cc595 MarkPopErrorOnReturn mark_pop_error_on_return; in SetFipsCrypto()
/third_party/node/src/quic/
Dtlscontext.cc254 crypto::MarkPopErrorOnReturn mark_pop_error_on_return; in EnableTrace()