Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-krb5.c182 temporarily_use_uid(authctxt->pw); in auth_krb5_tgt()
273 temporarily_use_uid(authctxt->pw); in auth_krb5_password()
298 temporarily_use_uid(authctxt->pw); in auth_krb5_password()
318 temporarily_use_uid(authctxt->pw); in auth_krb5_password()
H A Dauth-rhosts.c182 temporarily_use_uid(pw); in auth_rhosts2_raw()
241 temporarily_use_uid(pw); in auth_rhosts2_raw()
H A Dauth-rsa.c166 temporarily_use_uid(pw); in auth_rsa_key_allowed()
H A Dauth2-pubkey.c235 temporarily_use_uid(pw); in user_key_allowed2()
H A Dauth-krb4.c291 temporarily_use_uid(pw); in auth_krb4_tgt()
H A Dgss-serv.c297 temporarily_use_uid(authctxt->pw); in ssh_gssapi_storecreds()
H A Dauth.c473 temporarily_use_uid(pw); in check_key_in_hostfiles()
H A Dsession.c164 temporarily_use_uid(pw); in auth_sock_cleanup_proc()
185 temporarily_use_uid(pw); in auth_input_request_forwarding()
/titanic_50/usr/src/cmd/ssh/include/
H A Duidswap.h22 void temporarily_use_uid(struct passwd *);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Duidswap.c58 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid() function