Searched refs:entropy_source_status_ (Results 1 – 2 of 2) sorted by relevance
50 Status SessionImplementation::entropy_source_status_ = OkStatus(); member in pw::tls_client::backend::SessionImplementation53 entropy_source_status_ = status; in SetEntropySourceStatus()62 if (entropy_source_status_ != OkStatus()) { in MbedTlsEntropySource()63 status = entropy_source_status_; in MbedTlsEntropySource()
66 static Status entropy_source_status_; variable