Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/unx/
H A Dsecurity.c318 pam_handle_t *pam_handle = NULL; in osl_PamAuthentification() local
332 &pam_conversation, &pam_handle); in osl_PamAuthentification()
335 &pam_conversation, &pam_handle); in osl_PamAuthentification()
339 return_value = pam_module->pam_authenticate(pam_handle, 0); in osl_PamAuthentification()
341 return_value = pam_authenticate(pam_handle, 0); in osl_PamAuthentification()
345 return_value = pam_module->pam_acct_mgmt(pam_handle, 0); in osl_PamAuthentification()
346 pam_module->pam_end( pam_handle, return_value ); in osl_PamAuthentification()
348 return_value = pam_acct_mgmt(pam_handle, 0); in osl_PamAuthentification()
349 pam_end( pam_handle, return_value ); in osl_PamAuthentification()

Completed in 10 milliseconds