Home
last modified time | relevance | path

Searched defs:X509_load_crl_file (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/x509/
Dby_file.c159 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509_vfy.rs24 pub fn X509_load_crl_file(ctx: *mut X509_LOOKUP, file: *const c_char, _type: c_int) -> c_int; in X509_load_crl_file() function