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

1 2 3

  /external/chromium_org/third_party/openssl/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/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/chromium_org/crypto/third_party/nss/
rsawrapr.c 76 unsigned int sLen)
89 if ((emLen < (hash->length + sLen + 2)) ||
114 for (i = 0; i < (dbMaskLen - sLen - 1); i++) {
121 if (db[dbMaskLen - sLen - 1] != 0x01) {
144 (*hash->update)(hash_context, &db[dbMaskLen - sLen], sLen);
chromium-nss.h 54 unsigned int sLen);
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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);
283 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
294 uiter_setString(&sIter, source, sLen);
306 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status);
375 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
385 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
396 sortklen1=ucol_getSortKey(myCollation, source, sLen, NULL, 0);
405 ucol_getSortKey(myCollation, source, sLen, sortKey1, sortklen1+1)
    [all...]
cmsccoll.c 49 const UChar *source, const int sLen,
971 int sLen;
1000 /*for (sLen = 257; sLen<MAXSLEN; sLen++) {*/
1001 /*for (sLen = 4; sLen<MAXSLEN; sLen++) {*/
1002 /*for (sLen = 1000; sLen<1001; sLen++) {*
    [all...]
  /external/chromium_org/third_party/icu/source/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 106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
117 uiter_setString(&sIter, source, sLen);
160 int32_t sLen = source.length(), tLen = target.length();
167 uiter_setString(&sIter, src, sLen);
178 u_strToUTF8(utf8Source, 256, &utf8SourceLen, src, sLen, &status);
189 /*uiter_setString(&sIter, source, sLen);
225 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
233 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
103 uiter_setString(&sIter, source, sLen);
146 int32_t sLen = source.length(), tLen = target.length();
153 uiter_setString(&sIter, src, sLen);
164 u_strToUTF8(utf8Source, 256, &utf8SourceLen, src, sLen, &status);
175 /*uiter_setString(&sIter, source, sLen);
211 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
219 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 364 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) {
368 if(sLen == -1) {
369 sLen = (int32_t)strlen(source);
372 while(read < source+sLen) {
uparse.h 147 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
  /external/chromium_org/third_party/openssl/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);
  /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);

Completed in 4527 milliseconds

1 2 3