Home
last modified time | relevance | path

Searched refs:Pfx (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPfx.java15 public class Pfx class
22 private Pfx( in Pfx() method in Pfx
39 public static Pfx getInstance( in getInstance()
42 if (obj instanceof Pfx) in getInstance()
44 return (Pfx)obj; in getInstance()
49 return new Pfx(ASN1Sequence.getInstance(obj)); in getInstance()
55 public Pfx( in Pfx() method in Pfx
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DPfx.java17 public class Pfx class
24 private Pfx( in Pfx() method in Pfx
41 public static Pfx getInstance( in getInstance()
44 if (obj instanceof Pfx) in getInstance()
46 return (Pfx)obj; in getInstance()
51 return new Pfx(ASN1Sequence.getInstance(obj)); in getInstance()
57 public Pfx( in Pfx() method in Pfx
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp560 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local
566 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()
569 return Pfx; in parseNamePrefix()
715 const char *Pfx = ""; in writeName() local
717 case NATIVE: Pfx = "native_"; break; in writeName()
718 case HALF: Pfx = "half_"; break; in writeName()
722 OS << Pfx << Name; in writeName()
724 OS << Pfx; in writeName()
DBUFInstructions.td171 string Pfx =
182 string ret = Pfx # "$offset";
412 string Pfx =
419 string ret = Pfx # "$offset";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp223 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument
244 auto DrawEdge = [&](const char *Pfx, int SrcMod, GlobalValue::GUID SrcId, in exportToDot()
260 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java82 import org.bouncycastle.asn1.pkcs.Pfx;
805 Pfx bag; in engineLoad()
808 bag = Pfx.getInstance(bIn.readObject()); in engineLoad()
1687 Pfx pfx = new Pfx(mainInfo, mData); in doStore()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java83 import com.android.org.bouncycastle.asn1.pkcs.Pfx;
809 Pfx bag; in engineLoad()
812 bag = Pfx.getInstance(bIn.readObject()); in engineLoad()
1691 Pfx pfx = new Pfx(mainInfo, mData); in doStore()