Home
last modified time | relevance | path

Searched refs:NCONF_get_section (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c139 nval = NCONF_get_section(conf, value + 1); in do_ext_nconf()
337 if (!(nval = NCONF_get_section(conf, section))) in X509V3_EXT_add_nconf_sk()
443 return NCONF_get_section(db, section); in STACK_OF()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c139 nval = NCONF_get_section(conf, value + 1); in do_ext_nconf()
337 if (!(nval = NCONF_get_section(conf, section))) in X509V3_EXT_add_nconf_sk()
439 return NCONF_get_section(db, section); in STACK_OF()
/external/boringssl/src/include/openssl/
Dconf.h112 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dconf.h112 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf.c381 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section) { in STACK_OF()
/external/boringssl/src/crypto/conf/
Dconf.c381 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section) { in STACK_OF()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1363 NCONF_get_section
DBoringSSL-GRPC.podspec2915 '#define NCONF_get_section GRPC_SHADOW_NCONF_get_section',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1391 #define NCONF_get_section GRPC_SHADOW_NCONF_get_section macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1766 #define NCONF_get_section BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, NCONF_get_section) macro