OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:produced
(Results
1 - 3
of
3
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
KeyMaterial.java
44
int
produced
= Math.min(dglen, keyLength);
local
46
System.arraycopy(tmp[0], 0, res, off,
produced
);
48
keyLength -=
produced
;
49
off +=
produced
;
61
produced
= Math.min(dglen, keyLength);
62
System.arraycopy(tmp[i], 0, res, off,
produced
);
63
keyLength -=
produced
;
64
off +=
produced
;
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java
527
// and get the number of
produced
bytes:
604
int
produced
= 0;
local
687
produced
= remaining_wrapped_data.length;
690
handshakeStatus, dataStream.consumed(),
produced
);
707
produced
= remaining_hsh_data.length;
717
getEngineStatus(), getHandshakeStatus(), 0,
produced
);
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java
1399
int
produced
= 0;
local
[
all
...]
Completed in 650 milliseconds