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

1 2

  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate.c 48 void *untrusted
126 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos)
128 /* Note that the untrusted pointer passed to these functions is
131 return (untrusted - 1 == exec->bin_u + pos);
206 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 1)) {
235 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 2)) {
249 uint32_t length = *(uint32_t *)(untrusted + 1);
250 uint32_t offset = *(uint32_t *)(untrusted + 5);
251 uint32_t max_index = *(uint32_t *)(untrusted + 9);
252 uint32_t index_size = (*(uint8_t *)(untrusted + 0) >> 4) ? 2 : 1
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 268 public boolean untrusted; field in class:ScanResult
565 untrusted = source.untrusted;
648 dest.writeInt(untrusted ? 1 : 0);
720 sr.untrusted = in.readInt() != 0;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 37 Caution: This function may receive untrusted input.
234 Caution: This function may receive untrusted input.
536 // Initialize Chained & Untrusted stack
544 (VOID)sk_X509_delete_ptr (CertCtx.untrusted, Signer);
561 if (CertCtx.untrusted != NULL) {
563 for (Index = 0; Index < sk_X509_num (CertCtx.untrusted); Index++) {
564 TempCert = sk_X509_value (CertCtx.untrusted, Index);
574 (VOID)sk_X509_delete_ptr (CertCtx.untrusted, Issuer);
585 // Converts Chained and Untrusted Certificate to Certificate Buffer in following format:
640 if (CertCtx.untrusted != NULL) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 504 STACK_OF(X509) *untrusted = NULL, *certs = NULL, *chain = NULL;
565 untrusted = sk_X509_dup(basic->certs);
566 if (!untrusted)
579 if (!sk_X509_push(untrusted, extra_cert)) {
581 "OpenSSL: Could not add certificate to the untrusted stack");
618 signer = ocsp_find_signer(untrusted, rd->responderID);
646 if (!X509_STORE_CTX_init(&ctx, store, signer, untrusted))
838 sk_X509_free(untrusted);
  /external/regex-re2/re2/testing/
tester.cc 82 bool untrusted; // don't really trust the answer member in struct:re2::TestInstance::Result
429 result->untrusted = true;
515 if (!r.untrusted)
518 LogMatch(r.untrusted ? "(Untrusted) Mismatch: " : "Mismatch: ", i, text,
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_cgo_darwin.go 121 int untrusted = 0;
154 untrusted = 1;
188 CFMutableDataRef appendTo = untrusted ? combinedUntrustedData : combinedData;
root_darwin.go 53 // whole process takes about 180 milliseconds with 1 untrusted root
  /prebuilts/go/linux-x86/src/crypto/x509/
root_cgo_darwin.go 121 int untrusted = 0;
154 untrusted = 1;
188 CFMutableDataRef appendTo = untrusted ? combinedUntrustedData : combinedData;
root_darwin.go 53 // whole process takes about 180 milliseconds with 1 untrusted root
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 173 of untrusted data:
178 regardless of the values of untrusted data, and similarly for other structures
content.go 57 // Using JS to include valid but untrusted JSON is not safe.
  /prebuilts/go/linux-x86/src/html/template/
doc.go 173 of untrusted data:
178 regardless of the values of untrusted data, and similarly for other structures
content.go 57 // Using JS to include valid but untrusted JSON is not safe.
  /external/boringssl/src/crypto/x509/
x509_lu.c 408 STACK_OF(X509) *untrusted) {
409 ctx->additional_untrusted = untrusted;
x509_vfy.c 224 * sktmp = ctx->untrusted ++ ctx->ctx->additional_untrusted */
225 if (ctx->untrusted != NULL
226 && (sktmp = sk_X509_dup(ctx->untrusted)) == NULL) {
312 /* Remember how many untrusted certs we have */
315 * at this point, chain should contain a list of untrusted certificates.
611 /* Check all untrusted certificates */
850 * If no trusted certs in chain at all return untrusted and allow
    [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 154 int purpose; /* purpose to check untrusted certificates */
220 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */ member in struct:x509_store_ctx_st
242 int last_untrusted; /* index of last untrusted cert */
436 /* X509_STORE_set0_additional_untrusted sets a stack of additional, untrusted
440 X509_STORE *ctx, STACK_OF(X509) *untrusted);
  /system/vold/
Utils.cpp 188 std::string& fsUuid, std::string& fsLabel, bool untrusted) {
206 status_t res = ForkExecvp(cmd, output, untrusted ? sBlkidUntrustedContext : sBlkidContext);
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 207 $OPENSSL verify -CAfile rootCA/cacert.pem -untrusted demoCA/cacert.pem *.pem
  /external/openssh/contrib/suse/
openssh.spec 54 two untrusted hosts over an insecure network. X11 connections and
68 two untrusted hosts over an insecure network. X11 connections and
  /external/openssh/contrib/redhat/
openssh.spec 138 untrusted hosts over an insecure network. X11 connections and
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 605 result.put("untrusted", scanResult.untrusted);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
client.go 42 // "WWW-Authenticate", and "Cookie" to untrusted targets.
  /prebuilts/go/linux-x86/src/net/http/
client.go 42 // "WWW-Authenticate", and "Cookie" to untrusted targets.
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 4511 milliseconds

1 2