/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | TrustManagerImpl.java | 268 checkTrusted(chain, authType, null, null, true /* client auth */); in checkClientTrusted() 276 return checkTrusted(chain, null /* ocspData */, null /* tlsSctData */, authType, hostname, in checkClientTrusted() 299 checkTrusted(chain, authType, session, parameters, true /* client auth */); in checkClientTrusted() 309 checkTrusted(chain, authType, session, engine.getSSLParameters(), true /* client auth */); in checkClientTrusted() 315 checkTrusted(chain, authType, null, null, false /* client auth */); in checkServerTrusted() 323 return checkTrusted(chain, null /* ocspData */, null /* tlsSctData */, authType, hostname, in checkServerTrusted() 341 return checkTrusted(certs, authType, session, parameters, false /* client auth */); in getTrustedChainForServer() 355 return checkTrusted(certs, authType, session, engine.getSSLParameters(), in getTrustedChainForServer() 379 return checkTrusted(chain, authType, session, null, false /* client auth */); in checkServerTrusted() 390 private List<X509Certificate> checkTrusted(X509Certificate[] certs, String authType, in checkTrusted() method in TrustManagerImpl [all …]
|
/external/conscrypt/platform/src/main/java/org/conscrypt/ |
D | Platform.java | 195 private static boolean checkTrusted(String methodName, X509TrustManager tm, in checkTrusted() method in Platform 219 } else if (!checkTrusted("checkClientTrusted", tm, chain, authType, Socket.class, socket) in checkClientTrusted() 220 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted() 231 } else if (!checkTrusted("checkServerTrusted", tm, chain, authType, Socket.class, socket) in checkServerTrusted() 232 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted() 243 } else if (!checkTrusted("checkClientTrusted", tm, chain, authType, SSLEngine.class, engine) in checkClientTrusted() 244 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted() 255 } else if (!checkTrusted("checkServerTrusted", tm, chain, authType, SSLEngine.class, engine) in checkServerTrusted() 256 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted()
|
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/ |
D | Platform.java | 196 private static boolean checkTrusted(String methodName, X509TrustManager tm, in checkTrusted() method in Platform 220 } else if (!checkTrusted("checkClientTrusted", tm, chain, authType, Socket.class, socket) in checkClientTrusted() 221 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted() 232 } else if (!checkTrusted("checkServerTrusted", tm, chain, authType, Socket.class, socket) in checkServerTrusted() 233 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted() 244 } else if (!checkTrusted("checkClientTrusted", tm, chain, authType, SSLEngine.class, engine) in checkClientTrusted() 245 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted() 256 } else if (!checkTrusted("checkServerTrusted", tm, chain, authType, SSLEngine.class, engine) in checkServerTrusted() 257 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | TrustManagerImpl.java | 274 checkTrusted(chain, authType, null, null, true /* client auth */); in checkClientTrusted() 282 return checkTrusted(chain, null /* ocspData */, null /* tlsSctData */, authType, hostname, in checkClientTrusted() 306 checkTrusted(chain, authType, session, parameters, true /* client auth */); in checkClientTrusted() 317 checkTrusted(chain, authType, session, engine.getSSLParameters(), true /* client auth */); in checkClientTrusted() 323 checkTrusted(chain, authType, null, null, false /* client auth */); in checkServerTrusted() 334 return checkTrusted(chain, null /* ocspData */, null /* tlsSctData */, authType, hostname, in checkServerTrusted() 353 return checkTrusted(certs, authType, session, parameters, false /* client auth */); in getTrustedChainForServer() 368 return checkTrusted(certs, authType, session, engine.getSSLParameters(), in getTrustedChainForServer() 392 return checkTrusted(chain, authType, session, null, false /* client auth */); in checkServerTrusted() 404 private List<X509Certificate> checkTrusted(X509Certificate[] certs, String authType, in checkTrusted() method in TrustManagerImpl [all …]
|
/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | Platform.java | 396 private static boolean checkTrusted(String methodName, X509TrustManager tm, in checkTrusted() method in Platform 421 if (!checkTrusted("checkClientTrusted", tm, chain, authType, Socket.class, socket) in checkClientTrusted() 422 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted() 431 if (!checkTrusted("checkServerTrusted", tm, chain, authType, Socket.class, socket) in checkServerTrusted() 432 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted() 441 if (!checkTrusted("checkClientTrusted", tm, chain, authType, SSLEngine.class, engine) in checkClientTrusted() 442 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted() 451 if (!checkTrusted("checkServerTrusted", tm, chain, authType, SSLEngine.class, engine) in checkServerTrusted() 452 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted()
|
/external/conscrypt/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 247 Lcom/android/org/conscrypt/TrustManagerImpl;->checkTrusted([Ljava/security/cert/X509Certificate;Lja… 248 Lcom/android/org/conscrypt/TrustManagerImpl;->checkTrusted([Ljava/security/cert/X509Certificate;[B[…
|