Searched refs:pLen (Results 1 – 7 of 7) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
D | PKCS1Encoding.java | 42 private int pLen = -1; field in PKCS1Encoding 64 int pLen) in PKCS1Encoding() argument 68 this.pLen = pLen; in PKCS1Encoding() 87 this.pLen = fallback.length; in PKCS1Encoding() 253 private static int checkPkcs1Encoding(byte[] encoded, int pLen) { in checkPkcs1Encoding() argument 264 pLen /* Lenght of the PMS */ in checkPkcs1Encoding() 279 correct |= encoded[encoded.length - (pLen +1)]; in checkPkcs1Encoding() 314 random = new byte[this.pLen]; in decodeBlockOrRandom() 345 int correct = PKCS1Encoding.checkPkcs1Encoding(block, this.pLen); in decodeBlockOrRandom() 351 byte[] result = new byte[this.pLen]; in decodeBlockOrRandom() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | nfsprep.c | 216 int32_t pLen=0, sLen=0, reqLen=0, in nfs4_mixed_prepare() local 234 … pLen = nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status); in nfs4_mixed_prepare() 237 p = (char*) malloc(pLen); in nfs4_mixed_prepare() 242 pLen = nfs4_prepare(prefix, prefixLen, p, pLen, NFS4_MIXED_PREP_PREFIX, parseError, status); in nfs4_mixed_prepare() 250 s = (char*) malloc(pLen); in nfs4_mixed_prepare() 258 reqLen = pLen+sLen+1 /* for the delimiter */; in nfs4_mixed_prepare() 260 memmove(dest, p, pLen); in nfs4_mixed_prepare() 263 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR; in nfs4_mixed_prepare() 264 memmove(dest+pLen, s, sLen); in nfs4_mixed_prepare()
|
D | usrchtst.c | 2607 int32_t pLen = sizeof (pattern) / sizeof(pattern[0]); in TestStrengthIdentical() local 2624 search = usearch_openFromCollator (pattern, pLen, text, tLen, coll, NULL, &ec); in TestStrengthIdentical()
|
/external/boringssl/src/ssl/test/runner/ |
D | key_agreement.go | 697 pLen := (int(k[0]) << 8) | int(k[1]) 699 if len(k) < pLen { 702 ka.p = new(big.Int).SetBytes(k[:pLen]) 703 k = k[pLen:]
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser.cpp | 1569 CPDF_Object* pLen = pDict->GetElement("L"); in IsLinearizedFile() local 1570 if (!pLen) { in IsLinearizedFile() 1575 if (pLen->GetInteger() != (int)pFileAccess->GetSize()) { in IsLinearizedFile() 3730 CPDF_Object* pLen = pDict->GetElement("L"); in IsLinearizedFile() local 3731 if (!pLen) { in IsLinearizedFile() 3734 if ((FX_FILESIZE)pLen->GetInteger() != m_pFileRead->GetSize()) { in IsLinearizedFile()
|
/external/sqlite/dist/ |
D | sqlite3.c | 159199 static unsigned int rbuDeltaGetInt(const char **pz, int *pLen){ 159218 *pLen -= z - zStart;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 159169 static unsigned int rbuDeltaGetInt(const char **pz, int *pLen){ 159188 *pLen -= z - zStart;
|