Home
last modified time | relevance | path

Searched refs:X509_EXTENSION_free (Results 1 – 25 of 28) sorted by relevance

12

/third_party/openssl/crypto/x509/
Dv3_lib.c248 X509_EXTENSION_free(extmp); in X509V3_add1_i2d()
277 X509_EXTENSION_free(extmp); in X509V3_add1_i2d()
297 X509_EXTENSION_free(ext); in X509V3_add1_i2d()
Dx509_v3.c130 X509_EXTENSION_free(new_ex); in STACK_OF()
180 X509_EXTENSION_free(ret); in X509_EXTENSION_create_by_OBJ()
Dv3_conf.c301 X509_EXTENSION_free(X509v3_delete_ext(sk, idx)); in delete_ext()
328 X509_EXTENSION_free(ext); in X509V3_EXT_add_nconf_sk()
332 X509_EXTENSION_free(ext); in X509V3_EXT_add_nconf_sk()
375 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509V3_EXT_REQ_add_nconf()
Dt_req.c193 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
Dv3_utl.c495 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in STACK_OF()
/third_party/openssl/crypto/ts/
Dts_req_utils.c141 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free()
Dts_rsp_utils.c302 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c1016 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
1022 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
1025 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/third_party/openssl/crypto/ct/
Dct_sct_ctx.c176 X509_EXTENSION_free(X509_delete_ext(pretmp, idx)); in SCT_CTX_set1_cert()
/third_party/openssl/test/
Docspapitest.c209 X509_EXTENSION_free(ext); in test_ocsp_url_svcloc_new()
Dcmp_ctx_test.c224 X509_EXTENSION_free(ext); in execute_CTX_reqExtensions_have_SAN_test()
231 X509_EXTENSION_free(ext); in execute_CTX_reqExtensions_have_SAN_test()
/third_party/openssl/crypto/cmp/
Dcmp_msg.c117 X509_EXTENSION_free(ext); in add1_extension()
139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in add_extensions()
378 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in OSSL_CMP_CTX_setup_CRM()
Dcmp_ctx.c215 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in OSSL_CMP_CTX_free()
679 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in DEFINE_OSSL_CMP_CTX_set1_up_ref()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dest.c503 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in generate_csr()
589 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in generate_csr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c503 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in generate_csr()
589 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in generate_csr()
/third_party/openssl/doc/man3/
DX509v3_get_ext_by_NID.pod120 using X509_EXTENSION_free().
DX509_dup.pod282 X509_EXTENSION_free,
DX509V3_get_d2i.pod114 must be explicitly freed using X509_EXTENSION_free().
/third_party/openssl/crypto/crmf/
Dcrmf_lib.c333 sk_X509_EXTENSION_pop_free(tmpl->extensions, X509_EXTENSION_free); in OSSL_CRMF_MSG_set0_extensions()
/third_party/openssl/apps/lib/
Dapps.c1230 X509_EXTENSION_free(X509_delete_ext(x, idx)); in copy_extensions()
1240 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in copy_extensions()
2253 X509_EXTENSION_free(found_ext); in adapt_keyid_ext()
2259 X509_EXTENSION_free(new_ext); in adapt_keyid_ext()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs272 pub fn X509_EXTENSION_free(ext: *mut X509_EXTENSION); in X509_EXTENSION_free() function
/third_party/openssl/apps/
Dx509.c805 X509_EXTENSION_free(X509_delete_ext(x, i)); in x509_main()
Dcmp.c1726 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in setup_request_ctx()
/third_party/openssl/ssl/statem/
Dextensions_srvr.c391 X509_EXTENSION_free); in tls_parse_ctos_status_request()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs790 fn drop = ffi::X509_EXTENSION_free;

12