Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dstore.rs210 file_type: SslFiletype, in load_cert_file()
228 file_type: SslFiletype, in load_crl_file()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs479 pub struct SslFiletype(c_int); struct
481 impl SslFiletype { impl
493 pub fn from_raw(raw: c_int) -> SslFiletype { in from_raw()
974 file_type: SslFiletype, in set_certificate_file()
1033 file_type: SslFiletype, in set_private_key_file()
3217 ssl_file_type: SslFiletype, in set_private_key_file()