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

12

/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixVersion.cpp52 total += ((ECB*)ecbArray[i])->GetCount() *
53 (((ECB*)ecbArray[i])->GetDataCodewords() + ecCodewords);
100 new ECBlocks(5, new ECB(1, 3))));
102 new ECBlocks(7, new ECB(1, 5))));
104 new ECBlocks(10, new ECB(1, 8))));
106 new ECBlocks(12, new ECB(1, 12))));
108 new ECBlocks(14, new ECB(1, 18))));
110 new ECBlocks(18, new ECB(1, 22))));
112 new ECBlocks(20, new ECB(1, 30))));
114 new ECBlocks(24, new ECB(
[all...]
H A DBC_DataMatrixVersion.h11 class ECB { class
13 ECB(int32_t count, int32_t dataCodewords) { function in class:ECB
28 ECBlocks(int32_t ecCodewords, ECB* ecBlocks) {
33 ECBlocks(int32_t ecCodewords, ECB* ecBlocks1, ECB* ecBlocks2) {
40 delete (ECB*)m_ecBlocks[i];
H A DBC_DataMatrixDataBlock.cpp41 totalBlocks += ((ECB*)ecBlockArray[i])->GetCount();
48 for (i = 0; i < ((ECB*)ecBlockArray[j])->GetCount(); i++) {
49 int32_t numDataCodewords = ((ECB*)ecBlockArray[j])->GetDataCodewords();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DBlowfish.java25 public static class ECB class in class:Blowfish
28 public ECB() method in class:Blowfish.ECB
86 provider.addAlgorithm("Cipher.BLOWFISH", PREFIX + "$ECB");
H A DDESede.java53 static public class ECB class in class:DESede
56 public ECB() method in class:DESede.ECB
382 provider.addAlgorithm("Cipher.DESEDE", PREFIX + "$ECB");
H A DDES.java54 static public class ECB class in class:DES
57 public ECB() method in class:DES.ECB
450 provider.addAlgorithm("Cipher.DES", PREFIX + "$ECB");
H A DAES.java68 public static class ECB class in class:AES
71 public ECB() method in class:AES.ECB
757 provider.addAlgorithm("Cipher.AES", PREFIX + "$ECB");
762 // provider.addAlgorithm("Cipher", NISTObjectIdentifiers.id_aes128_ECB, PREFIX + "$ECB");
763 // provider.addAlgorithm("Cipher", NISTObjectIdentifiers.id_aes192_ECB, PREFIX + "$ECB");
764 // provider.addAlgorithm("Cipher", NISTObjectIdentifiers.id_aes256_ECB, PREFIX + "$ECB");
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java61 ECB, enum constant in enum:OpenSSLCipher.Mode
77 protected Mode mode = Mode.ECB;
660 public static class ECB extends AES { class in class:OpenSSLCipher.EVP_CIPHER.AES
661 public ECB(Padding padding) { method in class:OpenSSLCipher.EVP_CIPHER.AES.ECB
662 super(Mode.ECB, padding);
665 public static class NoPadding extends ECB {
671 public static class PKCS5Padding extends ECB {
696 case ECB:
808 super(Mode.ECB, Padding.NOPADDING);
/external/libjpeg-turbo/doc/html/
H A Ddoxygen.css20 border-bottom: 1px solid #879ECB;
/external/icu/icu4c/source/data/sprep/
H A Drfc3491.txt1007 1ECA; 1ECB; MAP
H A Drfc3530csci.txt1006 1ECA; 1ECB; MAP
H A Drfc3722.txt1007 1ECA; 1ECB; MAP
H A Drfc3920node.txt1007 1ECA; 1ECB; MAP
H A Drfc4518ci.txt974 1ECA; 1ECB; MAP
/external/icu/icu4c/source/test/testdata/
H A Dnfs4_cis_prep.txt997 1ECA; 1ECB; MAP
H A Dnfs4_cs_prep_ci.txt997 1ECA; 1ECB; MAP
H A Dnfs4_mixed_prep_s.txt997 1ECA; 1ECB; MAP
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/bison/build-aux/
H A Dtexinfo.tex9614 \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}}
/external/libmicrohttpd/doc/
H A Dtexinfo.tex9615 \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}}
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1208 milliseconds

12