/third_party/openssl/crypto/x509/ |
D | v3_lib.c | 248 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()
|
D | x509_v3.c | 130 X509_EXTENSION_free(new_ex); in STACK_OF() 180 X509_EXTENSION_free(ret); in X509_EXTENSION_create_by_OBJ()
|
D | v3_conf.c | 301 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()
|
D | t_req.c | 193 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
|
D | v3_utl.c | 495 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in STACK_OF()
|
/third_party/openssl/crypto/ts/ |
D | ts_req_utils.c | 141 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free()
|
D | ts_rsp_utils.c | 302 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 1016 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/ |
D | ct_sct_ctx.c | 176 X509_EXTENSION_free(X509_delete_ext(pretmp, idx)); in SCT_CTX_set1_cert()
|
/third_party/openssl/test/ |
D | ocspapitest.c | 209 X509_EXTENSION_free(ext); in test_ocsp_url_svcloc_new()
|
D | cmp_ctx_test.c | 224 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/ |
D | cmp_msg.c | 117 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()
|
D | cmp_ctx.c | 215 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/ |
D | est.c | 503 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/ |
D | est.c | 503 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/ |
D | X509v3_get_ext_by_NID.pod | 120 using X509_EXTENSION_free().
|
D | X509_dup.pod | 282 X509_EXTENSION_free,
|
D | X509V3_get_d2i.pod | 114 must be explicitly freed using X509_EXTENSION_free().
|
/third_party/openssl/crypto/crmf/ |
D | crmf_lib.c | 333 sk_X509_EXTENSION_pop_free(tmpl->extensions, X509_EXTENSION_free); in OSSL_CRMF_MSG_set0_extensions()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 1230 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/ |
D | x509.rs | 272 pub fn X509_EXTENSION_free(ext: *mut X509_EXTENSION); in X509_EXTENSION_free() function
|
/third_party/openssl/apps/ |
D | x509.c | 805 X509_EXTENSION_free(X509_delete_ext(x, i)); in x509_main()
|
D | cmp.c | 1726 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in setup_request_ctx()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 391 X509_EXTENSION_free); in tls_parse_ctos_status_request()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | mod.rs | 790 fn drop = ffi::X509_EXTENSION_free;
|