Searched refs:X509_CRL_get0_by_cert (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509_CRL_get0_by_serial.pod | 5 X509_CRL_get0_by_serial, X509_CRL_get0_by_cert, X509_CRL_get_REVOKED, 17 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x); 38 X509_CRL_get0_by_cert() is similar to X509_get0_by_serial() except it 73 X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert() return 0 for failure,
|
/third_party/openssl/crypto/x509/ |
D | x_crl.c | 389 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x) in X509_CRL_get0_by_cert() function
|
D | x509_vfy.c | 1619 if (X509_CRL_get0_by_cert(crl, &rev, x)) { in cert_crl()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | mod.rs | 1613 #[corresponds(X509_CRL_get0_by_cert)] 1618 ffi::X509_CRL_get0_by_cert(self.as_ptr(), &mut ret as *mut _, cert.as_ptr()); in get_by_cert()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 390 pub fn X509_CRL_get0_by_cert( in X509_CRL_get0_by_cert() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 599 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 594 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
|
/third_party/openssl/util/ |
D | libcrypto.num | 3086 X509_CRL_get0_by_cert 3153 3_0_0 EXIST::FUNCTION:
|