Home
last modified time | relevance | path

Searched refs:X509_sign (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/doc/man3/
DX509_sign.pod5 X509_sign, X509_sign_ctx,
14 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
25 X509_sign() signs certificate I<x> using private key I<pkey> and message
63 The X509_sign(), X509_REQ_sign() and X509_CRL_sign() functions are
Di2d_re_X509_tbs.pod46 If, after modification, the B<X509> object is re-signed with X509_sign(),
75 L<X509_sign(3)>,
DX509_get0_signature.pod75 where X509_sign() et al is not appropriate (for example a non standard
115 L<X509_sign(3)>,
DX509_get0_uids.pod44 L<X509_sign(3)>,
DX509_get_serialNumber.pod53 L<X509_sign(3)>,
DX509_get_version.pod67 L<X509_sign(3)>,
DX509_get_pubkey.pod74 L<X509_sign(3)>,
DX509_get0_notBefore.pod83 L<X509_sign(3)>,
DX509_CRL_get0_by_serial.pod102 L<X509_sign(3)>,
DX509_new.pod79 L<X509_sign(3)>,
DX509_get_subject_name.pod103 L<X509_sign(3)>,
DX509V3_get_d2i.pod234 L<X509_sign(3)>,
DASN1_item_sign.pod210 L<X509_sign(3)>,
DEVP_PKEY_ASN1_METHOD.pod333 L<X509_REQ_verify(3)>, L<X509_sign(3)>, L<X509_REQ_sign(3)>, ...
/third_party/openssl/crypto/x509/
Dx509_r2x.c60 if (!X509_sign(ret, pkey, EVP_md5())) in X509_REQ_to_X509()
Dx_all.c60 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_sign() function
/third_party/openssl/doc/man7/
DEVP_SIGNATURE-ED25519.pod47 CRLs or certificate requests) using Ed25519 or Ed448 can either use X509_sign()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c283 if (!X509_sign (priv->x509, priv->private_key, EVP_sha256 ())) { in init_generated()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs351 #[corresponds(X509_sign)]
356 unsafe { cvt(ffi::X509_sign(self.0.as_ptr(), key.as_ptr(), hash.as_ptr())).map(|_| ()) } in sign()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c882 if (!X509_sign(vhost->tls.ss->x509, vhost->tls.ss->pkey, EVP_sha256()))
/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/ohos_lite/include/openssl/
Dx509.h367 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
/third_party/openssl/doc/
Dbuild.info2794 DEPEND[html/man3/X509_sign.html]=man3/X509_sign.pod
2795 GENERATE[html/man3/X509_sign.html]=man3/X509_sign.pod
2796 DEPEND[man/man3/X509_sign.3]=man3/X509_sign.pod
2797 GENERATE[man/man3/X509_sign.3]=man3/X509_sign.pod
3436 html/man3/X509_sign.html \
4032 man/man3/X509_sign.3 \
/third_party/cups/
Dohos-add-openssl.patch219 + X509_sign(cert, pkey, EVP_sha256());
/third_party/openssl/include/openssl/
Dx509.h.in337 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);

12