OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forEncryption
(Results
1 - 12
of
12
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java
22
private boolean
forEncryption
;
55
this.
forEncryption
= encrypting;
112
if (
forEncryption
)
RSACoreEngine.java
17
private boolean
forEncryption
;
22
* @param
forEncryption
true if we are encrypting, false otherwise.
26
boolean
forEncryption
,
40
this.
forEncryption
=
forEncryption
;
54
if (
forEncryption
)
75
if (
forEncryption
)
94
else if (inLen == (getInputBlockSize() + 1) && !
forEncryption
)
126
if (
forEncryption
)
AESEngine.java
271
boolean
forEncryption
)
317
if (!
forEncryption
)
334
private boolean
forEncryption
;
348
* @param
forEncryption
whether or not we are for encryption.
354
boolean
forEncryption
,
359
WorkingKey = generateWorkingKey(((KeyParameter)params).getKey(),
forEncryption
);
360
this.
forEncryption
=
forEncryption
;
398
if (
forEncryption
)
AESFastEngine.java
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java
17
protected boolean
forEncryption
;
74
* @param
forEncryption
if true the cipher is initialised for
81
boolean
forEncryption
,
85
this.
forEncryption
=
forEncryption
;
89
cipher.init(
forEncryption
, params);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java
26
private boolean
forEncryption
;
76
boolean
forEncryption
,
90
engine.init(
forEncryption
, param);
92
this.
forEncryption
=
forEncryption
;
99
if (
forEncryption
)
113
if (
forEncryption
)
129
if (
forEncryption
)
PKCS1Encoding.java
34
private boolean
forEncryption
;
72
boolean
forEncryption
,
90
engine.init(
forEncryption
, param);
93
this.
forEncryption
=
forEncryption
;
100
if (
forEncryption
)
114
if (
forEncryption
)
130
if (
forEncryption
)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java
26
private boolean
forEncryption
;
63
public void init(boolean
forEncryption
, CipherParameters params)
66
this.
forEncryption
=
forEncryption
;
168
if (
forEncryption
)
194
ctrCipher.init(
forEncryption
, new ParametersWithIV(keyParam, iv));
196
if (
forEncryption
)
GCMBlockCipher.java
32
private boolean
forEncryption
;
84
public void init(boolean
forEncryption
, CipherParameters params)
87
this.
forEncryption
=
forEncryption
;
122
int bufLength =
forEncryption
? BLOCK_SIZE : (BLOCK_SIZE + macSize);
189
if (
forEncryption
)
200
if (!
forEncryption
)
296
if (
forEncryption
)
316
if (!
forEncryption
)
391
if (
forEncryption
)
[
all
...]
/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
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 657 milliseconds