Searched refs:cr_principal (Results 1 – 8 of 8) sorted by relevance
32 char *cr_principal; member41 cred->cr_principal = NULL; in init_svc_cred()51 kfree(cred->cr_principal); in free_svc_cred()
355 data->creds.cr_principal = in gssp_accept_sec_context_upcall()357 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall()
565 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse()566 if (!rsci.cred.cr_principal) { in rsc_parse()
201 svc->cr_principal = NULL; in svcauth_map_clnt_to_svc_cred_local()
282 char *p = rqstp->rq_cred.cr_principal; in check_gss_callback_principal()
1064 else if (clp->cl_cred.cr_principal) in nfsd4_cld_create_v2()1065 principal = clp->cl_cred.cr_principal; in nfsd4_cld_create_v2()1258 else if (clp->cl_cred.cr_principal) in nfsd4_cld_check_v2()1259 principal = clp->cl_cred.cr_principal; in nfsd4_cld_check_v2()
2589 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in copy_cred()2593 if ((source->cr_principal && !target->cr_principal) || in copy_cred()2668 if (cr1->cr_principal == cr2->cr_principal) in same_creds()2670 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()2672 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()2700 if (!cr->cr_principal) in nfsd4_mach_creds_match()2702 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()3691 if (!new->cl_cred.cr_principal && in nfsd4_exchange_id()
1164 if (!clp->cl_cred.cr_principal && in setup_callback_client()1169 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()