Searched refs:pa_authkey_load (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | client-conf.c | 178 r = pa_authkey_load(c->cookie_file_from_env, true, cookie, cookie_length); in pa_client_conf_load_cookie() 196 r = pa_authkey_load(c->cookie_file_from_application, true, cookie, cookie_length); in pa_client_conf_load_cookie() 205 r = pa_authkey_load(c->cookie_file_from_client_conf, true, cookie, cookie_length); in pa_client_conf_load_cookie() 213 r = pa_authkey_load(PA_NATIVE_COOKIE_FILE, false, cookie, cookie_length); in pa_client_conf_load_cookie() 218 r = pa_authkey_load(fallback_path, false, cookie, cookie_length); in pa_client_conf_load_cookie() 224 r = pa_authkey_load(PA_NATIVE_COOKIE_FILE, true, cookie, cookie_length); in pa_client_conf_load_cookie()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | authkey.h | 25 int pa_authkey_load(const char *fn, bool create, void *data, size_t length);
|
H A D | auth-cookie.c | 70 if (pa_authkey_load(cn, create, (uint8_t*) c + PA_ALIGN(sizeof(pa_auth_cookie)), size) < 0) { in pa_auth_cookie_get()
|
H A D | authkey.c | 145 int pa_authkey_load(const char *fn, bool create, void *data, size_t length) { in pa_authkey_load() function
|
/third_party/pulseaudio/src/utils/ |
H A D | pax11publish.c | 187 if (pa_authkey_load(cookie_file, true, cookie, sizeof(cookie)) < 0) { in main()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 690 r = pa_authkey_load(cookie_path, true, u->write_data, ESD_KEY_LEN); in pa__init()
|
Completed in 3 milliseconds