|
1648 | 1648 | <ldarg_0 />
|
1649 | 1649 | <ldfld class="com.sun.crypto.provider.AESCrypt" name="K" sig="[I" />
|
1650 | 1650 | <!-- bool AESCrypt.DecryptBlock(byte[] in, int inOffset, byte[] out, int outOffset, int[] K) -->
|
1651 |
| - <call type="IKVM.Java.Externs.com.sun.crypto.provider.AESCrypt" name="DecryptBlock" sig="([BI[BI[I)Z" /> |
| 1651 | + <call type="IKVM.Runtime.Util.Com.Sun.Crypto.Provider.AESCrypt" name="DecryptBlock" sig="([BI[BI[I)Z" /> |
1652 | 1652 | <brfalse name="continue" />
|
1653 | 1653 | <ret />
|
1654 | 1654 | <label name="continue" />
|
|
1663 | 1663 | <ldarg_0 />
|
1664 | 1664 | <ldfld class="com.sun.crypto.provider.AESCrypt" name="K" sig="[I" />
|
1665 | 1665 | <!-- bool AESCrypt.EncryptBlock(byte[] in, int inOffset, byte[] out, int outOffset, int[] K) -->
|
1666 |
| - <call type="IKVM.Java.Externs.com.sun.crypto.provider.AESCrypt" name="EncryptBlock" sig="([BI[BI[I)Z" /> |
| 1666 | + <call type="IKVM.Runtime.Util.Com.Sun.Crypto.Provider.AESCrypt" name="EncryptBlock" sig="([BI[BI[I)Z" /> |
1667 | 1667 | <brfalse name="continue" />
|
1668 | 1668 | <ret />
|
1669 | 1669 | <label name="continue" />
|
|
1679 | 1679 | <ldarg_3 />
|
1680 | 1680 | <ldarg_s argNum="4" />
|
1681 | 1681 | <!-- bool GHASH.ProcessBlocks(byte[] data, int inOffs, int blocks, long[] state, long[] subH) -->
|
1682 |
| - <call type="IKVM.Java.Externs.com.sun.crypto.provider.GHASH" name="ProcessBlocks" sig="([BII[J[J)Z" /> |
| 1682 | + <call type="IKVM.Runtime.Util.Com.Sun.Crypto.Provider.GHASH" name="ProcessBlocks" sig="([BII[J[J)Z" /> |
1683 | 1683 | <brfalse name="continue" />
|
1684 | 1684 | <ret />
|
1685 | 1685 | <label name="continue" />
|
|
1696 | 1696 | <ldarg_s argNum="4" />
|
1697 | 1697 | <ldarg_s argNum="5" />
|
1698 | 1698 | <!-- bool CipherBlockChaining.DecryptAESCrypt(object self, byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset, ) -->
|
1699 |
| - <call type="IKVM.Java.Externs.com.sun.crypto.provider.CipherBlockChaining" name="DecryptAESCrypt" sig="(Ljava.lang.Object;[BII[BI)Z" /> |
| 1699 | + <call type="IKVM.Runtime.Util.Com.Sun.Crypto.Provider.CipherBlockChaining" name="DecryptAESCrypt" sig="(Ljava.lang.Object;[BII[BI)Z" /> |
1700 | 1700 | <brfalse name="continue" />
|
1701 | 1701 | <ldarg_3 />
|
1702 | 1702 | <ret />
|
|
1712 | 1712 | <ldarg_s argNum="4" />
|
1713 | 1713 | <ldarg_s argNum="5" />
|
1714 | 1714 | <!-- bool CipherBlockChaining.EncryptAESCrypt(object self, byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) -->
|
1715 |
| - <call type="IKVM.Java.Externs.com.sun.crypto.provider.CipherBlockChaining" name="EncryptAESCrypt" sig="(Ljava.lang.Object;[BII[BI)Z" /> |
| 1715 | + <call type="IKVM.Runtime.Util.Com.Sun.Crypto.Provider.CipherBlockChaining" name="EncryptAESCrypt" sig="(Ljava.lang.Object;[BII[BI)Z" /> |
1716 | 1716 | <brfalse name="continue" />
|
1717 | 1717 | <ldarg_3 />
|
1718 | 1718 | <ret />
|
|
0 commit comments