Home
last modified time | relevance | path

Searched refs:sLen (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pss.c33 int sLen) in RSA_verify_PKCS1_PSS()
35 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen); in RSA_verify_PKCS1_PSS()
40 const unsigned char *EM, int sLen) in RSA_verify_PKCS1_PSS_mgf1()
60 * Negative sLen has special meanings: in RSA_verify_PKCS1_PSS_mgf1()
61 * -1 sLen == hLen in RSA_verify_PKCS1_PSS_mgf1()
66 if (sLen == RSA_PSS_SALTLEN_DIGEST) { in RSA_verify_PKCS1_PSS_mgf1()
67 sLen = hLen; in RSA_verify_PKCS1_PSS_mgf1()
68 } else if (sLen < RSA_PSS_SALTLEN_MAX) { in RSA_verify_PKCS1_PSS_mgf1()
87 if (sLen == RSA_PSS_SALTLEN_MAX) { in RSA_verify_PKCS1_PSS_mgf1()
88 sLen in RSA_verify_PKCS1_PSS_mgf1()
31 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) RSA_verify_PKCS1_PSS() argument
38 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) RSA_verify_PKCS1_PSS_mgf1() argument
146 RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, int sLen) RSA_padding_add_PKCS1_PSS() argument
153 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) RSA_padding_add_PKCS1_PSS_mgf1() argument
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_pss.c33 int sLen) in RSA_verify_PKCS1_PSS()
35 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen); in RSA_verify_PKCS1_PSS()
40 const unsigned char *EM, int sLen) in RSA_verify_PKCS1_PSS_mgf1()
60 * Negative sLen has special meanings: in RSA_verify_PKCS1_PSS_mgf1()
61 * -1 sLen == hLen in RSA_verify_PKCS1_PSS_mgf1()
66 if (sLen == RSA_PSS_SALTLEN_DIGEST) { in RSA_verify_PKCS1_PSS_mgf1()
67 sLen = hLen; in RSA_verify_PKCS1_PSS_mgf1()
68 } else if (sLen < RSA_PSS_SALTLEN_MAX) { in RSA_verify_PKCS1_PSS_mgf1()
87 if (sLen == RSA_PSS_SALTLEN_MAX) { in RSA_verify_PKCS1_PSS_mgf1()
88 sLen in RSA_verify_PKCS1_PSS_mgf1()
31 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) RSA_verify_PKCS1_PSS() argument
38 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) RSA_verify_PKCS1_PSS_mgf1() argument
146 RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, int sLen) RSA_padding_add_PKCS1_PSS() argument
153 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) RSA_padding_add_PKCS1_PSS_mgf1() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c218 int32_t pLen=0, sLen=0, reqLen=0, in nfs4_mixed_prepare() local
249 sLen = nfs4_prepare(suffix, suffixLen, s, sCapacity, NFS4_MIXED_PREP_SUFFIX, parseError, status); in nfs4_mixed_prepare()
257 sLen = nfs4_prepare(suffix, suffixLen, s, sLen, NFS4_MIXED_PREP_SUFFIX, parseError, status); in nfs4_mixed_prepare()
260 reqLen = pLen+sLen+1 /* for the delimiter */; in nfs4_mixed_prepare()
266 memmove(dest+pLen, s, sLen); in nfs4_mixed_prepare()
H A Dcallcoll.c236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { in compareUsingPartials() argument
252 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
280 uint32_t sLen = u_strlen(source); in doTestVariant() local
289 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); in doTestVariant()
300 uiter_setString(&sIter, source, sLen); in doTestVariant()
312 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status); in doTestVariant()
381 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); in doTestVariant()
391 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); in doTestVariant()
402 sortklen1=ucol_getSortKey(myCollation, source, sLen, NULL, 0); in doTestVariant()
411 ucol_getSortKey(myCollation, source, sLen, sortKey in doTestVariant()
[all...]
H A Dcmsccoll.c49 const UChar *source, const int sLen,
970 int sLen; in TestIncrementalNormalize() local
999 /*for (sLen = 257; sLen<MAXSLEN; sLen++) {*/ in TestIncrementalNormalize()
1000 /*for (sLen = 4; sLen<MAXSLEN; sLen++) {*/ in TestIncrementalNormalize()
1001 /*for (sLen = 1000; sLen<100 in TestIncrementalNormalize()
2758 int32_t sLen = 0, tLen = 0; TestSettings() local
3586 int32_t rLen, tLen, ruleLen, sLen, kLen; TestVI5913() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp94 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { in compareUsingPartials() argument
105 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
148 int32_t sLen = source.length(), tLen = target.length(); in doTestVariant() local
155 uiter_setString(&sIter, src, sLen); in doTestVariant()
166 u_strToUTF8(utf8Source, 256, &utf8SourceLen, src, sLen, &status); in doTestVariant()
177 /*uiter_setString(&sIter, source, sLen); in doTestVariant()
213 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status); in doTestVariant()
221 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status); in doTestVariant()
H A Dtscoll.h54 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { in u_parseUTF8() argument
370 if(sLen == -1) { in u_parseUTF8()
371 sLen = (int32_t)strlen(source); in u_parseUTF8()
374 while(read < source+sLen) { in u_parseUTF8()
H A Duparse.h149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { in u_parseUTF8() argument
370 if(sLen == -1) { in u_parseUTF8()
371 sLen = (int32_t)strlen(source); in u_parseUTF8()
374 while(read < source+sLen) { in u_parseUTF8()
H A Duparse.h149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { in u_parseUTF8() argument
370 if(sLen == -1) { in u_parseUTF8()
371 sLen = (int32_t)strlen(source); in u_parseUTF8()
374 while(read < source+sLen) { in u_parseUTF8()
H A Duparse.h149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
/third_party/icu/icu4c/source/samples/legacy/
H A Doldcol.cpp34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument
40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
H A Dnewcol.cpp33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument
39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
/third_party/skia/third_party/externals/icu/source/samples/legacy/
H A Dnewcol.cpp33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument
39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
H A Doldcol.cpp34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument
40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
/third_party/icu/tools/colprobe/
H A Dstrengthprobe.h79 int getSortKey(UChar *string, int32_t sLen, uint8_t *buffer, int32_t buffCap) { in getSortKey() argument
80 return skgetter(string, sLen, buffer, buffCap); in getSortKey()
H A Dline.cpp655 Line::swapCase(UChar *string, int32_t &sLen) in swapCase() argument
661 while(i < sLen) { in swapCase()
662 U16_NEXT(string, i, sLen, c); in swapCase()
672 sLen = j; in swapCase()
H A Dline.h76 void swapCase(UChar *string, int32_t &sLen);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drsa.h426 int sLen);
430 int sLen);
435 const unsigned char *EM, int sLen);
441 int sLen);
/third_party/openssl/include/openssl/
H A Drsa.h426 int sLen);
430 int sLen);
435 const unsigned char *EM, int sLen);
441 int sLen);
/third_party/openssl/ohos_lite/include/openssl/
H A Drsa.h378 int sLen);
381 int sLen);
385 const unsigned char *EM, int sLen);
390 int sLen);
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java1285 int sLen; in TestIncrementalNormalize()
1292 for (sLen = 1000; sLen<1001; sLen++) { in TestIncrementalNormalize()
1297 for (i=1; i< sLen; i++) { in TestIncrementalNormalize()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationMiscTest.java1288 int sLen; in TestIncrementalNormalize()
1295 for (sLen = 1000; sLen<1001; sLen++) { in TestIncrementalNormalize()
1300 for (i=1; i< sLen; i++) { in TestIncrementalNormalize()

Completed in 23 milliseconds

12