Searched refs:modeName (Results 1 – 7 of 7) sorted by relevance
19 local modeName = xferMode:getTypeName()21 if gXferModeTab[modeName] == nil then22 gXferModeTab[modeName] = 1;24 gXferModeTab[modeName] = gXferModeTab[modeName] + 1
124 private String modeName = null; field in BaseBlockCipher296 modeName = Strings.toUpperCase(mode); in engineSetMode()298 if (modeName.equals("ECB")) in engineSetMode()303 else if (modeName.equals("CBC")) in engineSetMode()309 else if (modeName.startsWith("OFB")) in engineSetMode()312 if (modeName.length() != 3) in engineSetMode()314 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode()325 else if (modeName.startsWith("CFB")) in engineSetMode()328 if (modeName.length() != 3) in engineSetMode()330 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode()[all …]
70 .map(function (modeName) { argument71 return tokenizerProto.MODE[modeName];
194 const char* modeName = mode <= SkXfermode::kLastMode ? SkXfermode::ModeName(mode) in drawModeName() local197 canvas->drawText(modeName, strlen(modeName), kLabelSpacing - kShapeSize / 4, in drawModeName()
257 const char *modeName; member
6949 - else if (modeName.startsWith("PGP"))6951 - boolean inlineIV = modeName.equalsIgnoreCase("PGPCFBwithIV");6957 - else if (modeName.equalsIgnoreCase("OpenPGPCFB"))6963 - else if (modeName.startsWith("SIC"))6974 + // else if (modeName.startsWith("PGP"))6976 + // boolean inlineIV = modeName.equalsIgnoreCase("PGPCFBwithIV");6982 + // else if (modeName.equalsIgnoreCase("OpenPGPCFB"))6988 + // else if (modeName.startsWith("SIC"))6999 else if (modeName.startsWith("CTR"))7005 - else if (modeName.startsWith("GOFB"))[all …]
1312 .map(function (modeName) {1313 return tokenizerProto.MODE[modeName];