Searched refs:pa_auth_cookie_create (Results 1 – 3 of 3) sorted by relevance
28 pa_auth_cookie* pa_auth_cookie_create(pa_core *c, const void *data, size_t size);
78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create() function
2028 if (!(u->auth_cookie = pa_auth_cookie_create(u->core, cookie, sizeof(cookie)))) in pa__init()