Searched defs:AUTH_TOKEN_SECRET_LEN (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-token.c29 #define AUTH_TOKEN_SECRET_LEN 32 macro
33 static unsigned char auth_token_secret[AUTH_TOKEN_SECRET_LEN];
37 unsigned char secret_r[AUTH_TOKEN_SECRET_LEN])
56 if (st.st_size != AUTH_TOKEN_SECRET_LEN || !S_ISREG(st.st_mode)) {
83 ret = read_full(fd, secret_r, AUTH_TOKEN_SECRET_LEN);
100 const unsigned char secret[AUTH_TOKEN_SECRET_LEN])
117 ret = write_full(fd, secret, AUTH_TOKEN_SECRET_LEN);

Completed in 22 milliseconds