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

/dovecot/src/doveadm/
H A Ddoveadm-auth-server.c40 const char *auth_cookie; member in struct:authtest_input
H A Ddoveadm-auth.c41 const char *auth_cookie; member in struct:authtest_input
125 input->auth_cookie = input->pool == NULL ? NULL :
375 if (strlen(input->auth_cookie) == MASTER_AUTH_COOKIE_SIZE*2)
376 (void)hex_to_binary(input->auth_cookie, &buf);

Completed in 9 milliseconds