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

  /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);
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...]
  /external/icu/icu4c/source/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 858 size_t tagLen = strlen(kMap[j].mTag);
859 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
860 && comment[tagLen] == '=') {
864 &comment[tagLen + 1],
865 commentLength - tagLen - 1);
867 if (!strcasecmp(&comment[tagLen + 1], "true")) {
871 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]);
  /system/core/liblog/
logprint.c 619 int tagLen;
621 tagLen = snprintf(messageBuf, messageBufLen, "[%d]", tagIndex);
623 messageBuf += tagLen+1;
624 messageBufLen -= tagLen+1;
  /external/chromium_org/third_party/icu/source/common/
uloc_tag.c 126 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status);
    [all...]
  /external/icu/icu4c/source/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 
  /prebuilts/sdk/21/
android.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 636 milliseconds