Searched refs:X509_add_ext (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509v3_get_ext_by_NID.pod | 9 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.
|
D | X509V3_set_ctx.pod | 50 L<X509_add_ext(3)>
|
/third_party/openssl/crypto/x509/ |
D | x509_ext.c | 97 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/ |
D | mod.rs | 342 #[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/ |
D | x509.rs | 488 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/ |
D | ohos-add-openssl.patch | 1647 + 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/ |
D | x509.h | 869 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
/third_party/openssl/apps/lib/ |
D | apps.c | 1234 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/ |
D | x509.h.in | 893 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
/third_party/openssl/util/ |
D | libcrypto.num | 1061 X509_add_ext 1089 3_0_0 EXIST::FUNCTION:
|