OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyParam
(Results
1 - 7
of
7
) 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
);
/libcore/luni/src/main/java/java/security/
Provider.java
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 976 milliseconds