HomeSort by relevance Sort by last modified time
    Searched full:untrusted (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/android_opengl/
README.security 1 This library has not been reviewed by security team for handling untrusted input. Contact security@chromium.org for any questions
  /external/chromium_org/ppapi/nacl_irt/
DEPS 8 # The untrusted build references the NaCl integrated runtime (IRT).
11 "+native_client/src/untrusted/irt/irt.h",
12 "+native_client/src/untrusted/irt/irt_private.h",
irt_ppapi.cc 7 #include "native_client/src/untrusted/irt/irt.h"
8 #include "native_client/src/untrusted/irt/irt_private.h"
12 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.h"
  /external/chromium_org/ppapi/native_client/
DEPS 7 "+native_client/src/untrusted",
native_client.gyp 16 '../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
17 'src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib',
34 'src/untrusted/irt_stub/libppapi.a',
53 'src/untrusted/irt_stub/libppapi.a',
59 'src/untrusted/irt_stub/libppapi.a',
65 'src/untrusted/irt_stub/libppapi.a',
66 'src/untrusted/irt_stub/libppapi.so',
72 'src/untrusted/irt_stub/libppapi.a',
73 'src/untrusted/irt_stub/libppapi.so',
83 'src/untrusted/irt_stub/libppapi.a'
    [all...]
irt_test.gyp 14 '../../native_client/src/untrusted/irt/check_tls.gypi',
  /external/chromium_org/ppapi/tests/
DEPS 18 "+native_client/src/untrusted/irt/irt.h",
19 "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h",
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.h 10 #include "native_client/src/untrusted/irt/irt.h"
ppapi_plugin_main.c 7 #include "ppapi/native_client/src/untrusted/irt_stub/ppapi_start.h"
thread_creator.c 7 #include "ppapi/native_client/src/untrusted/irt_stub/thread_creator.h"
12 #include "native_client/src/untrusted/irt/irt.h"
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_ppapi.c 7 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.h"
10 #include "native_client/src/untrusted/irt/irt.h"
13 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.h"
14 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h"
shim_ppapi.h 11 #include "native_client/src/untrusted/irt/irt.h"
irt_shim_ppapi.c 7 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.h"
9 #include "native_client/src/untrusted/irt/irt.h"
11 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h"
shim_entry.c 10 #include "native_client/src/untrusted/nacl/nacl_startup.h"
11 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.h"
15 * This is the true entry point for untrusted code.
  /external/chromium_org/build/
common_untrusted.gypi 9 '../native_client/build/untrusted.gypi',
  /external/chromium_org/chrome/browser/resources/options/
certificate_tree.css 5 span.cert-untrusted {
  /external/chromium_org/chrome/common/
nacl_loader.sb 7 ; untrusted code within Native Client.
  /external/chromium_org/media/
shared_memory_support.gypi 9 # the general media pipeline and again for the untrusted NaCl target.
  /external/chromium_org/ppapi/nacl_irt/public/
README 10 interfaces are defined in native_client/src/untrusted/irt/irt.h.
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc 7 #include "ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h"
  /external/chromium_org/third_party/libvpx/
libvpx_nacl.gyp 10 '../../native_client/build/untrusted.gypi',
  /external/chromium_org/third_party/libwebm/
libwebm_nacl.gyp 8 '../../native_client/build/untrusted.gypi',
  /external/chromium_org/third_party/modp_b64/
modp_b64_nacl.gyp 7 '../../native_client/build/untrusted.gypi',
  /external/clang/test/Analysis/
taint-generic.c 114 system(addr); // expected-warning {{Untrusted data is passed to a system call}}
118 system(buffer); // expected-warning {{Untrusted data is passed to a system call}}
127 system(buffern); // expected-warning {{Untrusted data is passed to a system call}}
136 system(buffern2); // expected-warning {{Untrusted data is passed to a system call}}
143 int *buf1 = (int*)malloc(ts*sizeof(int)); // expected-warning {{Untrusted data is used to specify the buffer size}}
144 char *dst = (char*)calloc(ts, sizeof(char)); //expected-warning {{Untrusted data is used to specify the buffer size}}
145 bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to specify the buffer size}}
146 __builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
149 char *dst2 = (char*)malloc(ts*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
167 execl(buffer, "filename", 0); // expected-warning {{Untrusted data is passed to a system call}
    [all...]
  /external/chromium_org/base/process/
launch.cc 44 // To prevent accidental privilege sharing to an untrusted child, processes

Completed in 1342 milliseconds

1 2 3 4 5 6 7 8 91011>>