Home
last modified time | relevance | path

Searched refs:x11authcookie (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/
Dsvr-x11fwd.c57 chansess->x11authcookie = buf_getstring(ses.payload, NULL); in x11req()
93 m_free(chansess->x11authcookie); in x11req()
161 display, chansess->x11authprot, chansess->x11authcookie); in x11setauth()
171 m_free(chansess->x11authcookie); in x11cleanup()
Dchansession.h58 char * x11authcookie; member
Dsvr-chansession.c239 chansess->x11authcookie = NULL; in newchansess()