Home
last modified time | relevance | path

Searched refs:NID_crl_reason (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_enum.c33 NID_crl_reason, 0, ASN1_ITEM_ref(ASN1_ENUMERATED),
H A Dx_crl.c120 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
/third_party/openssl/crypto/x509/
H A Dv3_enum.c33 NID_crl_reason, 0, ASN1_ITEM_ref(ASN1_ENUMERATED),
H A Dx_crl.c120 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c156 res = add1_extension(pexts, NID_crl_reason, 0 /* non-critical */, val); in add_crl_reason_extension()
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c156 res = add1_extension(pexts, NID_crl_reason, 0 /* non-critical */, val); in add_crl_reason_extension()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1732 const NID: Nid = Nid::from_raw(ffi::NID_crl_reason);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dobj_mac.rs534 pub const NID_crl_reason: c_int = 141; consts
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c2492 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked()
/third_party/openssl/apps/
H A Dca.c2472 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs665 pub const CRL_REASON: Nid = Nid(ffi::NID_crl_reason);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobj_mac.h2589 #define NID_crl_reason 141 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dobj_mac.h2454 #define NID_crl_reason 141 macro
/third_party/openssl/include/openssl/
H A Dobj_mac.h2589 #define NID_crl_reason 141 macro
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.h1263 {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3, &so[755]},
/third_party/openssl/crypto/objects/
H A Dobj_dat.h1265 {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3, &so[755]},

Completed in 94 milliseconds