Searched refs:X509v3_add_ext (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_ext.c | 63 return (X509v3_add_ext(&(x->crl.extensions), ex, loc) != NULL); in X509_CRL_add_ext() 99 return (X509v3_add_ext(&(x->cert_info.extensions), ex, loc) != NULL); in X509_add_ext() 147 return (X509v3_add_ext(&(x->extensions), ex, loc) != NULL); in X509_REVOKED_add_ext()
|
D | x509_v3.c | 96 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF()
|
D | v3_conf.c | 327 if (X509v3_add_ext(sk, ext, -1) == NULL) { in X509V3_EXT_add_nconf_sk()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 71 return (X509v3_add_ext(&(x->tbsRequest.requestExtensions), ex, loc) != in OCSP_REQUEST_add_ext() 123 return (X509v3_add_ext(&(x->singleRequestExtensions), ex, loc) != NULL); in OCSP_ONEREQ_add_ext() 179 return (X509v3_add_ext(&(x->tbsResponseData.responseExtensions), ex, loc) in OCSP_BASICRESP_add_ext() 231 return (X509v3_add_ext(&(x->singleExtensions), ex, loc) != NULL); in OCSP_SINGLERESP_add_ext()
|
/third_party/openssl/doc/man3/ |
D | X509v3_get_ext_by_NID.pod | 7 X509v3_add_ext, X509_get_ext_count, X509_get_ext, 30 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, 82 X509v3_add_ext() adds extension I<ex> to STACK I<*x> at position I<loc>. If 133 X509v3_add_ext() returns a STACK of extensions or NULL on error.
|
/third_party/openssl/crypto/ts/ |
D | ts_req_utils.c | 177 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_REQ_add_ext()
|
D | ts_rsp_utils.c | 338 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_TST_INFO_add_ext()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_msg.c | 116 res = X509v3_add_ext(pexts, ext, 0) != NULL; in add1_extension() 143 if (!X509v3_add_ext(target, ext, -1)) in add_extensions()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 535 pub fn X509v3_add_ext( in X509v3_add_ext() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 860 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 884 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
|
/third_party/openssl/util/ |
D | libcrypto.num | 133 X509v3_add_ext 135 3_0_0 EXIST::FUNCTION:
|