Home
last modified time | relevance | path

Searched refs:SEED (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/ring/tests/
Ded25519_tests.txt3 SEED = f5e5767cf153319517630f226876b86c8160cc583bc013744c6bf255f5cc0ee5
8 SEED = 833fe62409237b9d62ec77587520911e9a759cec1d19755b7da901b96dca3d42
32 # and replacing "PRIV" with "SEED", the first half of "PRIV".
34 SEED = 9d61b19deffd5a60ba844af492ec2cc44449c5697b326919703bac031cae7f60
39 SEED = 4ccd089b28ff96da9db6c346ec114e0f5b8a319f35aba624da8cf6ed4fb8a6fb
44 SEED = c5aa8df43f9f837bedb7442f31dcb7b166d38535076f094b85ce3a2e0b4458f7
49 SEED = 0d4a05b07352a5436e180356da0ae6efa0345ff7fb1572575772e8005ed978e9
54 SEED = 6df9340c138cc188b5fe4464ebaa3f7fc206a2d55c3434707e74c9fc04e20ebb
59 SEED = b780381a65edf8b78f6945e8dbec7941ac049fd4c61040cf0c324357975a293c
64 SEED = 78ae9effe6f245e924a7be63041146ebc670dbd3060cba67fbc6216febc44546
[all …]
/external/python/cryptography/tests/hazmat/primitives/
Dtest_seed.py21 algorithms.SEED(b"\x00" * 16), modes.ECB()
31 lambda key, **kwargs: algorithms.SEED(binascii.unhexlify((key))),
38 algorithms.SEED(b"\x00" * 16), modes.CBC(b"\x00" * 16)
48 lambda key, **kwargs: algorithms.SEED(binascii.unhexlify((key))),
55 algorithms.SEED(b"\x00" * 16), modes.OFB(b"\x00" * 16)
65 lambda key, **kwargs: algorithms.SEED(binascii.unhexlify((key))),
72 algorithms.SEED(b"\x00" * 16), modes.CFB(b"\x00" * 16)
82 lambda key, **kwargs: algorithms.SEED(binascii.unhexlify((key))),
Dtest_ciphers.py17 AES, ARC4, Blowfish, CAST5, Camellia, IDEA, SEED, TripleDES
179 cipher = SEED(b"\x00" * 16)
184 SEED(b"\x00" * 17)
188 SEED(u"0" * 16)
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
DTestSymbolsWithMediaItem.java37 final int SEED = 33333; in testSmallSymbolSetWithBytes() local
39 ByteQuadsCanonicalizer symbolsRoot = ByteQuadsCanonicalizer.createRoot(SEED); in testSmallSymbolSetWithBytes()
68 final int SEED = 33333; in testSmallSymbolSetWithChars() local
70 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(SEED).makeChild(-1); in testSmallSymbolSetWithChars()
DTestSymbolTables.java48 final int SEED = 33333; in testSyntheticWithBytesNew() local
50 … ByteQuadsCanonicalizer.createRoot(SEED).makeChild(JsonFactory.Feature.collectDefaults()); in testSyntheticWithBytesNew()
75 final int SEED = 33333; in testThousandsOfSymbolsWithChars() local
77 CharsToNameCanonicalizer symbolsCRoot = CharsToNameCanonicalizer.createRoot(SEED); in testThousandsOfSymbolsWithChars()
107 final int SEED = 33333; in testThousandsOfSymbolsWithNew() local
109 ByteQuadsCanonicalizer symbolsBRoot = ByteQuadsCanonicalizer.createRoot(SEED); in testThousandsOfSymbolsWithNew()
/external/python/cryptography/docs/development/custom-vectors/
Dseed.rst1 SEED vector creation
4 This page documents the code that was used to generate the SEED CFB and OFB
12 ``cryptography`` was modified to support SEED in CFB and OFB modes. Then
/external/jemalloc_new/test/unit/
Drtree.c84 #undef SEED
160 #define SEED 42 in TEST_BEGIN() macro
161 sfmt_t *sfmt = init_gen_rand(SEED); in TEST_BEGIN()
207 #undef SEED in TEST_BEGIN()
Dph.c175 #define SEED 42 in TEST_BEGIN() macro
182 sfmt = init_gen_rand(SEED); in TEST_BEGIN()
309 #undef SEED in TEST_BEGIN()
Drb.c230 #define SEED 42 in TEST_BEGIN() macro
237 sfmt = init_gen_rand(SEED); in TEST_BEGIN()
346 #undef SEED in TEST_BEGIN()
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc1583 #undef SEED
1586 #define SEED CreateSeed(offset, -1) macro
3059 if (offset == -1) { int alive = 0; IsAlive(farmhashcc::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
3060 Check(farmhashcc::Hash32WithSeed(data + offset, len, SEED)); in Test()
3095 cout << farmhashcc::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
3103 #undef SEED
3203 #undef SEED
3206 #define SEED CreateSeed(offset, -1) macro
3955 if (offset == -1) { int alive = 0; IsAlive(farmhashmk::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
3956 Check(farmhashmk::Hash32WithSeed(data + offset, len, SEED)); in Test()
[all …]
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc1585 #undef SEED
1588 #define SEED CreateSeed(offset, -1) macro
3061 if (offset == -1) { int alive = 0; IsAlive(farmhashcc::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
3062 Check(farmhashcc::Hash32WithSeed(data + offset, len, SEED)); in Test()
3097 cout << farmhashcc::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
3105 #undef SEED
3205 #undef SEED
3208 #define SEED CreateSeed(offset, -1) macro
3957 if (offset == -1) { int alive = 0; IsAlive(farmhashmk::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
3958 Check(farmhashmk::Hash32WithSeed(data + offset, len, SEED)); in Test()
[all …]
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DGlRectDrawerTest.java32 private static final int SEED = 42; field in GlRectDrawerTest
107 final Random random = new Random(SEED); in testRgbRendering()
148 final Random random = new Random(SEED); in testYuvRendering()
292 final Random random = new Random(SEED);
/external/curl/docs/
DCIPHERS.md68 ### SEED ciphersuites from RFC4162, extending TLS v1.0
70 `SEED-SHA`
71 `DH-DSS-SEED-SHA`
72 `DH-RSA-SEED-SHA`
73 `DHE-DSS-SEED-SHA`
74 `DHE-RSA-SEED-SHA`
75 `ADH-SEED-SHA`
/external/python/cryptography/vectors/cryptography_vectors/ciphers/SEED/
Drfc-4196.txt2 # SEED CBC
Dseed-ofb.txt1 # SEED OFB vectors built for https://github.com/pyca/cryptography
Dseed-cfb.txt1 # SEED CFB vectors built for https://github.com/pyca/cryptography
/external/python/cryptography/docs/development/custom-vectors/seed/
Dgenerate_seed.py9 algorithms.SEED(binascii.unhexlify(key)),
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Dalgorithms.py135 class SEED(object): class
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp54 static const deUint32 SEED = 0xc2a39fu; variable
633 de::Random rnd (SEED ^ m_data.params.firstVertex ^ m_data.params.vertexCount); in generateDrawData()
701 de::Random rnd (SEED ^ m_data.params.firstIndex ^ m_data.params.indexCount); in generateDrawData()
818 de::Random rnd(SEED ^ m_data.commands[0].vertexCount ^ m_data.commands[0].firstVertex); in generateDrawData()
952 de::Random rnd (SEED ^ m_data.commands[0].firstIndex ^ m_data.commands[0].indexCount); in generateDrawData()
1149 de::Random rnd (SEED ^ deStringHash(testGroup->getName())); in populateSubGroup()
DvktDrawAhbTests.cpp60 const deUint32 SEED = 0xc2a39fu; variable
256 de::Random rnd (SEED ^ m_data.m_numLayers ^ m_data.m_numVertices); in generateDrawData()
/external/scapy/scapy/layers/tls/crypto/
Dcipher_block.py164 pc_cls = algorithms.SEED
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestFmwk.java67 private static final String SEED = "ICU.seed"; field in TestFmwk
388 seed = getLongProperty(SEED, System.currentTimeMillis()); in parseProperties()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java66 private static final String SEED = "ICU.seed"; field in TestFmwk
387 seed = getLongProperty(SEED, System.currentTimeMillis()); in parseProperties()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h104 TPM2B_TYPE(SEED, PRIMARY_SEED_SIZE);
/external/boringssl/src/crypto/obj/
Dobjects.txt1272 # Definitions for SEED cipher - ECB, CBC, OFB mode
1275 kisa 1 3 : SEED-ECB : seed-ecb
1276 kisa 1 4 : SEED-CBC : seed-cbc
1278 kisa 1 5 : SEED-CFB : seed-cfb
1280 kisa 1 6 : SEED-OFB : seed-ofb

12