Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs142 pub fn X509_sign(x: *mut X509, pkey: *mut EVP_PKEY, md: *const EVP_MD) -> c_int; in X509_sign() function
/third_party/openssl/crypto/x509/
Dx_all.c60 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_sign() function