Lines Matching refs:inLen

741     public native int C_Encrypt(long hSession, byte[] in, int inOfs, int inLen,
762 int inOfs, int inLen, long directOut, byte[] out, int outOfs,
818 public native int C_Decrypt(long hSession, byte[] in, int inOfs, int inLen,
840 int inOfs, int inLen, long directOut, byte[] out, int outOfs,
902 byte[] in, int inOfs, int inLen, byte[] digest, int digestOfs,
920 int inOfs, int inLen) throws PKCS11Exception;
1020 int inOfs, int inLen) throws PKCS11Exception;
1077 int inLen, byte[] out, int outOufs, int outLen)
1141 int inOfs, int inLen) throws PKCS11Exception;
1196 int inLen, byte[] out, int outOufs, int outLen)
1656 int inLen, byte[] out, int outOfs, int outLen)
1658 return super.C_Encrypt(hSession, in, inOfs, inLen, out, outOfs, outLen);
1662 byte[] in, int inOfs, int inLen, long directOut, byte[] out,
1664 return super.C_EncryptUpdate(hSession, directIn, in, inOfs, inLen,
1679 int inLen, byte[] out, int outOfs, int outLen)
1681 return super.C_Decrypt(hSession, in, inOfs, inLen, out, outOfs, outLen);
1685 byte[] in, int inOfs, int inLen, long directOut, byte[] out,
1687 return super.C_DecryptUpdate(hSession, directIn, in, inOfs, inLen,
1702 CK_MECHANISM pMechanism, byte[] in, int inOfs, int inLen,
1704 return super.C_DigestSingle(hSession, pMechanism, in, inOfs, inLen,
1709 byte[] in, int inOfs, int inLen) throws PKCS11Exception {
1710 super.C_DigestUpdate(hSession, directIn, in, inOfs, inLen);
1734 byte[] in, int inOfs, int inLen) throws PKCS11Exception {
1735 super.C_SignUpdate(hSession, directIn, in, inOfs, inLen);
1749 int inLen, byte[] out, int outOufs, int outLen)
1751 return super.C_SignRecover(hSession, in, inOfs, inLen, out, outOufs,
1766 byte[] in, int inOfs, int inLen) throws PKCS11Exception {
1767 super.C_VerifyUpdate(hSession, directIn, in, inOfs, inLen);
1781 int inLen, byte[] out, int outOufs, int outLen)
1783 return super.C_VerifyRecover(hSession, in, inOfs, inLen, out, outOufs,