Searched refs:cr_principal (Results 1 – 7 of 7) sorted by relevance
31 char *cr_principal; member40 cred->cr_principal = NULL; in init_svc_cred()50 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()
541 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse()542 if (!rsci.cred.cr_principal) { in rsc_parse()
344 char *p = rqstp->rq_cred.cr_principal; in check_gss_callback_principal()
1159 else if (clp->cl_cred.cr_principal) in nfsd4_cld_create_v2()1160 principal = clp->cl_cred.cr_principal; in nfsd4_cld_create_v2()1366 else if (clp->cl_cred.cr_principal) in nfsd4_cld_check_v2()1367 principal = clp->cl_cred.cr_principal; in nfsd4_cld_check_v2()
2277 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in copy_cred()2281 if ((source->cr_principal && !target->cr_principal) || in copy_cred()2356 if (cr1->cr_principal == cr2->cr_principal) in same_creds()2358 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()2360 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()2388 if (!cr->cr_principal) in nfsd4_mach_creds_match()2390 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()3258 if (!new->cl_cred.cr_principal && in nfsd4_exchange_id()
907 if (!clp->cl_cred.cr_principal && in setup_callback_client()912 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()