HomeSort by relevance Sort by last modified time
    Searched refs:sLen (Results 1 - 22 of 22) sorted by null

  /external/openssl/crypto/rsa/
rsa_pss.c 74 const EVP_MD *Hash, const unsigned char *EM, int sLen)
76 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
81 const unsigned char *EM, int sLen)
99 * Negative sLen has special meanings:
100 * -1 sLen == hLen
104 if (sLen == -1) sLen = hLen;
105 else if (sLen == -2) sLen = -2;
106 else if (sLen < -2
    [all...]
rsa.h 411 const EVP_MD *Hash, const unsigned char *EM, int sLen);
414 const EVP_MD *Hash, int sLen);
418 const unsigned char *EM, int sLen);
422 const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen);
  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 98 int sLen = s.length();
100 enlarge(sLen + 2);
103 buffer[pos++] = (byte)(sLen >>> 8);
104 buffer[pos++] = (byte)sLen;
105 for (int i = 0; i < sLen; ++i) {
110 writeUTF2(s, sLen, i);
118 private void writeUTF2(String s, int sLen, int offset) {
119 int size = sLen;
120 for (int i = offset; i < sLen; i++) {
130 "encoded string too long: " + sLen + size + " bytes")
    [all...]
  /external/icu4c/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
oldcol.cpp 28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
  /external/icu4c/test/cintltst/
nfsprep.c 216 int32_t pLen=0, sLen=0, reqLen=0,
247 sLen = nfs4_prepare(suffix, suffixLen, s, sCapacity, NFS4_MIXED_PREP_SUFFIX, parseError, status);
255 sLen = nfs4_prepare(suffix, suffixLen, s, sLen, NFS4_MIXED_PREP_SUFFIX, parseError, status);
258 reqLen = pLen+sLen+1 /* for the delimiter */;
264 memmove(dest+pLen, s, sLen);
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
246 uiter_setString(&sIter, source, sLen);
274 uint32_t sLen = u_strlen(source);
282 uiter_setString(&sIter, source, sLen);
293 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status);
304 /*uiter_setString(&sIter, source, sLen);
340 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
350 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
362 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
368 sortklen1=ucol_getSortKey(myCollation, source, sLen, NULL, 0)
    [all...]
cmsccoll.c 49 const UChar *source, const int sLen,
658 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
660 return ucol_strcoll(UCA, source, sLen, target, tLen);
664 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
667 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
676 const UChar *s, const uint32_t sLen,
686 return func(collator, opts, source, sLen+1, target, tLen+1);
691 const UChar *s, const uint32_t sLen,
697 source[sLen] = s1;
701 return func(collator, opts, source, sLen+1, target, tLen+1)
    [all...]
  /external/icu4c/test/intltest/
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
tscoll.cpp 108 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
119 uiter_setString(&sIter, source, sLen);
162 int32_t sLen = source.length(), tLen = target.length();
169 uiter_setString(&sIter, src, sLen);
180 u_strToUTF8(utf8Source, 256, &utf8SourceLen, src, sLen, &status);
191 /*uiter_setString(&sIter, source, sLen);
227 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
235 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
  /external/icu4c/tools/toolutil/
uparse.c 362 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) {
366 if(sLen == -1) {
367 sLen = (int32_t)strlen(source);
370 while(read < source+sLen) {
uparse.h 147 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
  /external/openssl/include/openssl/
rsa.h 411 const EVP_MD *Hash, const unsigned char *EM, int sLen);
414 const EVP_MD *Hash, int sLen);
418 const unsigned char *EM, int sLen);
422 const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 363 CK_ULONG sLen;
  /external/webkit/Source/WebCore/platform/
KURL.cpp 264 static int findFirstOf(const UChar* s, int sLen, int startPos, const char* toFind)
266 for (int i = startPos; i < sLen; i++) {
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 775 milliseconds