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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 640 String authMethod) throws CertificateException {
660 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, getPeerHost());
OpenSSLSocketImpl.java 504 public void verifyCertificateChain(long sslSessionNativePtr, long[] certRefs, String authMethod)
525 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, getPeerHostName());
    [all...]
NativeCrypto.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h 139 BLUETOOTH_AUTHENTICATION_METHOD authMethod;
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 719 public String authMethod;
724 String authMethod) throws CertificateException {
731 + " authMethod=" + authMethod);
734 this.authMethod = authMethod;
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 332 milliseconds