HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 351 - 375 of 530) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/engine/
eng_cnf.c 60 #include <openssl/conf.h>
92 static int int_engine_configure(char *name, char *value, const CONF *cnf)
122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
216 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/openssl/crypto/x509v3/
v3_akey.c 61 #include <openssl/conf.h>
v3_info.c 61 #include <openssl/conf.h>
v3_lib.c 62 #include <openssl/conf.h>
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 693 struct cpu_config conf;
699 desc.sd_addr = (char *) &conf;
700 desc.sd_size = sizeof conf;
706 for (i = 0; i < conf.config_maxclass; ++i)
691 struct cpu_config conf; local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control_external.h 55 snd_config_t *root, snd_config_t *conf, int mode)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control_external.h 55 snd_config_t *root, snd_config_t *conf, int mode)
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c 356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
369 ctx->Config = conf;
  /external/mesa3d/src/egl/main/
eglcontext.c 356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
369 ctx->Config = conf;
  /external/wpa_supplicant_8/src/ap/
wmm.c 58 if (!hapd->conf->wmm_enabled)
69 if (hapd->conf->wmm_uapsd &&
wpa_auth.h 219 struct wpa_auth_config *conf,
224 struct wpa_auth_config *conf);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 301 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
403 eap_pwd_h_final(hash, conf);
404 os_memcpy(data->my_confirm, conf, SHA256_MAC_LEN);
410 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
752 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
839 eap_pwd_h_final(hash, conf);
842 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) {
850 data->peer_scalar, data->my_scalar, conf,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 129 EglConfig* EglDisplay::getConfig(EGLConfig conf) {
133 if(static_cast<EGLConfig>(*it) == conf) {
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_wayland.c 118 _EGLConfig *conf, EGLNativeWindowType window,
122 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf);
134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list))
150 if (conf->AlphaSize == 0)
195 _EGLConfig *conf, EGLNativeWindowType window,
198 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 118 _EGLConfig *conf, EGLNativeWindowType window,
122 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf);
134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list))
150 if (conf->AlphaSize == 0)
195 _EGLConfig *conf, EGLNativeWindowType window,
198 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 500 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
593 eap_pwd_h_final(hash, conf);
596 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) {
670 eap_pwd_h_final(hash, conf);
673 data->my_scalar, data->server_scalar, conf, ptr,
684 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 294 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
374 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
379 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
626 if (wpa_s->conf->ignore_old_scan_res) {
779 wpa_s->conf->bss_expiration_scan_count) {
823 wpa_bss_flush_by_age(wpa_s, wpa_s->conf->bss_expiration_age);
  /external/openssl/
Crypto-config-host.mk 180 crypto/conf/conf_api.c \
181 crypto/conf/conf_def.c \
182 crypto/conf/conf_err.c \
183 crypto/conf/conf_lib.c \
184 crypto/conf/conf_mall.c \
185 crypto/conf/conf_mod.c \
186 crypto/conf/conf_sap.c \
Crypto-config-target.mk 180 crypto/conf/conf_api.c \
181 crypto/conf/conf_def.c \
182 crypto/conf/conf_err.c \
183 crypto/conf/conf_lib.c \
184 crypto/conf/conf_mall.c \
185 crypto/conf/conf_mod.c \
186 crypto/conf/conf_sap.c \
  /external/chromium_org/third_party/libxml/src/
configure 465 rm -f conf$$ conf$$.exe conf$$.file
466 if test -d conf$$.dir; then
467 rm -f conf$$.dir/conf$$.file
469 rm -f conf$$.dir
470 mkdir conf$$.dir 2>/dev/null
472 if (echo >conf$$.file) 2>/dev/null; then
473 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/chromium_org/third_party/opus/src/
configure 484 rm -f conf$$ conf$$.exe conf$$.file
485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
488 rm -f conf$$.dir
489 mkdir conf$$.dir 2>/dev/null
491 if (echo >conf$$.file) 2>/dev/null; then
492 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 482 rm -f conf$$ conf$$.exe conf$$.file
483 if test -d conf$$.dir; then
484 rm -f conf$$.dir/conf$$.file
486 rm -f conf$$.dir
487 mkdir conf$$.dir 2>/dev/null
489 if (echo >conf$$.file) 2>/dev/null; then
490 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libedit/
configure 521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libopus/
configure 484 rm -f conf$$ conf$$.exe conf$$.file
485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
488 rm -f conf$$.dir
489 mkdir conf$$.dir 2>/dev/null
491 if (echo >conf$$.file) 2>/dev/null; then
492 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libpng/
configure 524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]

Completed in 508 milliseconds

<<11121314151617181920>>