Searched refs:random_fill (Results 1 - 25 of 33) sorted by relevance
12
/dovecot/src/lib/ |
H A D | randgen.h | 5 void random_fill(void *buf, size_t size);
|
H A D | rand.c | 24 random_fill(&value, sizeof(value));
|
H A D | randgen.c | 115 void random_fill(void *buf, size_t size) function 169 random_fill(&seed, sizeof(seed));
|
H A D | test-ostream-buffer.c | 27 random_fill(randbuf, size); 34 random_fill(randbuf, size);
|
H A D | test-ostream-file.c | 34 random_fill(randbuf, size); 41 random_fill(randbuf, size);
|
H A D | safe-mkstemp.c | 28 random_fill(randbuf, sizeof(randbuf));
|
H A D | bloomfilter.c | 86 random_fill(&bf->seed, sizeof(bf->seed));
|
H A D | test-multiplex.c | 39 random_fill(buf, len);
|
/dovecot/src/auth/ |
H A D | password-scheme-otp.c | 28 random_fill(random_data, sizeof(random_data));
|
H A D | auth-token.c | 148 random_fill(auth_token_secret, sizeof(auth_token_secret));
|
H A D | mech-cram-md5.c | 39 random_fill(buf, sizeof(buf)-1);
|
H A D | password-scheme-crypt.c | 51 random_fill(salt, CRYPT_BLF_SALT_LEN);
|
H A D | password-scheme-scram.c | 149 random_fill(salt, sizeof(salt));
|
H A D | password-scheme.c | 253 random_fill(salt, len); 379 random_fill(salt, sizeof(salt)-1); 438 random_fill(salt, SSHA_SALT_LEN); 479 random_fill(salt, SSHA256_SALT_LEN); 522 random_fill(salt, SSHA512_SALT_LEN); 565 random_fill(salt, SMD5_SALT_LEN);
|
H A D | mech-rpa.c | 367 random_fill(request->service_challenge, RPA_SCHALLENGE_LEN); 372 random_fill(timestamp, sizeof(timestamp)); 404 random_fill(request->session_key, sizeof(request->session_key));
|
H A D | auth-client-connection.c | 341 random_fill(conn->cookie, sizeof(conn->cookie));
|
/dovecot/src/plugins/apparmor/ |
H A D | apparmor-plugin.c | 90 random_fill(&auser->token, sizeof(auser->token));
|
/dovecot/src/lib-dcrypt/ |
H A D | test-stream.c | 187 random_fill(payload, IO_BLOCK_SIZE); 238 random_fill(payload, 1); 331 random_fill(payload, IO_BLOCK_SIZE*10); 384 random_fill(payload, 1);
|
H A D | dcrypt-gnutls.c | 108 random_fill(ctx->key.data, gnutls_cipher_get_key_size(ctx->cipher)); 111 random_fill(ctx->iv.data, gnutls_cipher_get_iv_size(ctx->cipher));
|
H A D | ostream-encrypt.c | 181 random_fill(seed, sizeof(seed)); 358 random_fill(buffer_append_space_unsafe(keydata, kl), kl);
|
/dovecot/src/lib-imap-urlauth/ |
H A D | imap-urlauth-backend.c | 36 random_fill(mailbox_key_r, IMAP_URLAUTH_KEY_LEN);
|
/dovecot/src/lib-ntlm/ |
H A D | ntlm-message.c | 158 random_fill(c.challenge, sizeof(c.challenge));
|
/dovecot/src/pop3-login/ |
H A D | client.c | 203 random_fill(buffer, sizeof(buffer));
|
/dovecot/src/doveadm/ |
H A D | doveadm-sis.c | 106 random_fill(randbuf, sizeof(randbuf));
|
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-delete.c | 41 random_fill(randbuf, sizeof(randbuf));
|
Completed in 73 milliseconds
12