Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 25 of 119) sorted by relevance

12345

/aosp12/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DX509HostnameVerifier.java67 boolean verify(String host, SSLSession session); in verify() method
69 void verify(String host, SSLSocket ssl) throws IOException; in verify() method
71 void verify(String host, X509Certificate cert) throws SSLException; in verify() method
87 void verify(String host, String[] cns, String[] subjectAlts) in verify() method
H A DAbstractVerifier.java94 public final void verify(String host, SSLSocket ssl) in verify() method in AbstractVerifier
106 public final boolean verify(String host, SSLSession session) { in verify() method in AbstractVerifier
118 public final void verify(String host, X509Certificate cert) in verify() method in AbstractVerifier
125 public final void verify(final String host, final String[] cns, in verify() method in AbstractVerifier
H A DAllowAllHostnameVerifier.java47 public final void verify( in verify() method in AllowAllHostnameVerifier
H A DBrowserCompatHostnameVerifier.java55 public final void verify( in verify() method in BrowserCompatHostnameVerifier
H A DStrictHostnameVerifier.java62 public final void verify( in verify() method in StrictHostnameVerifier
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifier.java46 public void verify(int resId, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier
50 public void verify(int resId, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier
56 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier
61 public void verify(InputStream is, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier
H A DImportTestResolver.java45 public void verify() { in verify() method in ImportTestResolver
H A DLineVerifier.java42 public void verify(String vcard) { in verify() method in LineVerifier
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc167 bool verify, in Open()
189 bool verify, in Open()
227 bool verify, in Open()
243 bool verify, in Open()
258 bool verify, in Open()
270 bool verify, in OpenWithMagic()
299 bool verify, in OpenDex()
309 bool verify, in OpenZip()
398 bool verify, in OpenOneDexFileFromZip()
501 bool verify, in OpenAllDexFilesFromZip()
[all …]
H A Ddex_file_loader.cc227 bool verify, in Open()
252 bool verify, in Open()
278 bool verify, in OpenWithDataSection()
299 bool verify, in OpenAll()
348 bool verify, in OpenCommon()
419 bool verify, in OpenOneDexFileFromZip()
479 bool verify, in OpenAllDexFilesFromZip()
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DLeakCheck.java89 private void verify() { in verify() method in LeakCheck
121 void verify() { in verify() method in LeakCheck.LeakInfo
153 void verify() { in verify() method in LeakCheck.Tracker
/aosp12/art/test/641-iterations/src/
H A DMain.java40 static void verify(int n) { in verify() method in Main
49 static void verify() { in verify() method in Main
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dauth.rs23 fn verify(&self, signature: &[u8], signed_data: &[u8]) -> io::Result<bool>; in verify() method
42 fn verify(&self, _signature_pem: &[u8], _signed_data: &[u8]) -> io::Result<bool> { in verify() method
/aosp12/frameworks/base/tools/signedconfig/
H A Dverify_b64.sh10 function verify() { function
/aosp12/system/incremental_delivery/incfs/util/
H A Dmap_ptr.cpp65 bool verify) { in Create()
71 const char* file_name, bool verify) { in CreateForceVerification()
140 bool verify) { in Create()
/aosp12/frameworks/base/core/java/android/util/apk/
H A DWrappedX509Certificate.java154 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, in verify() method in WrappedX509Certificate
160 public void verify(PublicKey key, String sigProvider) in verify() method in WrappedX509Certificate
H A DApkSignatureSchemeV2Verifier.java99 public static X509Certificate[][] verify(String apkFile) in verify() method in ApkSignatureSchemeV2Verifier
123 public static VerifiedSigner verify(String apkFile, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV2Verifier
139 private static VerifiedSigner verify(RandomAccessFile apk, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV2Verifier
164 private static VerifiedSigner verify( in verify() method in ApkSignatureSchemeV2Verifier
H A DApkSignatureSchemeV3Verifier.java98 public static VerifiedSigner verify(String apkFile) in verify() method in ApkSignatureSchemeV3Verifier
117 private static VerifiedSigner verify(String apkFile, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV3Verifier
134 private static VerifiedSigner verify(RandomAccessFile apk, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV3Verifier
159 private static VerifiedSigner verify( in verify() method in ApkSignatureSchemeV3Verifier
H A DSourceStampVerifier.java96 public static SourceStampVerificationResult verify(List<String> apkFiles) { in verify() method in SourceStampVerifier
118 public static SourceStampVerificationResult verify(String apkFile) { in verify() method in SourceStampVerifier
143 private static SourceStampVerificationResult verify( in verify() method in SourceStampVerifier
159 private static SourceStampVerificationResult verify( in verify() method in SourceStampVerifier
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DDelegatingX509Certificate.java169 public void verify(PublicKey key) in verify() method in DelegatingX509Certificate
179 public void verify(PublicKey key, String sigProvider) in verify() method in DelegatingX509Certificate
/aosp12/hardware/interfaces/broadcastradio/common/tests/
H A DProgramIdentifier_test.cpp27 auto verify = [](std::string name, uint64_t nameId) { in TEST() local
/aosp12/frameworks/base/core/tests/utiltests/src/android/util/
H A DIntArrayTest.java81 public void verify(int[] expected, IntArray intArray) { in verify() method in IntArrayTest
H A DLongArrayTest.java81 public void verify(long[] expected, LongArray longArrays) { in verify() method in LongArrayTest
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DLongArrayTest.java90 public void verify(long[] expected, LongArray longArrays) { in verify() method in LongArrayTest
/aosp12/frameworks/base/core/java/android/os/
H A DVintfObject.java71 public static int verify(String[] packageInfo) { in verify() method in VintfObject

12345