Home
last modified time | relevance | path

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

123

/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/pigweed/seed/
D0001-the-seed-process.rst4 0001: The SEED Process
8 :fas:`seedling` SEED-0001: :ref:`The SEED Process<seed-0001>`
30 This document outlines the SEED process at a high level. Details about how SEEDs
45 The SEED process has several goals.
61 When is a SEED required?
84 - Whenever a Pigweed team member asks you to write a SEED.
86 Conversely, the following changes would likely not require a SEED:
95 If you're unsure whether a change you wish to make requires a SEED, it's worth
106 #. Copy the `SEED template <0002-template>`_ to create the RST file for your
107 SEED. As you don't yet have a SEED number, use XXXX as a placeholder,
[all …]
D0002-template.rst4 0002: SEED Template
8 :fas:`seedling` SEED-0002: :ref:`SEED Template<seed-0002>`
26 Write a brief paragraph outlining your proposal. If the SEED supersedes another,
D0102-module-docs.rst8 :fas:`seedling` SEED-0102: :ref:`Consistent Module Documentation<seed-0102>`
29 them. This SEED proposes a documentation philosophy applicable to all Pigweed
35 In this SEED, we define *users* as developers using Pigweed in downstream
37 primary focus of this SEED is to improve the documentation experience for users.
56 most. As a result, this SEED is focused exclusively on improving module
91 developers into the Pigweed ecosystem. However, this SEED proposes focusing on
173 that this SEED will not determine.
D0000-index.rst4 SEED Index
/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.py23 SEED,
193 cipher = SEED(b"\x00" * 16)
198 SEED(b"\x00" * 17)
202 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/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMHmacSharingParameters.java31 public static final byte SEED = 0x00; field in KMHmacSharingParameters
41 arr.add(SEED, KMByteBlob.exp()); in exp()
102 return KMArray.cast(arrPtr).get(SEED); in getSeed()
108 KMArray.cast(arrPtr).add(SEED, vals); in setSeed()
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMHmacSharingParameters.java31 public static final byte SEED = 0x00; field in KMHmacSharingParameters
41 arr.add(SEED, KMByteBlob.exp()); in exp()
102 return KMArray.cast(arrPtr).get(SEED); in getSeed()
108 KMArray.cast(arrPtr).add(SEED, vals); in setSeed()
/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/rust/crates/getrandom/benches/
Dmod.rs63 const SEED: usize = 32; constant
71 bench::<SEED>(b); in bench_seed()
75 bench_with_init::<SEED>(b); in bench_seed_init()
/external/jazzer-api/tests/src/test/java/com/example/
DSeedFuzzer.java24 if (Jazzer.SEED != 1234567) { in fuzzerInitialize()
25 throw new FuzzerSecurityIssueLow("Expected Jazzer.SEED to be 1234567, got " + Jazzer.SEED); in fuzzerInitialize()
DNoSeedFuzzer.java26 if (Jazzer.SEED == (int) 2735196724L) { in fuzzerInitialize()
/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/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/mbedtls/tests/scripts/
Dbasic-build-test.sh62 : ${SEED:=1}
63 export SEED
115 echo "ssl-opt.sh will use SEED=$SEED for udp_proxy"
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh62 : ${SEED:=1}
63 export SEED
115 echo "ssl-opt.sh will use SEED=$SEED for udp_proxy"
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DGlRectDrawerTest.java29 private static final int SEED = 42; field in GlRectDrawerTest
104 final Random random = new Random(SEED); in testRgbRendering()
145 final Random random = new Random(SEED); in testYuvRendering()
289 final Random random = new Random(SEED);
/external/rust/crates/fxhash/
Dlib.rs50 const SEED: usize = SEED32 as usize; constant
52 const SEED: usize = SEED64 as usize; constant
71 impl_hash_word!(usize = SEED, u32 = SEED32, u64 = SEED64);
/external/curl/docs/
DCIPHERS.md69 ### SEED cipher suites from RFC4162, extending TLS v1.0
71 `SEED-SHA`
72 `DH-DSS-SEED-SHA`
73 `DH-RSA-SEED-SHA`
74 `DHE-DSS-SEED-SHA`
75 `DHE-RSA-SEED-SHA`
76 `ADH-SEED-SHA`

123