Home
last modified time | relevance | path

Searched defs:cert_paths (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs74 let mut cert_paths = TrustCertPath::new(); in test_successful_load_cert_path() localVariable
81 let mut cert_paths = TrustCertPath::new(); in test_invalid_cert_path_file_path() localVariable
91 let mut cert_paths = TrustCertPath::new(); in test_invalid_cert_path_json_structure() localVariable
101 let mut cert_paths = TrustCertPath::new(); in test_empty_cert_path_json_file() localVariable
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs54 let mut cert_paths = TrustCertPath::new(); in get_cert_path() localVariable
H A Dkey_enable.rs250 let cert_paths = get_cert_path(); in enable_all_keys() localVariable
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_context.cpp173 std::vector<std::string> cert_paths; in SetDefaultCa() local
H A Dtls_context_server.cpp172 std::vector<std::string> cert_paths; in SetDefaultCa() local