Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/streamingaead/
H A Ddecrypting_random_access_stream.h73 mutable absl::Mutex matching_mutex_; variable
74 bool attempted_matching_ ABSL_GUARDED_BY(matching_mutex_);
76 ABSL_GUARDED_BY(matching_mutex_);
H A Ddecrypting_random_access_stream.cc83 absl::ReaderMutexLock lock(&matching_mutex_); in PRead()
93 absl::MutexLock lock(&matching_mutex_); in PRead()
128 absl::ReaderMutexLock lock(&matching_mutex_); in size()