/libcore/luni/src/main/java/javax/crypto/spec/ |
GCMParameterSpec.java | 33 private final int tagLen; 40 * {@code tagLen} in bits. 46 public GCMParameterSpec(int tagLen, byte[] iv) { 47 if (tagLen < 0) { 53 this.tagLen = tagLen; 60 * starting at {@code offset} and a tag length of {@code tagLen} in bits. 68 public GCMParameterSpec(int tagLen, byte[] iv, int offset, int byteCount) { 69 if (tagLen < 0) { 80 this.tagLen = tagLen [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 50 UINT16_t tagType, tagLen; 73 tagLen = (((UINT16_t) curTag[2]) << 8) + 78 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) { 79 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen); 82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra); 83 curTag = curTag + TAG_HDR_SIZE + tagLen; 105 UINT16_t tagType, tagLen; 128 tagLen = (((UINT16_t) curTag[2]) << 8) + 133 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) { 134 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen); [all...] |
/external/chromium_org/third_party/icu/source/tools/gencnval/ |
gencnval.c | 181 getTagNumber(const char *tag, uint16_t tagLen); 510 getTagNumber(const char *tag, uint16_t tagLen) { 513 UBool preferredName = ((tagLen > 0) ? (tag[tagLen - 1] == '*') : (FALSE)); 522 tagLen--; 527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { 539 atag = allocString(&tagBlock, tag, tagLen); 546 else if (tagLen > 0 && strcmp(tag, ALL_TAG_STR) != 0) { [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 181 getTagNumber(const char *tag, uint16_t tagLen); 520 getTagNumber(const char *tag, uint16_t tagLen) { 523 UBool preferredName = ((tagLen > 0) ? (tag[tagLen - 1] == '*') : (FALSE)); 532 tagLen--; 537 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { 549 atag = allocString(&tagBlock, tag, tagLen); 556 else if (tagLen > 0 && strcmp(tag, ALL_TAG_STR) != 0) { [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 809 size_t tagLen = strlen(kMap[j].mTag); 810 if (!strncasecmp(kMap[j].mTag, comment, tagLen) 811 && comment[tagLen] == '=') { 815 &comment[tagLen + 1], 816 commentLength - tagLen - 1); 818 if (!strcasecmp(&comment[tagLen + 1], "true")) { 822 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]);
|
/system/core/liblog/ |
logprint.c | 636 int tagLen; 638 tagLen = snprintf(messageBuf, messageBufLen, "[%d]", tagIndex); 640 messageBuf += tagLen+1; 641 messageBufLen -= tagLen+1;
|
/external/chromium_org/third_party/icu/source/common/ |
uloc_tag.c | 114 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status); [all...] |
/external/icu4c/common/ |
uloc_tag.c | 126 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status); [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3con.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |