Home
last modified time | relevance | path

Searched refs:X509_add_ext (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/doc/man3/
DX509v3_get_ext_by_NID.pod9 X509_delete_ext, X509_add_ext, X509_CRL_get_ext_count, X509_CRL_get_ext,
39 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
89 and X509_add_ext() operate on the extensions of certificate I<x>. They are
135 X509_add_ext() returns 1 on success and 0 on error.
DX509V3_set_ctx.pod50 L<X509_add_ext(3)>
/third_party/openssl/crypto/x509/
Dx509_ext.c97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs342 #[corresponds(X509_add_ext)]
345 cvt(ffi::X509_add_ext(self.0.as_ptr(), extension.as_ptr(), -1))?; in append_extension2()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs488 pub fn X509_add_ext(x: *mut X509, ext: *mut X509_EXTENSION, loc: c_int) -> c_int; in X509_add_ext() function
/third_party/cups/
Dohos-add-openssl.patch1647 + ret = X509_add_ext(cert, ex, -1) != 0;
1649 + DEBUG_printf(("4http_x509_add_ext: X509_add_ext returned %s.", ret ? "true" : "false"));
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h869 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
/third_party/openssl/apps/lib/
Dapps.c1234 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
2257 rv = !add_default || X509_add_ext(cert, new_ext, -1); in adapt_keyid_ext()
/third_party/openssl/include/openssl/
Dx509.h.in893 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
/third_party/openssl/util/
Dlibcrypto.num1061 X509_add_ext 1089 3_0_0 EXIST::FUNCTION: