Searched refs:NID_crl_reason (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_enum.c | 33 NID_crl_reason, 0, ASN1_ITEM_ref(ASN1_ENUMERATED),
|
H A D | x_crl.c | 120 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
|
/third_party/openssl/crypto/x509/ |
H A D | v3_enum.c | 33 NID_crl_reason, 0, ASN1_ITEM_ref(ASN1_ENUMERATED),
|
H A D | x_crl.c | 120 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, &j, NULL);
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 156 res = add1_extension(pexts, NID_crl_reason, 0 /* non-critical */, val); in add_crl_reason_extension()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 156 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 D | mod.rs | 1732 const NID: Nid = Nid::from_raw(ffi::NID_crl_reason);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | obj_mac.rs | 534 pub const NID_crl_reason: c_int = 141; consts
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 2492 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked()
|
/third_party/openssl/apps/ |
H A D | ca.c | 2472 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 D | nid.rs | 665 pub const CRL_REASON: Nid = Nid(ffi::NID_crl_reason);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | obj_mac.h | 2589 #define NID_crl_reason 141 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | obj_mac.h | 2454 #define NID_crl_reason 141 macro
|
/third_party/openssl/include/openssl/ |
H A D | obj_mac.h | 2589 #define NID_crl_reason 141 macro
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.h | 1263 {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3, &so[755]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.h | 1265 {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3, &so[755]},
|
Completed in 87 milliseconds