Searched defs:getContext (Results 1 - 9 of 9) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLCipherContext.java39 long getContext() { method in class:OpenSSLCipherContext
H A DOpenSSLDigestContext.java39 long getContext() { method in class:OpenSSLDigestContext
H A DOpenSSLECPointContext.java49 if (!NativeCrypto.EC_GROUP_cmp(group.getContext(), other.group.getContext())) {
53 return NativeCrypto.EC_POINT_cmp(group.getContext(), pointCtx, other.pointCtx);
58 group.getContext(), pointCtx);
70 public long getContext() { method in class:OpenSSLECPointContext
77 NativeCrypto.EC_POINT_new(group.getContext()));
78 NativeCrypto.EC_POINT_set_affine_coordinates(group.getContext(),
79 point.getContext(), javaPoint.getAffineX().toByteArray(),
H A DOpenSSLECGroupContext.java73 NativeCrypto.EC_POINT_set_affine_coordinates(ctx, generator.getContext(),
76 NativeCrypto.EC_GROUP_set_generator(ctx, generator.getContext(), n.toByteArray(),
109 public long getContext() { method in class:OpenSSLECGroupContext
H A DOpenSSLX509Certificate.java483 long getContext() { method in class:OpenSSLX509Certificate
/libcore/luni/src/main/java/java/security/
H A DAccessController.java91 public static AccessControlContext getContext() { return new AccessControlContext(null); } method in class:AccessController
/libcore/dex/src/main/java/com/android/dex/util/
H A DExceptionWithContext.java125 public String getContext() { method in class:ExceptionWithContext
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java126 SSLContext ctx = getContext();
157 SSLContext ctx = getContext();
189 SSLContext ctx = getContext();
234 SSLContext ctx = getContext();
312 getContext().getServerSocketFactory().createServerSocket(0);
322 connection.setSSLSocketFactory(getContext().getSocketFactory());
348 getContext().getServerSocketFactory().createServerSocket(0);
358 connection.setSSLSocketFactory(getContext().getSocketFactory());
390 connection.setSSLSocketFactory(getContext().getSocketFactory());
430 connection.setSSLSocketFactory(getContext()
668 private static SSLContext getContext() throws Exception { method in class:HttpsURLConnectionTest
[all...]
/libcore/crypto/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java608 public long getContext() throws SSLException { method in class:NativeCryptoTest.Hooks
775 long c = hooks.getContext();
1146 public long getContext() throws SSLException {
1160 public long getContext() throws SSLException {
1183 public long getContext() throws SSLException {
1203 public long getContext() throws SSLException {

Completed in 398 milliseconds