Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.h602 bool pending_auth_failed_; variable
Dnode_crypto.cc3559 pending_auth_failed_(false) { in CipherBase()
4049 pending_auth_failed_ = true; in Update()
4112 ok = !pending_auth_failed_; in Final()