Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 143) sorted by relevance

123456

/external/openssl/crypto/conf/
Dconf_lib.c72 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
158 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group, in CONF_get_string()
173 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group, in CONF_get_number()
198 void CONF_free(LHASH_OF(CONF_VALUE) *conf) in CONF_free()
206 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp()
221 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) in CONF_dump_bio()
251 void NCONF_free(CONF *conf) in NCONF_free()
258 void NCONF_free_data(CONF *conf) in NCONF_free_data()
265 int NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load()
277 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline) in NCONF_load_fp()
[all …]
Dconf_def.c78 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) argument
142 static int def_init_default(CONF *conf) in def_init_default()
154 static int def_init_WIN32(CONF *conf) in def_init_WIN32()
166 static int def_destroy(CONF *conf) in def_destroy()
176 static int def_destroy_data(CONF *conf) in def_destroy_data()
184 static int def_load(CONF *conf, const char *name, long *line) in def_load()
209 static int def_load_bio(CONF *conf, BIO *in, long *line) in def_load_bio()
458 static void clear_comments(CONF *conf, char *p) in clear_comments()
503 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy()
649 static char *eat_ws(CONF *conf, char *p) in eat_ws()
[all …]
Dconf_api.c105 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
129 char *_CONF_get_string(const CONF *conf, const char *section, const char *name) in _CONF_get_string()
224 void _CONF_free_data(CONF *conf) in _CONF_free_data()
242 static void value_free_hash_doall_arg(CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash_doall_arg()
270 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
Dtest.c66 LHASH *conf; in main() local
Dcnf_save.c67 LHASH *conf; in main() local
/external/chromium_org/third_party/boringssl/src/crypto/conf/
Dconf.c94 CONF *conf; in NCONF_new() local
131 void NCONF_free(CONF *conf) { in NCONF_free()
141 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
183 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
341 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
357 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
371 int add_string(const CONF *conf, CONF_VALUE *section, CONF_VALUE *value) { in add_string()
391 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
398 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
400 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
[all …]
DCMakeLists.txt4 conf target
/external/openssl/crypto/x509v3/
Dv3_conf.c81 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf()
101 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
115 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
325 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
357 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
368 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
440 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
458 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf()
468 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf_nid()
[all …]
Dv3conf.c71 LHASH *conf; in main() local
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglconfig.c57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id) in _eglInitConfig()
79 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig()
105 _EGLConfig *conf; in _eglLookupConfig() local
259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
430 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig()
484 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid()
504 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, in _eglParseConfigAttribList()
757 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) in _eglFallbackMatch()
795 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in _eglGetConfigAttrib()
821 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
/external/mesa3d/src/egl/main/
Deglconfig.c57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id) in _eglInitConfig()
79 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig()
105 _EGLConfig *conf; in _eglLookupConfig() local
259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
430 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig()
484 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid()
504 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, in _eglParseConfigAttribList()
757 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) in _eglFallbackMatch()
795 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in _eglGetConfigAttrib()
821 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_conf.c80 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf()
100 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
114 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
324 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
345 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
356 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
440 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
/external/chromium_org/tools/
Dcheck_git_config.py252 def write_last_configuration(conf): argument
308 def check_git_config(conf, report_url, verbose): argument
377 def check_gclient_config(conf): argument
429 conf, report_url, verbose, push_works, push_log, push_duration_ms): argument
/external/wpa_supplicant_8/src/ap/
Dap_config.c102 struct hostapd_config *conf; in hostapd_config_defaults() local
315 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
397 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
556 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
649 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
685 struct hostapd_config *conf, in hostapd_config_check_bss()
826 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
Dhostapd.c551 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
689 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_bss() local
944 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl() local
1343 struct hostapd_config *conf, in hostapd_alloc_bss_data()
1420 struct hostapd_config *conf = NULL; in hostapd_init() local
1520 struct hostapd_config *conf; in hostapd_interface_init_bss() local
1778 struct hostapd_config *conf; in hostapd_config_alloc() local
1813 struct hapd_interfaces *interfaces, struct hostapd_config *conf) in hostapd_data_alloc()
1844 struct hostapd_config *conf = NULL; in hostapd_add_iface() local
2279 struct hostapd_config *conf, in hostapd_change_config_freq()
/external/wpa_supplicant_8/src/radius/
Dradius_client.c163 struct hostapd_radius_servers *conf; member
333 struct hostapd_radius_servers *conf = radius->conf; in radius_client_retransmit() local
386 struct hostapd_radius_servers *conf = radius->conf; in radius_client_timer() local
648 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local
711 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local
970 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local
1118 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local
1202 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local
1258 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local
1323 radius_client_init(void *ctx, struct hostapd_radius_servers *conf) in radius_client_init()
[all …]
/external/openssl/crypto/lhash/
Dlh_test.c66 LHASH *conf; in main() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c107 egl_g3d_match_config(const _EGLConfig *conf, void *priv_data) in egl_g3d_match_config()
145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_context()
222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_surface()
319 _EGLConfig *conf, EGLNativeWindowType win, in egl_g3d_create_window_surface()
333 _EGLConfig *conf, EGLNativePixmapType pix, in egl_g3d_create_pixmap_surface()
346 create_pbuffer_surface(_EGLDisplay *dpy, _EGLConfig *conf, in create_pbuffer_surface()
376 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_pbuffer_surface()
394 _EGLConfig *conf, in egl_g3d_create_pbuffer_from_client_buffer()
783 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_screen_surface()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c107 egl_g3d_match_config(const _EGLConfig *conf, void *priv_data) in egl_g3d_match_config()
145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_context()
222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_surface()
319 _EGLConfig *conf, EGLNativeWindowType win, in egl_g3d_create_window_surface()
333 _EGLConfig *conf, EGLNativePixmapType pix, in egl_g3d_create_pixmap_surface()
346 create_pbuffer_surface(_EGLDisplay *dpy, _EGLConfig *conf, in create_pbuffer_surface()
376 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_pbuffer_surface()
394 _EGLConfig *conf, in egl_g3d_create_pbuffer_from_client_buffer()
783 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_screen_surface()
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/
Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
Dtarget.c34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/
Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/gallium/targets/dri-radeonsi/
Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/gallium/targets/dri-vmwgfx/
Dtarget.c34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/gallium/targets/dri-r600/
Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()

123456