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

1 2 3 4 5

  /external/boringssl/src/decrepit/rsa/
rsa_decrepit.c 89 const EVP_MD *Hash, int sLen) {
90 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen);
94 const uint8_t *EM, int sLen) {
95 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss.go 23 sLen := len(salt)
36 // 3. If emLen < hLen + sLen + 2, output "encoding error" and stop.
38 if emLen < hLen+sLen+2 {
43 db := em[:emLen-sLen-hLen-2+1+sLen]
44 h := em[emLen-sLen-hLen-2+1+sLen : emLen-1]
46 // 4. Generate a random octet string salt of length sLen; if sLen = 0,
52 // M' is an octet string of length 8 + hLen + sLen with eigh
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss.go 23 sLen := len(salt)
36 // 3. If emLen < hLen + sLen + 2, output "encoding error" and stop.
38 if emLen < hLen+sLen+2 {
43 db := em[:emLen-sLen-hLen-2+1+sLen]
44 h := em[emLen-sLen-hLen-2+1+sLen : emLen-1]
46 // 4. Generate a random octet string salt of length sLen; if sLen = 0,
52 // M' is an octet string of length 8 + hLen + sLen with eigh
    [all...]
  /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/libchrome/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/boringssl/src/crypto/rsa/
padding.c 484 const uint8_t *EM, int sLen) {
501 /* Negative sLen has special meanings:
502 * -1 sLen == hLen
505 if (sLen == -1) {
506 sLen = hLen;
507 } else if (sLen == -2) {
508 sLen = -2;
509 } else if (sLen < -2) {
524 if (emLen < (int)hLen + 2 || emLen < ((int)hLen + sLen + 2)) {
525 /* sLen can be small negative *
    [all...]
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
oldcol.cpp 34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 218 int32_t pLen=0, sLen=0, reqLen=0,
249 sLen = nfs4_prepare(suffix, suffixLen, s, sCapacity, NFS4_MIXED_PREP_SUFFIX, parseError, status);
257 sLen = nfs4_prepare(suffix, suffixLen, s, sLen, NFS4_MIXED_PREP_SUFFIX, parseError, status);
260 reqLen = pLen+sLen+1 /* for the delimiter */;
266 memmove(dest+pLen, s, sLen);
callcoll.c 232 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
248 uiter_setString(&sIter, source, sLen);
276 uint32_t sLen = u_strlen(source);
285 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
296 uiter_setString(&sIter, source, sLen);
308 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status);
377 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
387 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
398 sortklen1=ucol_getSortKey(myCollation, source, sLen, NULL, 0);
407 ucol_getSortKey(myCollation, source, sLen, sortKey1, sortklen1+1)
    [all...]
cmsccoll.c 48 const UChar *source, const int sLen,
970 int sLen;
999 /*for (sLen = 257; sLen<MAXSLEN; sLen++) {*/
1000 /*for (sLen = 4; sLen<MAXSLEN; sLen++) {*/
1001 /*for (sLen = 1000; sLen<1001; sLen++) {*
    [all...]
  /external/icu/icu4c/source/test/intltest/
tscoll.h 54 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
tscoll.cpp 94 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
105 uiter_setString(&sIter, source, sLen);
148 int32_t sLen = source.length(), tLen = target.length();
155 uiter_setString(&sIter, src, sLen);
166 u_strToUTF8(utf8Source, 256, &utf8SourceLen, src, sLen, &status);
177 /*uiter_setString(&sIter, source, sLen);
213 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
221 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) {
370 if(sLen == -1) {
371 sLen = (int32_t)strlen(source);
374 while(read < source+sLen) {
uparse.h 149 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
  /prebuilts/tools/common/m2/repository/com/firebase/tubesock/0.0.12/
tubesock-0.0.12.jar 
  /external/boringssl/src/include/openssl/
rsa.h 322 * hash function for generating the mask. If NULL, |Hash| is used. The |sLen|
323 * argument specifies the expected salt length in bytes. If |sLen| is -1 then
333 const uint8_t *EM, int sLen);
338 * function for generating the mask. If NULL, |Hash| is used. The |sLen|
339 * argument specifies the expected salt length in bytes. If |sLen| is -1 then
348 int sLen);
511 const EVP_MD *Hash, int sLen);
517 int sLen);
  /sdk/find_java2/src/
JavaFinder.cpp 526 ULONG sLen = MAX_PATH;
528 if (rk.QueryStringValue(JF_REGISTRY_VALUE_PATH, s, &sLen) == ERROR_SUCCESS) {
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 187 sLen := uint32(len(cfg.servers))
190 for j := uint32(0); j < sLen; j++ {
191 server := cfg.servers[(serverOffset+j)%sLen]
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 187 sLen := uint32(len(cfg.servers))
190 for j := uint32(0); j < sLen; j++ {
191 server := cfg.servers[(serverOffset+j)%sLen]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /prebuilts/misc/common/robolectric/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java     [all...]

Completed in 558 milliseconds

1 2 3 4 5