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

/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java532 decryptData(WrapToken token, byte[] ciphertext, int cStart, int cLen, byte[] plaintext, int pStart) argument
561 decryptData(WrapToken_v2 token, byte[] ciphertext, int cStart, int cLen, byte[] plaintext, int pStart, int key_usage) argument
585 decryptData(WrapToken token, InputStream cipherStream, int cLen, byte[] plaintext, int pStart) argument
635 decryptData(WrapToken_v2 token, InputStream cipherStream, int cLen, byte[] plaintext, int pStart, int key_usage) argument
731 encryptData(WrapToken token, byte[] confounder, byte[] plaintext, int pStart, int pLen, byte[] padding, byte[] ciphertext, int cStart) argument
787 encryptData(WrapToken_v2 token, byte[] confounder, byte[] tokenHeader, byte[] plaintext, int pStart, int pLen, byte[] ciphertext, int cStart, int key_usage) argument
1131 des3KdDecrypt(WrapToken token, byte[] ciphertext, int cStart, int cLen, byte[] plaintext, int pStart) argument
1203 arcFourDecrypt(WrapToken token, byte[] ciphertext, int cStart, int cLen, byte[] plaintext, int pStart) argument
1322 aes128Decrypt(WrapToken_v2 token, byte[] ciphertext, int cStart, int cLen, byte[] plaintext, int pStart, int key_usage) argument
1391 aes256Decrypt(WrapToken_v2 token, byte[] ciphertext, int cStart, int cLen, byte[] plaintext, int pStart, int key_usage) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.c313 InitSimpleTypes(JNIEnv *env, jclass SimpleClass, char *SimpleSig, SurfCompHdr *pStart, SurfCompHdr *pEnd, jsize size) argument

Completed in 51 milliseconds