HomeSort by relevance Sort by last modified time
    Searched refs:Pin (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/security/net/config/
PinSet.java 26 new PinSet(Collections.<Pin>emptySet(), Long.MAX_VALUE);
28 public final Set<Pin> pins;
30 public PinSet(Set<Pin> pins, long expirationTime) {
41 for (Pin pin : pins) {
42 algorithms.add(pin.digestAlgorithm);
Pin.java 22 public final class Pin {
28 public Pin(String digestAlgorithm, byte[] digest) {
63 if (!(obj instanceof Pin)) {
66 Pin other = (Pin) obj;
XmlConfigSource.java 104 private Pin parsePin(XmlResourceParser parser)
107 if (!Pin.isSupportedDigestAlgorithm(digestAlgorithm)) {
108 throw new ParserException(parser, "Unsupported pin digest algorithm: "
112 throw new ParserException(parser, "Missing pin digest");
119 throw new ParserException(parser, "Invalid pin digest", e);
121 int expectedLength = Pin.getDigestLength(digestAlgorithm);
128 throw new ParserException(parser, "pin contains additional elements");
130 return new Pin(digestAlgorithm, decodedDigest);
143 throw new ParserException(parser, "Invalid expiration date in pin-set");
147 throw new ParserException(parser, "Invalid expiration date in pin-set", e)
    [all...]
NetworkSecurityTrustManager.java 141 if (pinSet.pins.contains(new Pin(algorithm, md.digest(encodedSPKI)))) {
148 throw new CertificateException("Pin verification failed");
  /external/valgrind/VEX/priv/
host_ppc_defs.c 707 i->Pin.LI.dst = dst;
708 i->Pin.LI.imm64 = imm64;
717 i->Pin.Alu.op = op;
718 i->Pin.Alu.dst = dst;
719 i->Pin.Alu.srcL = srcL;
720 i->Pin.Alu.srcR = srcR;
727 i->Pin.Shft.op = op;
728 i->Pin.Shft.sz32 = sz32;
729 i->Pin.Shft.dst = dst;
730 i->Pin.Shft.srcL = srcL
    [all...]
host_ppc_defs.h 996 } Pin;
    [all...]
  /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
NetworkSecurityConfigTests.java 144 ArraySet<Pin> pins = new ArraySet<Pin>();
145 pins.add(new Pin("SHA-256", new byte[0]));
162 ArraySet<Pin> pins = new ArraySet<Pin>();
163 pins.add(new Pin("SHA-256", G2_SPKI_SHA256));
180 // Use a bad pin + granting the system CA store the ability to override pins.
181 ArraySet<Pin> pins = new ArraySet<Pin>();
182 pins.add(new Pin("SHA-256", new byte[0]))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 833 ULONG Pin;
838 typedef NTSTATUS (*PFNKSINTERSECTHANDLER) ( PIRP Irp, PKSP_PIN Pin,
842 PKSP_PIN Pin,
    [all...]
ksproxy.h 480 IKsPin *Pin
ntsecapi.h     [all...]
  /external/skia/include/core/
SkColor.h 184 static SkColor4f Pin(float a, float r, float g, float b);
187 SkColor4f pin() const { function in struct:SkColor4f
188 return Pin(fA, fR, fG, fB);
  /external/opencv3/modules/imgproc/src/
geometry.cpp 270 typedef enum { Pin, Qin, Unknown } tInFlag;
375 return aHB > 0 ? Pin : bHA > 0 ? Qin : inflag;
405 tInFlag inflag=Unknown; // {Pin, Qin, Unknown}: which inside
454 if ( inflag == Pin )
457 a = advance( a, &aa, n, inflag == Pin, P[a], result );
464 a = advance( a, &aa, n, inflag == Pin, P[a], result );
473 a = advance( a, &aa, n, inflag == Pin, P[a], result );
  /external/skia/src/core/
SkColor.cpp 163 SkColor4f SkColor4f::Pin(float a, float r, float g, float b) {
170 auto src = Sk4f::Load(this->pin().vec());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 760 milliseconds