MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cupsEncryption

Function cupsEncryption

cups/usersys.c:133–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 */
132
133http_encryption_t /* O - Encryption settings */
134cupsEncryption(void)
135{
136 _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */
137
138
139 if (cg->encryption == (http_encryption_t)-1)
140 _cupsSetDefaults();
141
142 return (cg->encryption);
143}
144
145
146/*

Callers 15

mainFunction · 0.85
get_job_fileFunction · 0.85
recv_print_jobFunction · 0.85
remove_jobsFunction · 0.85
send_stateFunction · 0.85
mainFunction · 0.85
connect_serverFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

_cupsGlobalsFunction · 0.85
_cupsSetDefaultsFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68