OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:limitlen
(Results
1 - 1
of
1
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java
247
int
limitLen
= 1 << (8 * q);
248
if (inLen >=
limitLen
)
Completed in 54 milliseconds