Home
last modified time | relevance | path

Searched refs:load_cert_chain_from_pem_file (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/src/
Dlib.rs483 pub fn load_cert_chain_from_pem_file(&mut self, file: &str) -> Result<()> { in load_cert_chain_from_pem_file() method
4472 config.load_cert_chain_from_pem_file("examples/cert.crt")?; in default()
4508 config.load_cert_chain_from_pem_file("examples/cert.crt")?; in with_client_config()
5016 .load_cert_chain_from_pem_file("examples/cert-big.crt") in limit_handshake_data()
5065 .load_cert_chain_from_pem_file("examples/cert.crt") in stream_send_on_32bit_arch()
6210 .load_cert_chain_from_pem_file("examples/cert.crt") in stream_limit_update_bidi()
6288 .load_cert_chain_from_pem_file("examples/cert.crt") in stream_limit_update_uni()
6483 .load_cert_chain_from_pem_file("examples/cert.crt") in retry()
6542 .load_cert_chain_from_pem_file("examples/cert.crt") in missing_retry_source_connection_id()
6597 .load_cert_chain_from_pem_file("examples/cert.crt") in invalid_retry_source_connection_id()
[all …]
Dffi.rs101 match config.load_cert_chain_from_pem_file(path) { in quiche_config_load_cert_chain_from_pem_file()
/external/rust/crates/quiche/examples/
Dserver.rs86 .load_cert_chain_from_pem_file("examples/cert.crt") in main()
Dhttp3-server.rs92 .load_cert_chain_from_pem_file("examples/cert.crt") in main()
/external/rust/crates/quiche/src/h3/
Dmod.rs1824 config.load_cert_chain_from_pem_file("examples/cert.crt")?; in default()
2947 .load_cert_chain_from_pem_file("examples/cert.crt") in request_max_header_size_limit()
3074 .load_cert_chain_from_pem_file("examples/cert.crt") in headers_blocked()
3120 .load_cert_chain_from_pem_file("examples/cert.crt") in zero_length_data_blocked()