Searched defs:pLen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java731 int pStart, int pLen, byte[] padding, byte[] ciphertext, int cStart)
745 pos += des.update(plaintext, pStart, pLen,
760 byte[] ctext = des3KdEncrypt(confounder, plaintext, pStart, pLen,
767 pLen, padding);
787 byte[] plaintext, int pStart, int pLen, byte[] ciphertext, int cStart,
794 plaintext, pStart, pLen, key_usage);
798 plaintext, pStart, pLen, key_usage);
730 encryptData(WrapToken token, byte[] confounder, byte[] plaintext, int pStart, int pLen, byte[] padding, byte[] ciphertext, int cStart) argument
786 encryptData(WrapToken_v2 token, byte[] confounder, byte[] tokenHeader, byte[] plaintext, int pStart, int pLen, byte[] ciphertext, int cStart, int key_usage) argument

Completed in 874 milliseconds