Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/unx/
H A Dsecurity.c164 int (*pam_authenticate) (pam_handle_t *pamh, int flags); member
277 pam_module->pam_authenticate in osl_getPAM()
285 || (pam_module->pam_authenticate == NULL) in osl_getPAM()
339 return_value = pam_module->pam_authenticate(pam_handle, 0); in osl_PamAuthentification()
341 return_value = pam_authenticate(pam_handle, 0); in osl_PamAuthentification()

Completed in 9 milliseconds