Home
last modified time | relevance | path

Searched defs:SecureConnections (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/trusty/user/app/secretkeeper/
Dlib.rs224 struct SecureConnections(bool); struct
230 secure: SecureConnections, in add_service_port()
Dtests.rs28 fn port_connect(port_name: &str, secure: SecureConnections) { in port_connect()