| /vim-8.2.3635/src/ |
| H A D | crypt.c | 47 char_u *salt, int salt_len, char_u *seed, int seed_len); 304 char_u *seed, in crypt_create() argument 314 state, key, salt, salt_len, seed, seed_len) == FAIL) in crypt_create() 334 char_u *seed = NULL; in crypt_create_from_header() local 341 seed = header + CRYPT_MAGIC_LEN + salt_len; in crypt_create_from_header() 343 return crypt_create(method_nr, key, salt, salt_len, seed, seed_len); in crypt_create_from_header() 398 char_u *seed = NULL; in crypt_create_for_writing() local 414 seed = *header + CRYPT_MAGIC_LEN + salt_len; in crypt_create_for_writing() 425 randombytes_buf(seed, seed_len); in crypt_create_for_writing() 429 sha2_seed(salt, salt_len, seed, seed_len); in crypt_create_for_writing() [all …]
|
| H A D | blowfish.c | 561 char_u *seed, in bf_cfb_init() argument 572 bfs->cfb_buffer[i % bfs->cfb_len] ^= seed[i % seed_len]; in bf_cfb_init() 644 char_u* seed, in crypt_blowfish_init() argument 661 bf_cfb_init(bfs, seed, seed_len); in crypt_blowfish_init()
|
| H A D | crypt_zip.c | 87 char_u *seed UNUSED, in crypt_zip_init()
|
| H A D | memline.c | 5435 char_u *seed; in ml_crypt_prepare() local 5442 seed = mfp->mf_old_seed; in ml_crypt_prepare() 5448 seed = mfp->mf_seed; in ml_crypt_prepare() 5465 seed, MF_SEED_LEN); in ml_crypt_prepare()
|
| /vim-8.2.3635/src/proto/ |
| H A D | crypt.pro | 11 cryptstate_T *crypt_create(int method_nr, char_u *key, char_u *salt, int salt_len, char_u *seed, in… 26 int crypt_sodium_init(cryptstate_T *state, char_u *key, char_u *salt, int salt_len, char_u *seed, i…
|
| H A D | crypt_zip.pro | 2 int crypt_zip_init(cryptstate_T *state, char_u *key, char_u *salt, int salt_len, char_u *seed, int …
|
| H A D | blowfish.pro | 4 int crypt_blowfish_init(cryptstate_T *state, char_u *key, char_u *salt, int salt_len, char_u *seed,…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | testing.txt | 275 test_srand_seed([seed]) *test_srand_seed()* 276 When [seed] is given this sets the seed value used by 277 `srand()`. When omitted the test seed is removed.
|
| H A D | eval.txt | 3012 srand([{expr}]) List get seed for |rand()| 3119 test_srand_seed([seed]) none set seed for testing srand() 8759 :let seed = srand() 8760 :echo rand(seed) 8761 :echo rand(seed) % 16 " random number 0 - 15 10685 Initialize seed used by |rand()|: 10686 - If {expr} is not given, seed values are initialized by 10690 initialize the seed values. This is useful for testing or 10694 :let seed = srand() 10695 :let seed = srand(userinput) [all …]
|
| H A D | usr_41.txt | 737 srand() initialize seed used by rand() 1051 test_srand_seed() set the seed value for srand()
|
| H A D | options.txt | 2413 a "seed" to the file, every time you write the file 2418 and older. This adds a "seed" to the file, every time 2428 It adds a seed and a message authentication code (MAC)
|
| H A D | version8.txt | 2894 Solution: Reset the local 'cryptmethod' option before storing the seed. 2895 Set the seed in the memfile even when there is no block0 yet.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gpg.vim | 79 \ no-pgp2 no-pgp6 no-pgp7 no-random-seed-file
|
| H A D | pov.vim | 62 …exists floor inside int internal ln log max min mod pow prod radians rand seed select sin sinh sqr…
|
| H A D | smcl.vim | 162 syn keyword smclCCLword seed contained
|
| H A D | dtml.vim | 157 syn keyword dtmlMethod save searchResults second seed set setAttribute setAttributeNode setBase con…
|
| H A D | 8th.vim | 80 Builtin rand-pcg G:rand-pcg rand-pcg-seed G:rand-pcg-seed rand-range G:rand-range rand-select G:ra…
|
| H A D | sas.vim | 143 …etain reweight ridge rmsstd roc roccontrast rules samplesize samplingunit seed size scale score se…
|
| H A D | xs.vim | 1015 syn keyword xsFunction seed set_context set_numeric_local set_numeric_radix
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2774 …seed] | void','octdec(':'string $octal_string | number','pi(':'void | float','pow(':'number $base,…
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README_en.txt | 6680 4826) seedeater (fixed: seed-eater)
|