Home
last modified time | relevance | path

Searched refs:NCONF_load_bio (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c92 ret = NCONF_load_bio(&ctmp, bp, eline); in LHASH_OF()
269 ret = NCONF_load_bio(conf, btmp, eline); in NCONF_load_fp()
275 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline) in NCONF_load_bio() function
/freebsd/crypto/openssl/fuzz/
H A Dconf.c38 NCONF_load_bio(conf, in, &eline); in FuzzerTestOneInput()
/freebsd/crypto/openssl/test/
H A Dconf_include_test.c79 if (!TEST_int_gt(NCONF_load_bio(conf, in, &errline), 0) in test_load_config()
H A Dv3ext.c391 if (!TEST_long_gt(NCONF_load_bio(conf, extbio, &eline), 0)) { in test_ext_syntax()
/freebsd/crypto/openssl/include/openssl/
H A Dconf.h159 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
H A Dconf.h.in122 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
/freebsd/usr.sbin/uefisign/
H A Duefisign.c184 ok = NCONF_load_bio(cnf, bio, NULL); in magic()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt638 NCONF_load_bio(3)
H A Dmissingcrypto111.txt788 NCONF_load_bio(3)
H A Dlibcrypto.num2163 NCONF_load_bio 2212 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/
H A Ds_client.c2634 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1862 NCONF_load_bio;
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c353 i = NCONF_load_bio(conf, in, &errorline); in app_load_config_bio()
/freebsd/crypto/openssl/
H A DCHANGES.md16544 NCONF_new, NCONF_free, NCONF_load, NCONF_load_fp, NCONF_load_bio,