Searched refs:untrusted (Results 1 – 25 of 150) sorted by relevance
123456
/external/nanopb-c/docs/ |
D | security.rst | 14 untrusted data. Naturally, if the attacker can modify the contents of a 16 Therefore the application itself must be prepared to receive untrusted values. 23 Division of trusted and untrusted data 36 The following data is regarded as **untrusted**. Invalid/malicious data in 47 untrusted data has been maliciously crafted: 74 checked if they are used with untrusted data.
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl_ocsp.c | 504 STACK_OF(X509) *untrusted = NULL, *certs = NULL, *chain = NULL; in check_ocsp_resp() 565 untrusted = sk_X509_dup(basic->certs); in check_ocsp_resp() 566 if (!untrusted) in check_ocsp_resp() 579 if (!sk_X509_push(untrusted, extra_cert)) { in check_ocsp_resp() 618 signer = ocsp_find_signer(untrusted, rd->responderID); in check_ocsp_resp() 646 if (!X509_STORE_CTX_init(&ctx, store, signer, untrusted)) in check_ocsp_resp() 838 sk_X509_free(untrusted); in check_ocsp_resp()
|
/external/tcpdump/tests/ |
D | cdp-v.out | 16 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00 35 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00 54 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00
|
D | lldp_cdp-ev.out | 16 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00 35 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00 142 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00 161 AVVID untrusted ports CoS (0x13), value length: 1 byte: 0x00
|
/external/modp_b64/ |
D | modp_b64_nacl.gyp | 7 '../../native_client/build/untrusted.gypi',
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 82 bool untrusted; // don't really trust the answer member 429 result->untrusted = true; in RunSearch() 515 if (!r.untrusted) in RunCase() 518 LogMatch(r.untrusted ? "(Untrusted) Mismatch: " : "Mismatch: ", i, text, in RunCase()
|
/external/libchrome/crypto/ |
D | crypto_nacl.gyp | 10 '../native_client/build/untrusted.gypi',
|
/external/libyuv/files/ |
D | libyuv_nacl.gyp | 12 '../../native_client/build/untrusted.gypi',
|
/external/guava/ |
D | README | 41 untrusted code.
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | README | 41 untrusted code.
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 56 // output if the input is untrusted.
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 231 if (ctx->untrusted != NULL in X509_verify_cert() 232 && (sktmp = sk_X509_dup(ctx->untrusted)) == NULL) { in X509_verify_cert() 1274 for (i = 0; i < sk_X509_num(ctx->untrusted); i++) { in crl_akid_check() 1275 crl_issuer = sk_X509_value(ctx->untrusted, i); in crl_akid_check() 1311 if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted)) in check_crl_path() 2183 ctx->untrusted = sk; in X509_STORE_CTX_set_chain() 2284 ctx->untrusted = chain; in X509_STORE_CTX_init()
|
D | x509_lu.c | 408 STACK_OF(X509) *untrusted) { in X509_STORE_set0_additional_untrusted() 409 ctx->additional_untrusted = untrusted; in X509_STORE_set0_additional_untrusted()
|
/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 235 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */ 455 X509_STORE *ctx, STACK_OF(X509) *untrusted);
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | setup.sh | 207 $OPENSSL verify -CAfile rootCA/cacert.pem -untrusted demoCA/cacert.pem *.pem
|
/external/openssh/ |
D | PROTOCOL.krl | 165 Implementations that retrieve KRLs over untrusted channels must verify
|
D | ssh_config.0 | 379 Specify a timeout for untrusted X11 forwarding using the format 382 The default is to disable untrusted X11 forwarding after twenty 390 considered untrusted and prevented from stealing or tampering 399 the restrictions imposed on untrusted clients.
|
/external/markdown/docs/ |
D | using_as_module.txt | 103 by untrusted users, you may want to use the "safe_mode" option which ensures
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 54 two untrusted hosts over an insecure network. X11 connections and
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
D | README.txt | 75 …your server. So don't trust Cookie and other headers if you allow connection from untrusted origin.
|
/external/flatbuffers/docs/source/ |
D | CppUsage.md | 276 ## Access of untrusted buffers 301 Besides untrusted data, this function may be useful to call in debug
|
/external/tcpdump/ |
D | INSTALL.txt | 22 man page for details. DO NOT give untrusted users the ability to
|
/external/bzip2/ |
D | CHANGES | 276 decompress bitstreams from untrusted sources, an upgrade
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 138 untrusted hosts over an insecure network. X11 connections and
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 602 result.put("untrusted", scanResult.untrusted); in buildJsonScanResult()
|
123456