Home
last modified time | relevance | path

Searched defs:CONF_VALUE (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_bitst.c96 STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, in STACK_OF() argument
Dv3_akey.c88 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, in STACK_OF() argument
Dv3_alt.c100 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, in STACK_OF() argument
115 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, in STACK_OF() argument
Dv3_conf.c403 STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, char *section) in STACK_OF() argument
436 static STACK_OF(CONF_VALUE) *nconf_get_section(void *db, char *section) in STACK_OF() argument
Dv3_utl.c325 STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line) in STACK_OF() argument
/external/boringssl/src/crypto/conf/
Dconf.c374 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section) { in STACK_OF() argument
/external/boringssl/src/include/openssl/
Dbase.h288 typedef struct conf_value_st CONF_VALUE; typedef