Searched defs:pLen (Results 1 - 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java43 private int pLen = -1; field in class:PKCS1Encoding
63 * @param pLen Length of the expected plaintext.
67 int pLen)
71 this.pLen = pLen;
88 this.pLen = fallback.length;
154 if (pLen > 0 && fallback == null && random == null)
256 * @param pLen Expected length of the plaintext.
259 private static int checkPkcs1Encoding(byte[] encoded, int pLen) argument
271 pLen /* Lengh
65 PKCS1Encoding( AsymmetricBlockCipher cipher, int pLen) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c218 int32_t pLen=0, sLen=0, reqLen=0, local
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,
[all...]
H A Dusrchtst.c2609 int32_t pLen = UPRV_LENGTHOF(pattern); local
2626 search = usearch_openFromCollator (pattern, pLen, text, tLen, coll, NULL, &ec);
/external/sqlite/dist/orig/
H A Dsqlite3.c76169 sqlite3VdbeSerialType(Mem *pMem, int file_format, u32 *pLen) argument
173167 rbuDeltaGetInt(const char **pz, int *pLen) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c76169 sqlite3VdbeSerialType(Mem *pMem, int file_format, u32 *pLen) argument
173179 rbuDeltaGetInt(const char **pz, int *pLen) argument
[all...]

Completed in 685 milliseconds