OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anoncred
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/libvncclient/
tls_gnutls.c
162
gnutls_anon_client_credentials
anonCred
;
165
if ((ret = gnutls_anon_allocate_client_credentials(&
anonCred
)) < 0 ||
166
(ret = gnutls_credentials_set((gnutls_session_t)client->tlsSession, GNUTLS_CRD_ANON,
anonCred
)) < 0)
Completed in 30 milliseconds