OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyParam
(Results
1 - 3
of
3
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java
30
private CipherParameters
keyParam
;
95
keyParam
= cipherParameters;
236
// TODO: handle null
keyParam
(e.g. via RepeatedKeySpec)
238
if (
keyParam
== null)
259
ctrCipher.init(forEncryption, new ParametersWithIV(
keyParam
, iv));
347
cMac.init(
keyParam
);
GCMBlockCipher.java
90
KeyParameter
keyParam
;
106
keyParam
= param.getKey();
115
keyParam
= (KeyParameter)param.getParameters();
135
// if
keyParam
is null we're reusing the last key.
136
if (
keyParam
!= null)
138
cipher.init(true,
keyParam
);
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 24 milliseconds