Searched refs:NCONF_new (Results 1 – 20 of 20) sorted by relevance
/third_party/openssl/doc/man3/ |
D | NCONF_new_ex.pod | 5 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/ |
D | conf.rs | 58 #[corresponds(NCONF_new)] 60 unsafe { cvt_p(ffi::NCONF_new(method.as_ptr())).map(Conf) } in new()
|
/third_party/openssl/crypto/x509/ |
D | v3_conf.c | 486 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/ |
D | conf.rs | 4 pub fn NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF; in NCONF_new() function
|
/third_party/openssl/fuzz/ |
D | conf.c | 35 conf = NCONF_new(NULL); in FuzzerTestOneInput()
|
/third_party/openssl/test/ |
D | confdump.c | 33 CONF *conf = NCONF_new(NCONF_default()); in main()
|
D | conf_include_test.c | 199 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
|
D | ssl_test_ctx_test.c | 249 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
|
D | ssl_test.c | 548 if (!TEST_ptr(conf = NCONF_new(NULL)) in OPT_TEST_DECLARE_USAGE()
|
/third_party/openssl/demos/bio/ |
D | client-conf.c | 29 conf = NCONF_new(NULL); in main()
|
D | server-conf.c | 40 conf = NCONF_new(NULL); in main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | conf.h | 109 CONF *NCONF_new(CONF_METHOD *meth);
|
/third_party/openssl/crypto/ct/ |
D | ct_log.c | 234 load_ctx->conf = NCONF_new(NULL); in CTLOG_STORE_load_file()
|
/third_party/openssl/include/openssl/ |
D | conf.h.in | 110 CONF *NCONF_new(CONF_METHOD *meth);
|
/third_party/openssl/crypto/conf/ |
D | conf_lib.c | 199 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new() function
|
/third_party/openssl/util/ |
D | missingcrypto111.txt | 790 NCONF_new(3)
|
D | libcrypto.num | 1598 NCONF_new 1636 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/apps/ |
D | s_client.c | 2626 CONF *cnf = NCONF_new(NULL); in s_client_main()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 717 L<NCONF_new(3)>
|
/third_party/openssl/ |
D | CHANGES.md | 16175 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
|