Searched refs:outSize (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/javax/crypto/CipherSpi/
H A DDirectBBRemaining.java77 int outSize = cipher.getOutputSize(size);
82 ByteBuffer.allocate(outSize),
84 ByteBuffer.allocateDirect(outSize),
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_TW.java345 int outSize;
353 outSize = 1;
355 outSize = toEUC(c, bb);
356 if (outSize == -1) {
368 outSize = toEUC(c, sa[sp+1], bb);
375 if (outSize == -1)
377 if ( dl - dp < outSize)
379 for (int i = 0; i < outSize; i++)
393 int outSize;
402 outSize
[all...]
H A DHKSCS.java95 int inSize = 1, outSize = 1;
113 outSize = 2;
117 if (dl - dp < outSize)
119 if (outSize == 2) {
141 int inSize = 1, outSize = 1;
158 outSize = 2;
162 if (dst.remaining() < outSize)
164 if (outSize == 2) {
H A DSJIS_0213.java105 int inSize = 1, outSize = 1;
121 outSize++;
124 if (dl - dp < outSize)
126 if (outSize == 2) {
148 int inSize = 1, outSize = 1;
163 outSize++;
166 if (dst.remaining() < outSize)
168 if (outSize == 2) {
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m82 size_t bufSize, inSize, outSize;
109 out = buf; outSize = bufSize;
112 rc = iconv(cd, (void*)&in, &inSize, &out, &outSize);
120 *size = (bufSize-outSize)/2; /* bytes to wchars */
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSLibStub.java88 native int wrapSizeLimit(long pContext, int flags, int qop, int outSize); argument
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java804 int outSize = outArray.length;
808 int chunk = Math.min(inLen, outSize);
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c59 size_t bufSize, inSize, outSize; local
86 out = buf; outSize = bufSize;
89 rc = iconv(cd, (void*)&in, &inSize, &out, &outSize);
97 *size = (bufSize-outSize)/2; /* bytes to wchars */
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DNativeCreds.c82 ULONG *outSize);
674 PKERB_RETRIEVE_TKT_REQUEST *outRequest, ULONG *outSize)
684 *outSize = 0;
735 *outSize = RequestSize;
673 ConstructTicketRequest(UNICODE_STRING DomainName, PKERB_RETRIEVE_TKT_REQUEST *outRequest, ULONG *outSize) argument
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackerImpl.java617 long outSize = pw.archiveSize0+pw.archiveSize1;
618 totalOutputSize += outSize;
623 +outSize+" bytes");
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1211 OM_uint32 outSize, maxInSize; local
1221 outSize = (OM_uint32) joutSize;
1226 qop, outSize, &maxInSize);

Completed in 136 milliseconds