Home | History | Annotate | Download | only in openssh

Lines Matching defs:ent

56 	SIAENTITY *ent = NULL;
64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user,
68 if ((ret = sia_ses_authent(NULL, pass, ent)) != SIASUCCESS) {
72 sia_ses_release(&ent);
77 sia_ses_release(&ent);
85 SIAENTITY *ent = NULL;
90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name,
94 if (sia_make_entity_pwd(pw, ent) != SIASUCCESS) {
95 sia_ses_release(&ent);
99 ent->authtype = SIA_A_NONE;
100 if (sia_ses_estab(sia_collect_trm, ent) != SIASUCCESS)
104 if (sia_ses_launch(sia_collect_trm, ent) != SIASUCCESS)
108 sia_ses_release(&ent);