Home
last modified time | relevance | path

Searched refs:NCONF_new (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/doc/man3/
DNCONF_new_ex.pod5 NCONF_new_ex, NCONF_new, NCONF_free, NCONF_default, NCONF_load,
20 CONF *NCONF_new(CONF_METHOD *meth);
35 NCONF_new() is similar to NCONF_new_ex() but sets the I<libctx> to NULL.
63 NCONF_new_ex() and NCONF_new() return a newly created I<CONF> object
/third_party/rust/crates/rust-openssl/openssl/src/
Dconf.rs58 #[corresponds(NCONF_new)]
60 unsafe { cvt_p(ffi::NCONF_new(method.as_ptr())).map(Conf) } in new()
/third_party/openssl/crypto/x509/
Dv3_conf.c486 if ((ctmp = NCONF_new(NULL)) == NULL) in X509V3_EXT_conf()
501 if ((ctmp = NCONF_new(NULL)) == NULL) in X509V3_EXT_conf_nid()
543 if ((ctmp = NCONF_new(NULL)) == NULL) in X509V3_EXT_add_conf()
560 if ((ctmp = NCONF_new(NULL)) == NULL) in X509V3_EXT_CRL_add_conf()
577 if ((ctmp = NCONF_new(NULL)) == NULL) in X509V3_EXT_REQ_add_conf()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dconf.rs4 pub fn NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF; in NCONF_new() function
/third_party/openssl/fuzz/
Dconf.c35 conf = NCONF_new(NULL); in FuzzerTestOneInput()
/third_party/openssl/test/
Dconfdump.c33 CONF *conf = NCONF_new(NCONF_default()); in main()
Dconf_include_test.c199 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
Dssl_test_ctx_test.c249 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
Dssl_test.c548 if (!TEST_ptr(conf = NCONF_new(NULL)) in OPT_TEST_DECLARE_USAGE()
/third_party/openssl/demos/bio/
Dclient-conf.c29 conf = NCONF_new(NULL); in main()
Dserver-conf.c40 conf = NCONF_new(NULL); in main()
/third_party/openssl/ohos_lite/include/openssl/
Dconf.h109 CONF *NCONF_new(CONF_METHOD *meth);
/third_party/openssl/crypto/ct/
Dct_log.c234 load_ctx->conf = NCONF_new(NULL); in CTLOG_STORE_load_file()
/third_party/openssl/include/openssl/
Dconf.h.in110 CONF *NCONF_new(CONF_METHOD *meth);
/third_party/openssl/crypto/conf/
Dconf_lib.c199 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new() function
/third_party/openssl/util/
Dmissingcrypto111.txt790 NCONF_new(3)
Dlibcrypto.num1598 NCONF_new 1636 3_0_0 EXIST::FUNCTION:
/third_party/openssl/apps/
Ds_client.c2626 CONF *cnf = NCONF_new(NULL); in s_client_main()
/third_party/openssl/doc/man7/
Dmigration_guide.pod717 L<NCONF_new(3)>
/third_party/openssl/
DCHANGES.md16175 NCONF_new, NCONF_free, NCONF_load, NCONF_load_fp, NCONF_load_bio,
16183 NCONF_new creates a new CONF object. This works in the same way