Home
last modified time | relevance | path

Searched refs:untrusted (Results 1 – 25 of 150) sorted by relevance

123456

/external/nanopb-c/docs/
Dsecurity.rst14 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/
Dtls_openssl_ocsp.c504 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/
Dcdp-v.out16 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
Dlldp_cdp-ev.out16 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/
Dmodp_b64_nacl.gyp7 '../../native_client/build/untrusted.gypi',
/external/regex-re2/re2/testing/
Dtester.cc82 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/
Dcrypto_nacl.gyp10 '../native_client/build/untrusted.gypi',
/external/libyuv/files/
Dlibyuv_nacl.gyp12 '../../native_client/build/untrusted.gypi',
/external/guava/
DREADME41 untrusted code.
/external/owasp/sanitizer/lib/guava-libraries/
DREADME41 untrusted code.
/external/clang/include/clang/AST/
DCommentHTMLTags.td56 // output if the input is untrusted.
/external/boringssl/src/crypto/x509/
Dx509_vfy.c231 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()
Dx509_lu.c408 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/
Dx509_vfy.h235 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/
Dsetup.sh207 $OPENSSL verify -CAfile rootCA/cacert.pem -untrusted demoCA/cacert.pem *.pem
/external/openssh/
DPROTOCOL.krl165 Implementations that retrieve KRLs over untrusted channels must verify
Dssh_config.0379 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/
Dusing_as_module.txt103 by untrusted users, you may want to use the "safe_mode" option which ensures
/external/openssh/contrib/suse/
Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
/external/libvncserver/webclients/novnc/include/web-socket-js/
DREADME.txt75 …your server. So don't trust Cookie and other headers if you allow connection from untrusted origin.
/external/flatbuffers/docs/source/
DCppUsage.md276 ## Access of untrusted buffers
301 Besides untrusted data, this function may be useful to call in debug
/external/tcpdump/
DINSTALL.txt22 man page for details. DO NOT give untrusted users the ability to
/external/bzip2/
DCHANGES276 decompress bitstreams from untrusted sources, an upgrade
/external/openssh/contrib/redhat/
Dopenssh.spec138 untrusted hosts over an insecure network. X11 connections and
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java602 result.put("untrusted", scanResult.untrusted); in buildJsonScanResult()

123456