Searched refs:cr_principal (Results 1 – 6 of 6) sorted by relevance
32 char *cr_principal; member 41 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()
201 svc->cr_principal = NULL; in svcauth_map_clnt_to_svc_cred_local()
284 char *p = rqstp->rq_cred.cr_principal; in check_gss_callback_principal()
1168 else if (clp->cl_cred.cr_principal) in nfsd4_cld_create_v2() 1169 principal = clp->cl_cred.cr_principal; in nfsd4_cld_create_v2() 1368 else if (clp->cl_cred.cr_principal) in nfsd4_cld_check_v2() 1369 principal = clp->cl_cred.cr_principal; in nfsd4_cld_check_v2()
2550 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in copy_cred() 2554 if ((source->cr_principal && !target->cr_principal) || in copy_cred() 2609 * established using gss: in theory cr_principal should catch that2610 * change, but in practice cr_principal can be null even in the gss case2629 if (cr1->cr_principal == cr2->cr_principal) in same_creds() 2631 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds() [all...]