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

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECPointContext.java 38 group.getNativeRef(), pointCtx);
50 NativeRef.EC_POINT getNativeRef() {
57 NativeCrypto.EC_POINT_new(group.getNativeRef())));
58 NativeCrypto.EC_POINT_set_affine_coordinates(group.getNativeRef(),
59 point.getNativeRef(), javaPoint.getAffineX().toByteArray(),
OpenSSLECGroupContext.java 65 NativeRef.EC_GROUP getNativeRef() {
OpenSSLKey.java 52 NativeRef.EVP_PKEY getNativeRef() {
284 if (NativeCrypto.EVP_PKEY_type(key.getNativeRef()) != type) {
317 if (NativeCrypto.EVP_PKEY_type(key.getNativeRef()) != type) {
339 if (ctx.equals(other.getNativeRef())) {
343 return NativeCrypto.EVP_PKEY_cmp(ctx, other.getNativeRef()) == 1;
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLECPointContext.java 39 group.getNativeRef(), pointCtx);
51 NativeRef.EC_POINT getNativeRef() {
58 NativeCrypto.EC_POINT_new(group.getNativeRef())));
59 NativeCrypto.EC_POINT_set_affine_coordinates(group.getNativeRef(),
60 point.getNativeRef(), javaPoint.getAffineX().toByteArray(),
OpenSSLECGroupContext.java 66 NativeRef.EC_GROUP getNativeRef() {
OpenSSLKey.java 55 NativeRef.EVP_PKEY getNativeRef() {
289 if (NativeCrypto.EVP_PKEY_type(key.getNativeRef()) != type) {
322 if (NativeCrypto.EVP_PKEY_type(key.getNativeRef()) != type) {
344 if (ctx.equals(other.getNativeRef())) {
348 return NativeCrypto.EVP_PKEY_cmp(ctx, other.getNativeRef()) == 1;

Completed in 203 milliseconds