| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_seed.txt | 9 Title = SEED CBC Test vectors (from RFC 4196) 12 Cipher = SEED-CBC 20 Cipher = SEED-CBC 27 Title = SEED ECB Test vectors (from RFC4269) 30 Cipher = SEED-ECB 37 Cipher = SEED-ECB 44 Cipher = SEED-ECB 51 Cipher = SEED-ECB 58 Cipher = SEED-ECB 65 Cipher = SEED-EC [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_seed.txt | 9 Title = SEED CBC Test vectors (from RFC 4196) 12 Cipher = SEED-CBC 20 Cipher = SEED-CBC 27 Title = SEED ECB Test vectors (from RFC4269) 30 Cipher = SEED-ECB 37 Cipher = SEED-ECB 44 Cipher = SEED-ECB 51 Cipher = SEED-ECB 58 Cipher = SEED-ECB 65 Cipher = SEED-EC [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_seed.c | 10 /* Dispatch functions for Seed cipher modes ecb, cbc, ofb, cfb */ 13 * SEED low level APIs are deprecated for public use, but still ok for 50 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block) 52 IMPLEMENT_generic_cipher(seed, SEED, cbc, CBC, 0, 128, 128, 128, block) 54 IMPLEMENT_generic_cipher(seed, SEED, ofb128, OFB, 0, 128, 8, 128, stream) 56 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_seed.c | 10 /* Dispatch functions for Seed cipher modes ecb, cbc, ofb, cfb */ 13 * SEED low level APIs are deprecated for public use, but still ok for 52 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block) 54 IMPLEMENT_generic_cipher(seed, SEED, cbc, CBC, 0, 128, 128, 128, block) 56 IMPLEMENT_generic_cipher(seed, SEED, ofb128, OFB, 0, 128, 8, 128, stream) 58 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_seed.c | 11 * SEED low level APIs are deprecated for public use, but still ok for 21 #include <openssl/seed.h> 32 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_seed.c | 11 * SEED low level APIs are deprecated for public use, but still ok for 21 #include <openssl/seed.h> 32 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_seed.c | 18 # include <openssl/seed.h> 28 IMPLEMENT_BLOCK_CIPHER(seed, ks, SEED, EVP_SEED_KEY, NID_seed,
|
| /src/games/adventure/ |
| setup.c | 63 #include "hdr.h" /* SEED lives in there; keep them coordinated. */ 95 srandom(SEED);
|
| hdr.h | 83 #define SEED 1815622 /* "Encryption" seed */
|
| io.c | 204 srandom(SEED); /* which is lightly encrypted. */
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| rtree.c | 84 #undef SEED 160 #define SEED 42 161 sfmt_t *sfmt = init_gen_rand(SEED); 207 #undef SEED
|
| ph.c | 175 #define SEED 42 182 sfmt = init_gen_rand(SEED); 309 #undef SEED
|
| rb.c | 230 #define SEED 42 237 sfmt = init_gen_rand(SEED); 346 #undef SEED
|
| /src/external/lgpl3/gmp/dist/tests/rand/ |
| t-rand.c | 25 #define SEED 1 179 gmp_randseed_ui (rstate, SEED); 209 gmp_randseed_ui (rstate, SEED); 244 gmp_randseed_ui (rstate, SEED);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| ph.c | 187 #define SEED 42 194 sfmt = init_gen_rand(SEED); 321 #undef SEED
|
| rtree.c | 34 #undef SEED 154 #define SEED 42 155 sfmt_t *sfmt = init_gen_rand(SEED); 213 #undef SEED
|
| rb.c | 347 SEED = 42 355 sfmt = init_gen_rand(SEED);
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| evpciph.txt | 2422 Title = SEED test vectors from RFC4269 2424 Cipher = SEED-ECB 2430 Cipher = SEED-ECB 2436 Cipher = SEED-ECB 2442 Cipher = SEED-ECB 2448 Cipher = SEED-ECB 2454 Cipher = SEED-ECB 2460 Cipher = SEED-ECB 2466 Cipher = SEED-ECB
|
| /src/crypto/external/apache2/openssl/dist/crypto/rand/ |
| rand_lib.c | 28 #define OPENSSL_DEFAULT_SEED_SRC SEED-SRC 43 EVP_RAND_CTX *seed; member in struct:rand_global_st 207 * RAND_close_seed_files() ensures that any seed file descriptors are 222 * configurable via the --with-rand-seed configure option. 236 /* fill random pool and seed the current legacy RNG */ 365 if (meth != NULL && meth->seed != NULL) { 366 meth->seed(buf, num); 577 EVP_RAND_CTX_free(dgbl->seed); 662 ret = dgbl->seed; 764 EVP_RAND_CTX *ret, *seed, *newseed = NULL, *primary local [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| dsatest.c | 201 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS 204 static unsigned char seed[20] = { local 233 || !TEST_true(DSA_generate_parameters_ex(dsa, 512, seed, 20, 289 #define SEED 3
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| dsatest.c | 72 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS 75 static unsigned char seed[20] = { local 87 || !TEST_true(DSA_generate_parameters_ex(dsa, 512, seed, 20, 143 # define SEED 3
|
| /src/crypto/external/apache2/openssl/dist/ |
| Configure | 331 'rc2', 'rc4', 'rc5', 'ripemd', 'seed', 'sha', 523 "seed", 640 "seed", "siphash", "siv", 1089 elsif (/^--with-rand-seed=(.*)$/) 1093 die "Unknown --with-rand-seed choice $x\n" 1337 print "Using os-specific seed configuration\n"; 1344 die "Cannot seed with none and anything else" if scalar(@seed_sources) > 1; 1348 You have selected the --with-rand-seed=none option, which effectively 1349 disables automatic reseeding of the OpenSSL SEED-SRC random generator.
|
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 27644 {"prng_seed", SQLITE_TESTCTRL_PRNG_SEED, 0, "SEED ?db?" }, 27737 sputf(stdout, "-- random seed: %d\n", ii);
|