Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/
H A Dtls_client_mbedtls.cc50 Status SessionImplementation::entropy_source_status_ = OkStatus(); member in pw::tls_client::backend::SessionImplementation
53 entropy_source_status_ = status; in SetEntropySourceStatus()
62 if (entropy_source_status_ != OkStatus()) { in MbedTlsEntropySource()
63 status = entropy_source_status_; in MbedTlsEntropySource()
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/public/pw_tls_client_mbedtls/
H A Dbackend_types.h66 static Status entropy_source_status_; variable