OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pLen
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java
44
private int
pLen
= -1;
64
* @param
pLen
Length of the expected plaintext.
68
int
pLen
)
72
this.
pLen
=
pLen
;
89
this.
pLen
= fallback.length;
155
if (
pLen
> 0 && fallback == null && random == null)
257
* @param
pLen
Expected length of the plaintext.
260
private static int checkPkcs1Encoding(byte[] encoded, int
pLen
)
271
int
plen
= encoded.length -
local
[
all
...]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java
46
private int
pLen
= -1;
66
* @param
pLen
Length of the expected plaintext.
70
int
pLen
)
74
this.
pLen
=
pLen
;
91
this.
pLen
= fallback.length;
157
if (
pLen
> 0 && fallback == null && random == null)
259
* @param
pLen
Expected length of the plaintext.
262
private static int checkPkcs1Encoding(byte[] encoded, int
pLen
)
273
int
plen
= encoded.length -
local
[
all
...]
/external/icu/icu4c/source/test/cintltst/
nfsprep.c
218
int32_t
pLen
=0, sLen=0, reqLen=0,
236
pLen
= nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status);
239
p = (char*) malloc(
pLen
);
244
pLen
= nfs4_prepare(prefix, prefixLen, p,
pLen
, NFS4_MIXED_PREP_PREFIX, parseError, status);
252
s = (char*) malloc(
pLen
);
260
reqLen =
pLen
+sLen+1 /* for the delimiter */;
262
memmove(dest, p,
pLen
);
265
dest[
pLen
++] = PREFIX_SUFFIX_SEPARATOR;
266
memmove(dest+
pLen
, s, sLen)
[
all
...]
usrchtst.c
[
all
...]
Completed in 248 milliseconds