Searched refs:auth_token_secret (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-token.c33 static unsigned char auth_token_secret[AUTH_TOKEN_SECRET_LEN]; variable
147 if (auth_token_read_secret(secret_path, auth_token_secret) < 0) {
148 random_fill(auth_token_secret, sizeof(auth_token_secret));
150 if (auth_token_write_secret(secret_path, auth_token_secret) < 0) {
160 safe_memset(auth_token_secret, 0, sizeof(auth_token_secret));
175 hmac_update(&ctx, auth_token_secret, sizeof(auth_token_secret));

Completed in 9 milliseconds