public final class sun.security.provider.MD4 extends sun.security.provider.DigestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.provider.MD4
  super_class: sun.security.provider.DigestBase
{
  private int[] state;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] x;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private static final int S11;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int S12;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final int S13;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final int S14;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 19

  private static final int S21;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int S22;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int S23;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final int S24;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  private static final int S31;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int S32;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final int S33;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final int S34;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  private static final java.security.Provider md4Provider;
    descriptor: Ljava/security/Provider;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 68
            new sun.security.provider.MD4$1
            dup
            ldc "MD4Provider"
            dconst_1
            ldc "MD4 MessageDigest"
            invokespecial sun.security.provider.MD4$1.<init>:(Ljava/lang/String;DLjava/lang/String;)V
            putstatic sun.security.provider.MD4.md4Provider:Ljava/security/Provider;
         1: .line 71
            new sun.security.provider.MD4$2
            dup
            invokespecial sun.security.provider.MD4$2.<init>:()V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         2: .line 77
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.security.MessageDigest getInstance();
    descriptor: ()Ljava/security/MessageDigest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 81
            ldc "MD4"
            getstatic sun.security.provider.MD4.md4Provider:Ljava/security/Provider;
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/MessageDigest;
         1: areturn
         2: .line 82
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
            astore 0 /* e */
        start local 0 // java.security.NoSuchAlgorithmException e
         3: .line 84
            new java.security.ProviderException
            dup
            aload 0 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.security.NoSuchAlgorithmException e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     0     e  Ljava/security/NoSuchAlgorithmException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.security.NoSuchAlgorithmException

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.provider.MD4 this
         0: .line 90
            aload 0 /* this */
            ldc "MD4"
            bipush 16
            bipush 64
            invokespecial sun.security.provider.DigestBase.<init>:(Ljava/lang/String;II)V
         1: .line 91
            aload 0 /* this */
            iconst_4
            newarray 10
            putfield sun.security.provider.MD4.state:[I
         2: .line 92
            aload 0 /* this */
            bipush 16
            newarray 10
            putfield sun.security.provider.MD4.x:[I
         3: .line 93
            aload 0 /* this */
            invokevirtual sun.security.provider.MD4.implReset:()V
         4: .line 94
            return
        end local 0 // sun.security.provider.MD4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/provider/MD4;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.provider.MD4 this
         0: .line 98
            aload 0 /* this */
            invokespecial sun.security.provider.DigestBase.clone:()Ljava/lang/Object;
            checkcast sun.security.provider.MD4
            astore 1 /* copy */
        start local 1 // sun.security.provider.MD4 copy
         1: .line 99
            aload 1 /* copy */
            aload 1 /* copy */
            getfield sun.security.provider.MD4.state:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            putfield sun.security.provider.MD4.state:[I
         2: .line 100
            aload 1 /* copy */
            bipush 16
            newarray 10
            putfield sun.security.provider.MD4.x:[I
         3: .line 101
            aload 1 /* copy */
            areturn
        end local 1 // sun.security.provider.MD4 copy
        end local 0 // sun.security.provider.MD4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/provider/MD4;
            1    4     1  copy  Lsun/security/provider/MD4;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  void implReset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.provider.MD4 this
         0: .line 109
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_0
            ldc 1732584193
            iastore
         1: .line 110
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_1
            ldc -271733879
            iastore
         2: .line 111
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_2
            ldc -1732584194
            iastore
         3: .line 112
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_3
            ldc 271733878
            iastore
         4: .line 113
            return
        end local 0 // sun.security.provider.MD4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/provider/MD4;

  void implDigest(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // sun.security.provider.MD4 this
        start local 1 // byte[] out
        start local 2 // int ofs
         0: .line 121
            aload 0 /* this */
            getfield sun.security.provider.MD4.bytesProcessed:J
            iconst_3
            lshl
            lstore 3 /* bitsProcessed */
        start local 3 // long bitsProcessed
         1: .line 123
            aload 0 /* this */
            getfield sun.security.provider.MD4.bytesProcessed:J
            l2i
            bipush 63
            iand
            istore 5 /* index */
        start local 5 // int index
         2: .line 124
            iload 5 /* index */
            bipush 56
            if_icmpge 3
            bipush 56
            iload 5 /* index */
            isub
            goto 4
      StackMap locals: long int
      StackMap stack:
         3: bipush 120
            iload 5 /* index */
            isub
      StackMap locals:
      StackMap stack: int
         4: istore 6 /* padLen */
        start local 6 // int padLen
         5: .line 125
            aload 0 /* this */
            getstatic sun.security.provider.MD4.padding:[B
            iconst_0
            iload 6 /* padLen */
            invokevirtual sun.security.provider.MD4.engineUpdate:([BII)V
         6: .line 127
            lload 3 /* bitsProcessed */
            l2i
            aload 0 /* this */
            getfield sun.security.provider.MD4.buffer:[B
            bipush 56
            invokestatic sun.security.provider.ByteArrayAccess.i2bLittle4:(I[BI)V
         7: .line 128
            lload 3 /* bitsProcessed */
            bipush 32
            lushr
            l2i
            aload 0 /* this */
            getfield sun.security.provider.MD4.buffer:[B
            bipush 60
            invokestatic sun.security.provider.ByteArrayAccess.i2bLittle4:(I[BI)V
         8: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.provider.MD4.buffer:[B
            iconst_0
            invokevirtual sun.security.provider.MD4.implCompress:([BI)V
         9: .line 131
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_0
            aload 1 /* out */
            iload 2 /* ofs */
            bipush 16
            invokestatic sun.security.provider.ByteArrayAccess.i2bLittle:([II[BII)V
        10: .line 132
            return
        end local 6 // int padLen
        end local 5 // int index
        end local 3 // long bitsProcessed
        end local 2 // int ofs
        end local 1 // byte[] out
        end local 0 // sun.security.provider.MD4 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lsun/security/provider/MD4;
            0   11     1            out  [B
            0   11     2            ofs  I
            1   11     3  bitsProcessed  J
            2   11     5          index  I
            5   11     6         padLen  I
    MethodParameters:
      Name  Flags
      out   
      ofs   

  private static int FF(int, int, int, int, int, int);
    descriptor: (IIIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int x
        start local 5 // int s
         0: .line 135
            iload 0 /* a */
            iload 1 /* b */
            iload 2 /* c */
            iand
            iload 1 /* b */
            iconst_m1
            ixor
            iload 3 /* d */
            iand
            ior
            iload 4 /* x */
            iadd
            iadd
            istore 0 /* a */
         1: .line 136
            iload 0 /* a */
            iload 5 /* s */
            ishl
            iload 0 /* a */
            bipush 32
            iload 5 /* s */
            isub
            iushr
            ior
            ireturn
        end local 5 // int s
        end local 4 // int x
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  I
            0    2     1     b  I
            0    2     2     c  I
            0    2     3     d  I
            0    2     4     x  I
            0    2     5     s  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      x     
      s     

  private static int GG(int, int, int, int, int, int);
    descriptor: (IIIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int x
        start local 5 // int s
         0: .line 140
            iload 0 /* a */
            iload 1 /* b */
            iload 2 /* c */
            iand
            iload 1 /* b */
            iload 3 /* d */
            iand
            ior
            iload 2 /* c */
            iload 3 /* d */
            iand
            ior
            iload 4 /* x */
            iadd
            ldc 1518500249
            iadd
            iadd
            istore 0 /* a */
         1: .line 141
            iload 0 /* a */
            iload 5 /* s */
            ishl
            iload 0 /* a */
            bipush 32
            iload 5 /* s */
            isub
            iushr
            ior
            ireturn
        end local 5 // int s
        end local 4 // int x
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  I
            0    2     1     b  I
            0    2     2     c  I
            0    2     3     d  I
            0    2     4     x  I
            0    2     5     s  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      x     
      s     

  private static int HH(int, int, int, int, int, int);
    descriptor: (IIIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int x
        start local 5 // int s
         0: .line 145
            iload 0 /* a */
            iload 1 /* b */
            iload 2 /* c */
            ixor
            iload 3 /* d */
            ixor
            iload 4 /* x */
            iadd
            ldc 1859775393
            iadd
            iadd
            istore 0 /* a */
         1: .line 146
            iload 0 /* a */
            iload 5 /* s */
            ishl
            iload 0 /* a */
            bipush 32
            iload 5 /* s */
            isub
            iushr
            ior
            ireturn
        end local 5 // int s
        end local 4 // int x
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  I
            0    2     1     b  I
            0    2     2     c  I
            0    2     3     d  I
            0    2     4     x  I
            0    2     5     s  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      x     
      s     

  void implCompress(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // sun.security.provider.MD4 this
        start local 1 // byte[] buf
        start local 2 // int ofs
         0: .line 155
            aload 1 /* buf */
            iload 2 /* ofs */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            invokestatic sun.security.provider.ByteArrayAccess.b2iLittle64:([BI[I)V
         1: .line 157
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_0
            iaload
            istore 3 /* a */
        start local 3 // int a
         2: .line 158
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_1
            iaload
            istore 4 /* b */
        start local 4 // int b
         3: .line 159
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_2
            iaload
            istore 5 /* c */
        start local 5 // int c
         4: .line 160
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_3
            iaload
            istore 6 /* d */
        start local 6 // int d
         5: .line 163
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_0
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 3 /* a */
         6: .line 164
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_1
            iaload
            bipush 7
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 6 /* d */
         7: .line 165
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_2
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 5 /* c */
         8: .line 166
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_3
            iaload
            bipush 19
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 4 /* b */
         9: .line 167
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_4
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 3 /* a */
        10: .line 168
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_5
            iaload
            bipush 7
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 6 /* d */
        11: .line 169
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 6
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 5 /* c */
        12: .line 170
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 7
            iaload
            bipush 19
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 4 /* b */
        13: .line 171
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 8
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 3 /* a */
        14: .line 172
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 9
            iaload
            bipush 7
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 6 /* d */
        15: .line 173
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 10
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 5 /* c */
        16: .line 174
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 11
            iaload
            bipush 19
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 4 /* b */
        17: .line 175
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 12
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 3 /* a */
        18: .line 176
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 13
            iaload
            bipush 7
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 6 /* d */
        19: .line 177
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 14
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 5 /* c */
        20: .line 178
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 15
            iaload
            bipush 19
            invokestatic sun.security.provider.MD4.FF:(IIIIII)I
            istore 4 /* b */
        21: .line 181
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_0
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 3 /* a */
        22: .line 182
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_4
            iaload
            iconst_5
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 6 /* d */
        23: .line 183
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 8
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 5 /* c */
        24: .line 184
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 12
            iaload
            bipush 13
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 4 /* b */
        25: .line 185
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_1
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 3 /* a */
        26: .line 186
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_5
            iaload
            iconst_5
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 6 /* d */
        27: .line 187
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 9
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 5 /* c */
        28: .line 188
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 13
            iaload
            bipush 13
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 4 /* b */
        29: .line 189
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_2
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 3 /* a */
        30: .line 190
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 6
            iaload
            iconst_5
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 6 /* d */
        31: .line 191
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 10
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 5 /* c */
        32: .line 192
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 14
            iaload
            bipush 13
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 4 /* b */
        33: .line 193
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_3
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 3 /* a */
        34: .line 194
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 7
            iaload
            iconst_5
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 6 /* d */
        35: .line 195
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 11
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 5 /* c */
        36: .line 196
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 15
            iaload
            bipush 13
            invokestatic sun.security.provider.MD4.GG:(IIIIII)I
            istore 4 /* b */
        37: .line 199
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_0
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 3 /* a */
        38: .line 200
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 8
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 6 /* d */
        39: .line 201
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_4
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 5 /* c */
        40: .line 202
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 12
            iaload
            bipush 15
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 4 /* b */
        41: .line 203
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_2
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 3 /* a */
        42: .line 204
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 10
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 6 /* d */
        43: .line 205
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 6
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 5 /* c */
        44: .line 206
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 14
            iaload
            bipush 15
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 4 /* b */
        45: .line 207
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_1
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 3 /* a */
        46: .line 208
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 9
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 6 /* d */
        47: .line 209
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_5
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 5 /* c */
        48: .line 210
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 13
            iaload
            bipush 15
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 4 /* b */
        49: .line 211
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            iconst_3
            iaload
            iconst_3
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 3 /* a */
        50: .line 212
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 11
            iaload
            bipush 9
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 6 /* d */
        51: .line 213
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 7
            iaload
            bipush 11
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 5 /* c */
        52: .line 214
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 3 /* a */
            aload 0 /* this */
            getfield sun.security.provider.MD4.x:[I
            bipush 15
            iaload
            bipush 15
            invokestatic sun.security.provider.MD4.HH:(IIIIII)I
            istore 4 /* b */
        53: .line 216
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_0
            dup2
            iaload
            iload 3 /* a */
            iadd
            iastore
        54: .line 217
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_1
            dup2
            iaload
            iload 4 /* b */
            iadd
            iastore
        55: .line 218
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_2
            dup2
            iaload
            iload 5 /* c */
            iadd
            iastore
        56: .line 219
            aload 0 /* this */
            getfield sun.security.provider.MD4.state:[I
            iconst_3
            dup2
            iaload
            iload 6 /* d */
            iadd
            iastore
        57: .line 220
            return
        end local 6 // int d
        end local 5 // int c
        end local 4 // int b
        end local 3 // int a
        end local 2 // int ofs
        end local 1 // byte[] buf
        end local 0 // sun.security.provider.MD4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   58     0  this  Lsun/security/provider/MD4;
            0   58     1   buf  [B
            0   58     2   ofs  I
            2   58     3     a  I
            3   58     4     b  I
            4   58     5     c  I
            5   58     6     d  I
    MethodParameters:
      Name  Flags
      buf   
      ofs   
}
SourceFile: "MD4.java"
NestMembers:
  sun.security.provider.MD4$1  sun.security.provider.MD4$2
InnerClasses:
  sun.security.provider.MD4$1
  sun.security.provider.MD4$2