Home
last modified time | relevance | path

Searched defs:subject_alt_names (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dx509_crt.h79 …mbedtls_x509_sequence subject_alt_names; /**< Optional list of raw entries of Subject Alternati… member
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs157 let subject_alt_names = cert.subject_alt_names().unwrap(); in test_subject_alt_name() localVariable
174 let subject_alt_names = cert.subject_alt_names().unwrap(); in test_subject_alt_name_iter() localVariable
Dmod.rs413 pub fn subject_alt_names(&self) -> Option<Stack<GeneralName>> { in subject_alt_names() method