Searched refs:random_fill (Results 1 - 25 of 33) sorted by relevance

12

/dovecot/src/lib/
H A Drandgen.h5 void random_fill(void *buf, size_t size);
H A Drand.c24 random_fill(&value, sizeof(value));
H A Drandgen.c115 void random_fill(void *buf, size_t size) function
169 random_fill(&seed, sizeof(seed));
H A Dtest-ostream-buffer.c27 random_fill(randbuf, size);
34 random_fill(randbuf, size);
H A Dtest-ostream-file.c34 random_fill(randbuf, size);
41 random_fill(randbuf, size);
H A Dsafe-mkstemp.c28 random_fill(randbuf, sizeof(randbuf));
H A Dbloomfilter.c86 random_fill(&bf->seed, sizeof(bf->seed));
H A Dtest-multiplex.c39 random_fill(buf, len);
/dovecot/src/auth/
H A Dpassword-scheme-otp.c28 random_fill(random_data, sizeof(random_data));
H A Dauth-token.c148 random_fill(auth_token_secret, sizeof(auth_token_secret));
H A Dmech-cram-md5.c39 random_fill(buf, sizeof(buf)-1);
H A Dpassword-scheme-crypt.c51 random_fill(salt, CRYPT_BLF_SALT_LEN);
H A Dpassword-scheme-scram.c149 random_fill(salt, sizeof(salt));
H A Dpassword-scheme.c253 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 Dmech-rpa.c367 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 Dauth-client-connection.c341 random_fill(conn->cookie, sizeof(conn->cookie));
/dovecot/src/plugins/apparmor/
H A Dapparmor-plugin.c90 random_fill(&auser->token, sizeof(auser->token));
/dovecot/src/lib-dcrypt/
H A Dtest-stream.c187 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 Ddcrypt-gnutls.c108 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 Dostream-encrypt.c181 random_fill(seed, sizeof(seed));
358 random_fill(buffer_append_space_unsafe(keydata, kl), kl);
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-backend.c36 random_fill(mailbox_key_r, IMAP_URLAUTH_KEY_LEN);
/dovecot/src/lib-ntlm/
H A Dntlm-message.c158 random_fill(c.challenge, sizeof(c.challenge));
/dovecot/src/pop3-login/
H A Dclient.c203 random_fill(buffer, sizeof(buffer));
/dovecot/src/doveadm/
H A Ddoveadm-sis.c106 random_fill(randbuf, sizeof(randbuf));
/dovecot/src/lib-storage/list/
H A Dmailbox-list-delete.c41 random_fill(randbuf, sizeof(randbuf));

Completed in 73 milliseconds

12