Home
last modified time | relevance | path

Searched refs:NID_issuer_alt_name (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod136 Issuer Alternative Name NID_issuer_alt_name
/third_party/openssl/crypto/x509/
Dv3_san.c37 {NID_issuer_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
Dv3_purp.c457 || X509_get_ext_by_NID(x, NID_issuer_alt_name, -1) >= 0) { in ossl_x509v3_cache_extensions()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dobj_mac.rs531 pub const NID_issuer_alt_name: c_int = 86; constant
/third_party/openssl/crypto/objects/
Dobj_dat.h1208 {"issuerAltName", "X509v3 Issuer Alternative Name", NID_issuer_alt_name, 3, &so[502]},
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs431 ffi::NID_issuer_alt_name, in issuer_alt_names()
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs662 pub const ISSUER_ALT_NAME: Nid = Nid(ffi::NID_issuer_alt_name);
/third_party/openssl/ohos_lite/include/openssl/
Dobj_mac.h2439 #define NID_issuer_alt_name 86 macro
/third_party/openssl/include/openssl/
Dobj_mac.h2574 #define NID_issuer_alt_name 86 macro