- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
50 lines
1.3 KiB
Java
50 lines
1.3 KiB
Java
package com.google.android.gms.internal.auth;
|
|
|
|
import com.applovin.exoplayer2.common.base.Ascii;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzhn {
|
|
public static final /* synthetic */ int zza = 0;
|
|
private static final zzhl zzb;
|
|
|
|
static {
|
|
if (zzhj.zzu() && zzhj.zzv()) {
|
|
int i = zzds.zza;
|
|
}
|
|
zzb = new zzhm();
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ int zza(byte[] bArr, int i, int i2) {
|
|
int i3 = i2 - i;
|
|
byte b = bArr[i - 1];
|
|
if (i3 != 0) {
|
|
if (i3 == 1) {
|
|
byte b2 = bArr[i];
|
|
if (b <= -12 && b2 <= -65) {
|
|
return b ^ (b2 << 8);
|
|
}
|
|
} else {
|
|
if (i3 != 2) {
|
|
throw new AssertionError();
|
|
}
|
|
byte b3 = bArr[i];
|
|
byte b4 = bArr[i + 1];
|
|
if (b <= -12 && b3 <= -65 && b4 <= -65) {
|
|
return ((b3 << 8) ^ b) ^ (b4 << Ascii.DLE);
|
|
}
|
|
}
|
|
} else if (b <= -12) {
|
|
return b;
|
|
}
|
|
return -1;
|
|
}
|
|
|
|
public static boolean zzb(byte[] bArr) {
|
|
return zzb.zzb(bArr, 0, bArr.length);
|
|
}
|
|
|
|
public static boolean zzc(byte[] bArr, int i, int i2) {
|
|
return zzb.zzb(bArr, i, i2);
|
|
}
|
|
}
|