OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyBits
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMUtilities.java
174
int
keyBits
= 128;
177
keyBits
= 40;
181
keyBits
= 64;
183
sKey = getKey(password, alg,
keyBits
/ 8, iv);
186
paramSpec = new RC2ParameterSpec(
keyBits
);
190
paramSpec = new RC2ParameterSpec(
keyBits
, iv);
203
int
keyBits
;
206
keyBits
= 128;
210
keyBits
= 192;
214
keyBits
= 256
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
127
int
keyBits
;
Completed in 418 milliseconds