/external/iproute2/etc/iproute2/ |
bpf_pinning | 2 # subpath mappings from mount point for pinning
|
/external/iproute2/include/ |
bpf_elf.h | 24 /* Object pinning settings */ 36 __u32 pinning; member in struct:bpf_elf_map
|
/frameworks/base/packages/SystemUI/res/values-sw600dp-land/ |
dimens.xml | 27 <!-- Screen pinning request width (just a little bit bigger than the three buttons here --> 29 <!-- Screen pinning request bottom button circle widths --> 31 <!-- Screen pinning request, controls padding on bigger screens, bigger nav bar --> 33 <!-- Screen pinning request side views to match nav bar
|
/external/iproute2/examples/bpf/ |
bpf_shared.c | 3 /* Minimal, stand-alone toy map pinning example: 12 * This example has a pinning of PIN_OBJECT_NS, so it's private and
|
/frameworks/base/packages/SystemUI/res/values-sw400dp/ |
dimens.xml | 26 <!-- Screen pinning request padding on side of icons 29 <!-- Screen pinning request side views to match nav bar
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
CertificatePinner.java | 33 * Constrains which certificates are trusted. Pinning certificates defends 45 * <h3>Setting up Certificate Pinning</h3> 46 * The easiest way to pin a host is turn on pinning with a broken configuration 68 * As expected, this fails with a certificate pinning exception: <pre> {@code 70 * javax.net.ssl.SSLPeerUnverifiedException: Certificate pinning failure! 95 * Pinning is per-hostname and/or per-wildcard pattern. To pin both 118 * <h3>Warning: Certificate Pinning is Dangerous!</h3> 119 * Pinning certificates limits your server team's abilities to update their TLS 120 * certificates. By pinning certificates, you take on additional operational 122 * Do not use certificate pinning without the blessing of your server's TL [all...] |
/external/skia/include/effects/ |
SkColorMatrixFilter.h | 25 * then adds a second color, pinning the result for each component to
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/ |
ScreenPinningTestActivity.java | 52 // Enter pinning, verify pinned, try leaving and have the user exit. 57 // Enter pinning, verify pinned, and use APIs to exit. 101 // Block back button so we can test screen pinning exit functionality. 146 // Verify we don't start in screen pinning. 157 // Start screen pinning by having the user click next then confirm it for us.
|
/external/iproute2/tc/ |
tc_bpf.c | 687 unsigned int pinning; member in struct:bpf_hash_entry 910 uint32_t pinning) 914 entry = ctx->ht[pinning & (ARRAY_SIZE(ctx->ht) - 1)]; 915 while (entry && entry->pinning != pinning) 922 uint32_t pinning) 924 switch (pinning) { 931 return !bpf_custom_pinning(ctx, pinning); 936 const struct bpf_elf_ctx *ctx, uint32_t pinning) 938 switch (pinning) { 1511 uint32_t pinning; local [all...] |
/external/curl/tests/data/ |
test2034 | 34 simple HTTPS GET with DER public key pinning
|
test2037 | 34 simple HTTPS GET with PEM public key pinning
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
dimens.xml | 81 <!-- Screen pinning request width --> 83 <!-- Screen pinning request bottom button circle widths --> 85 <!-- Screen pinning request, controls padding on bigger screens, bigger nav bar --> 87 <!-- Screen pinning request side views to match nav bar
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/component/ |
ScreenPinningRequestEvent.java | 24 * This is sent when we want to start screen pinning.
|
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
arrays_csharp.i | 5 * default p/invoke marshaling and the second uses pinning of the arrays. 25 * If handling large arrays you should consider using the pinning array typemaps 28 * Pinning approach 30 * Array typemaps using pinning. These typemaps pin the managed array given
|
/frameworks/base/docs/html/training/articles/ |
security-config.jd | 23 <li><a href="#CertificatePinning">Pinning Certificates</a></li> 57 <b>Certificate pinning:</b> Restrict an app's secure connection to 272 <h2 id="CertificatePinning">Pinning Certificates</h2> 279 pinning. 283 Certificate pinning is done by providing a set of certificates by hash of the 290 Note that, when using certificate pinning, you should always include a backup 292 pinning to a CA certificate or an intermediate of that CA), your 299 pinning is not performed. This helps prevent connectivity issues in 301 on pins may enable pinning bypass. 581 pinning is not performed when the server's certificate chain uses one o [all...] |
/docs/source.android.com/src/security/enhancements/ |
enhancements42.jd | 24 <li><strong>Certificate Pinning</strong> - The Android core libraries now support 25 <a href="https://developer.android.com/reference/android/net/http/X509TrustManagerExtensions.html">certificate pinning</a>.
|
enhancements44.jd | 37 <li><strong>Certificate Pinning.</strong>
|
/external/conscrypt/src/test/java/org/conscrypt/ |
CertPinManagerTest.java | 152 assertFalse("Accepted an incorrect pinning, this is very bad", retval); 164 assertTrue("Failed on a correct pinning, this is very bad", retval); 176 assertTrue("Failed on an unenforced pinning, this is bad-ish", retval);
|
/external/jetty/src/java/org/eclipse/jetty/util/preventers/ |
AppContextLeakPreventer.java | 37 LOG.debug("Pinning classloader for AppContext.getContext() with "+loader);
|
DriverManagerLeakPreventer.java | 38 LOG.debug("Pinning DriverManager classloader with "+loader);
|
/frameworks/base/core/java/android/security/net/config/ |
TrustedCertificateStoreAdapter.java | 60 // isUserAddedCertificate is used only for pinning overrides, so use overridesPins here.
|
NetworkSecurityTrustManager.java | 37 * {@link X509ExtendedTrustManager} that implements the trust anchor and pinning for a 147 // TODO: Throw a subclass of CertificateException which indicates a pinning failure.
|
/external/icu/icu4c/source/test/cintltst/ |
utexttst.c | 214 /* Test pinning of input bounds */ 237 /* Test pinning of input bounds */
|
/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.h | 42 * Users can only access a buffer item after pinning it (which also guarantees 153 // Pinning will ensure that the buffer will not be dropped when a new
|
/packages/apps/Settings/src/com/android/settings/ |
ScreenPinningSettings.java | 45 * Screen pinning settings. 225 // Screen pinning description.
|